.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-6f1b499e-de9c-47e1-a88d-960335c9a63b {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-6f1b499e-de9c-47e1-a88d-960335c9a63b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f1b499e-de9c-47e1-a88d-960335c9a63b.shg-box.shg-c {
  justify-content: center;
}

#s-403629f2-eb5f-42a3-b5c1-330990846a40 {
  margin-left: 0%;
margin-right: 0%;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-54919707-bb0e-48fa-b8f2-1be1fea8b417 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54919707-bb0e-48fa-b8f2-1be1fea8b417 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-774811af-5715-456e-bc49-6fd77170792a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a {
  max-width:  100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a {
  max-width:  100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a {
  max-width:  100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a {
  max-width:  100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a {
  max-width:  100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-774811af-5715-456e-bc49-6fd77170792a .shg-image-zoom,
.shg-c#s-774811af-5715-456e-bc49-6fd77170792a img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c45dd80-1add-42f1-8d79-bd2069856a4f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-4280d974-bb4d-4a82-8fa7-dafb34ec9741 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-4280d974-bb4d-4a82-8fa7-dafb34ec9741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4280d974-bb4d-4a82-8fa7-dafb34ec9741.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-ed8a4a1e-fef4-49fa-90b8-bbbc8a3954bb {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed8a4a1e-fef4-49fa-90b8-bbbc8a3954bb {
  
}
}@media (max-width: 767px){#s-ed8a4a1e-fef4-49fa-90b8-bbbc8a3954bb {
  
}
}
@media (min-width: 0px) {
[id="s-ed8a4a1e-fef4-49fa-90b8-bbbc8a3954bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed8a4a1e-fef4-49fa-90b8-bbbc8a3954bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed8a4a1e-fef4-49fa-90b8-bbbc8a3954bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed8a4a1e-fef4-49fa-90b8-bbbc8a3954bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-37b1275d-2f73-448d-8c89-44a3b6dc4f62 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-1505491b-f38b-42de-ac7f-009856fb9941 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e05955d7-bd10-48ce-86cc-502b1a673e3a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0f4556d1-b960-4803-a2fb-4b37e1779083 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-1577eca2-7217-4c0f-8a67-248085507bb4 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-a7f7d904-fdc1-400c-8ab6-c3e2ccf040ac {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-5dfdce69-03f6-4ed9-ab46-2b6e4e5aacce {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5dfdce69-03f6-4ed9-ab46-2b6e4e5aacce {
  
}
}@media (max-width: 767px){#s-5dfdce69-03f6-4ed9-ab46-2b6e4e5aacce {
  
}
}
@media (min-width: 0px) {
[id="s-5dfdce69-03f6-4ed9-ab46-2b6e4e5aacce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dfdce69-03f6-4ed9-ab46-2b6e4e5aacce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5dfdce69-03f6-4ed9-ab46-2b6e4e5aacce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dfdce69-03f6-4ed9-ab46-2b6e4e5aacce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-afc644a3-c96e-4b1d-9eb5-48c97ea44279 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-001adafe-32dc-4d29-879f-440f67929576 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3ce23282-3d64-4216-b342-8ad63ce67796 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-7275c489-b8f1-460b-90cc-634d39cc108c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-035da432-2685-4a72-b65d-6d8d38cfd551 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-8db288d6-2410-4455-a8ff-35241c16b698 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-ed4c0084-2bb8-466d-8876-64b1e89e2412 {
  display: none;
}
#s-ed4c0084-2bb8-466d-8876-64b1e89e2412, #wrap-s-ed4c0084-2bb8-466d-8876-64b1e89e2412 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed4c0084-2bb8-466d-8876-64b1e89e2412 {
  display: none;
}
#s-ed4c0084-2bb8-466d-8876-64b1e89e2412, #wrap-s-ed4c0084-2bb8-466d-8876-64b1e89e2412 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed4c0084-2bb8-466d-8876-64b1e89e2412 {
  display: none;
}
#s-ed4c0084-2bb8-466d-8876-64b1e89e2412, #wrap-s-ed4c0084-2bb8-466d-8876-64b1e89e2412 { display: none !important; }}@media (max-width: 767px){#s-ed4c0084-2bb8-466d-8876-64b1e89e2412 {
  display: none;
}
#s-ed4c0084-2bb8-466d-8876-64b1e89e2412, #wrap-s-ed4c0084-2bb8-466d-8876-64b1e89e2412 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZkM2U2Y2UtZTJiNi00Y2FhLTg1Y2YtY2IwYjZiNGU1MGE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmQzZTZjZS1lMmI2LTRjYWEtODVjZi1jYjBiNmI0ZTUwYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22b7e661-55fd-4f6f-ac64-37a35d8779e4-root {
    text-align: center;
  }


#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22b7e661-55fd-4f6f-ac64-37a35d8779e4-root {
    text-align: center;
  }


#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22b7e661-55fd-4f6f-ac64-37a35d8779e4-root {
    text-align: center;
  }


#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22b7e661-55fd-4f6f-ac64-37a35d8779e4-root {
    text-align: center;
  }


#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22b7e661-55fd-4f6f-ac64-37a35d8779e4-root {
    text-align: center;
  }


#s-22b7e661-55fd-4f6f-ac64-37a35d8779e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-2bbc2792-8268-4f73-af01-a95f3aa060f7 {
  margin-left: auto;
margin-right: auto;
}

#s-2bbc2792-8268-4f73-af01-a95f3aa060f7 hr {
  border-top: 2px solid #ddd;
}

#s-a773ef16-6180-4676-838e-cc5989c246c7 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-a773ef16-6180-4676-838e-cc5989c246c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a773ef16-6180-4676-838e-cc5989c246c7.shg-box.shg-c {
  justify-content: center;
}

#s-cb400cd6-8106-4e17-a507-0f83ecf12c92 {
  margin-left: 0%;
margin-right: 0%;
}

#s-889e86af-b5ea-4535-a336-ad4587d8c326 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-889e86af-b5ea-4535-a336-ad4587d8c326 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be {
  max-width:  100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be {
  max-width:  100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be {
  max-width:  100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be {
  max-width:  100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be {
  max-width:  100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be .shg-image-zoom,
.shg-c#s-4301a009-f65f-4fbf-81fe-daa9a8bcc7be img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a2bbf9c-2d53-40c6-8ac0-62cc5623c1f1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-e8588cce-22f6-4ecd-a925-41a6ea7545e1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-e8588cce-22f6-4ecd-a925-41a6ea7545e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8588cce-22f6-4ecd-a925-41a6ea7545e1.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-94faaf9a-c5e6-4e10-b99b-e920735b2544 {
  margin-top: 20px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
@media (min-width: 1200px){#s-94faaf9a-c5e6-4e10-b99b-e920735b2544 {
  display: none;
}
#s-94faaf9a-c5e6-4e10-b99b-e920735b2544, #wrap-s-94faaf9a-c5e6-4e10-b99b-e920735b2544 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94faaf9a-c5e6-4e10-b99b-e920735b2544 {
  display: none;
}
#s-94faaf9a-c5e6-4e10-b99b-e920735b2544, #wrap-s-94faaf9a-c5e6-4e10-b99b-e920735b2544 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94faaf9a-c5e6-4e10-b99b-e920735b2544 {
  display: none;
}
#s-94faaf9a-c5e6-4e10-b99b-e920735b2544, #wrap-s-94faaf9a-c5e6-4e10-b99b-e920735b2544 { display: none !important; }}
#s-94faaf9a-c5e6-4e10-b99b-e920735b2544 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-dd7f855c-2a49-49be-a7f0-a7528d1adbf6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dd7f855c-2a49-49be-a7f0-a7528d1adbf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd7f855c-2a49-49be-a7f0-a7528d1adbf6.shg-box.shg-c {
  justify-content: center;
}

#s-89eb15ad-298e-4393-b071-06ed1cf6ef03 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-89eb15ad-298e-4393-b071-06ed1cf6ef03 {
  display: none;
}
#s-89eb15ad-298e-4393-b071-06ed1cf6ef03, #wrap-s-89eb15ad-298e-4393-b071-06ed1cf6ef03 { display: none !important; }}@media (max-width: 767px){#s-89eb15ad-298e-4393-b071-06ed1cf6ef03 {
  display: none;
}
#s-89eb15ad-298e-4393-b071-06ed1cf6ef03, #wrap-s-89eb15ad-298e-4393-b071-06ed1cf6ef03 { display: none !important; }}
@media (min-width: 0px) {
[id="s-89eb15ad-298e-4393-b071-06ed1cf6ef03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89eb15ad-298e-4393-b071-06ed1cf6ef03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89eb15ad-298e-4393-b071-06ed1cf6ef03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89eb15ad-298e-4393-b071-06ed1cf6ef03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-189ecdf5-3fc1-46e6-91de-9c86e4cce38d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-189ecdf5-3fc1-46e6-91de-9c86e4cce38d .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-e95a8db6-5fa4-4ca5-9e61-baf7a4bad332 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e95a8db6-5fa4-4ca5-9e61-baf7a4bad332 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-313617cc-786b-42f0-931c-52a9812c06da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-313617cc-786b-42f0-931c-52a9812c06da .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5 {
  display: none;
}
#s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5, #wrap-s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5 { display: none !important; }}@media (max-width: 767px){#s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5 {
  display: none;
}
#s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5, #wrap-s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cb9ef2d-b989-47d4-aaf0-b30f46444ca5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e2778d5d-2909-4472-b021-2460b80628b4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2e39166e-9ecd-4bb4-ac80-7d7a2846a1c8 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3d71ea4b-82ba-47cc-9b99-e60695d8f209 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e {
  display: none;
}
#s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e, #wrap-s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e {
  display: none;
}
#s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e, #wrap-s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e {
  
}
}@media (max-width: 767px){#s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e {
  
}
}
@media (min-width: 0px) {
[id="s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e036a00-ea93-4a3e-afdc-49939fc5dd5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-da0429e1-9677-4a41-a209-9fb13a41028d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da0429e1-9677-4a41-a209-9fb13a41028d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-cd98c1a9-7c01-474b-9b50-efa4617fbc5a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3b0bf971-be32-482d-ae52-5484d67880d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b0bf971-be32-482d-ae52-5484d67880d5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a0e4af45-b284-4dd3-b2f2-fa823df98524 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9ba911fc-6125-40db-8159-b0687bf277d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ba911fc-6125-40db-8159-b0687bf277d9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f1232430-ceb7-4464-8574-a4230ffd22aa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-62b3e155-d7dd-4f1a-a588-20ad942e114a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62b3e155-d7dd-4f1a-a588-20ad942e114a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-81a1c08c-f175-43e5-9b13-0122d41ab16f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-11723a72-1808-4c8e-803e-7f868c60f466 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11723a72-1808-4c8e-803e-7f868c60f466 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-48acf6f6-b8a4-4af3-b82d-b8decd9de0d2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-842d713d-5e5e-4d0f-93c9-a3839ca3f95a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-842d713d-5e5e-4d0f-93c9-a3839ca3f95a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a50eda9a-ae76-498b-aaad-fc99165920ba {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a0a919db-c175-4a11-b65a-b654f460fec1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0a919db-c175-4a11-b65a-b654f460fec1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-69ffa7f6-b8cc-4197-b52d-737b4f5bf4cd {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-fa2f7fe0-7457-4a35-8aa1-d784b55142f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa2f7fe0-7457-4a35-8aa1-d784b55142f7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5d8baf10-dc25-4233-bf45-3f7de00b58c5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-16055fc7-6aa1-48c1-99ba-7c5ee983077b {
  margin-top: 19px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-16055fc7-6aa1-48c1-99ba-7c5ee983077b {
  display: none;
}
#s-16055fc7-6aa1-48c1-99ba-7c5ee983077b, #wrap-s-16055fc7-6aa1-48c1-99ba-7c5ee983077b { display: none !important; }}@media (max-width: 767px){#s-16055fc7-6aa1-48c1-99ba-7c5ee983077b {
  display: none;
}
#s-16055fc7-6aa1-48c1-99ba-7c5ee983077b, #wrap-s-16055fc7-6aa1-48c1-99ba-7c5ee983077b { display: none !important; }}
@media (min-width: 0px) {
[id="s-16055fc7-6aa1-48c1-99ba-7c5ee983077b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16055fc7-6aa1-48c1-99ba-7c5ee983077b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-16055fc7-6aa1-48c1-99ba-7c5ee983077b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-16055fc7-6aa1-48c1-99ba-7c5ee983077b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-146fce96-44f4-4713-9039-28552076e4bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-146fce96-44f4-4713-9039-28552076e4bf .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3e63661d-14cb-4fdb-b364-ed47389fee71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e63661d-14cb-4fdb-b364-ed47389fee71 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c98138e8-7549-43f8-9749-957399a88307 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c98138e8-7549-43f8-9749-957399a88307 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d1d9ce08-318f-4975-9481-ece6242fd945 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1d9ce08-318f-4975-9481-ece6242fd945 {
  display: none;
}
#s-d1d9ce08-318f-4975-9481-ece6242fd945, #wrap-s-d1d9ce08-318f-4975-9481-ece6242fd945 { display: none !important; }}@media (max-width: 767px){#s-d1d9ce08-318f-4975-9481-ece6242fd945 {
  display: none;
}
#s-d1d9ce08-318f-4975-9481-ece6242fd945, #wrap-s-d1d9ce08-318f-4975-9481-ece6242fd945 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d1d9ce08-318f-4975-9481-ece6242fd945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1d9ce08-318f-4975-9481-ece6242fd945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1d9ce08-318f-4975-9481-ece6242fd945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1d9ce08-318f-4975-9481-ece6242fd945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bad4d5b4-cfb2-4150-9239-6758a25de16b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-77842e73-f342-4c58-a1b0-0638787c162f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9588cbd4-8a3d-4eab-ba91-1b8a2fae4314 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-82afc8af-84e2-40b8-89f4-783237b7c5e0 {
  display: none;
}
#s-82afc8af-84e2-40b8-89f4-783237b7c5e0, #wrap-s-82afc8af-84e2-40b8-89f4-783237b7c5e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82afc8af-84e2-40b8-89f4-783237b7c5e0 {
  display: none;
}
#s-82afc8af-84e2-40b8-89f4-783237b7c5e0, #wrap-s-82afc8af-84e2-40b8-89f4-783237b7c5e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82afc8af-84e2-40b8-89f4-783237b7c5e0 {
  display: none;
}
#s-82afc8af-84e2-40b8-89f4-783237b7c5e0, #wrap-s-82afc8af-84e2-40b8-89f4-783237b7c5e0 { display: none !important; }}@media (max-width: 767px){#s-82afc8af-84e2-40b8-89f4-783237b7c5e0 {
  display: none;
}
#s-82afc8af-84e2-40b8-89f4-783237b7c5e0, #wrap-s-82afc8af-84e2-40b8-89f4-783237b7c5e0 { display: none !important; }}
#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzU2NWM5Y2QtODg3MS00ZjA2LTgxNDAtNTdhZmRhZGIyM2UyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNTY1YzljZC04ODcxLTRmMDYtODE0MC01N2FmZGFkYjIzZTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20-root {
    text-align: center;
  }


#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20-root {
    text-align: center;
  }


#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20-root {
    text-align: center;
  }


#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20-root {
    text-align: center;
  }


#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20-root {
    text-align: center;
  }


#s-4e6bea2f-4ebf-4f81-b315-8b82849c3d20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d29e5d1b-723a-44d3-92b1-1975d69cb421 {
  margin-left: auto;
margin-right: auto;
}

#s-d29e5d1b-723a-44d3-92b1-1975d69cb421 hr {
  border-top: 2px solid #ddd;
}

#s-68efa7f8-9050-4b81-8605-c51fe9d947b8 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-68efa7f8-9050-4b81-8605-c51fe9d947b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68efa7f8-9050-4b81-8605-c51fe9d947b8.shg-box.shg-c {
  justify-content: center;
}

#s-7ab8a48e-6d33-4b6f-bb47-f855b966e29e {
  margin-left: 0%;
margin-right: 0%;
}

#s-3aa34477-8ed3-49e4-a8a2-bfce66e05f80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aa34477-8ed3-49e4-a8a2-bfce66e05f80 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-36e1a770-2b47-410a-80e3-d10d0031c5df {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df {
  max-width:  100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df {
  max-width:  100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df {
  max-width:  100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df {
  max-width:  100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df {
  max-width:  100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df .shg-image-zoom,
.shg-c#s-36e1a770-2b47-410a-80e3-d10d0031c5df img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dc71180a-2c59-465f-8ec0-725b94ce12f3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-b6d7f3ea-eedf-4c95-915c-3f7900886e1b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-b6d7f3ea-eedf-4c95-915c-3f7900886e1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6d7f3ea-eedf-4c95-915c-3f7900886e1b.shg-box.shg-c {
  justify-content: center;
}

#s-633259d1-45a5-4c95-98ef-c8857a176048 {
  margin-top: 20px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
@media (min-width: 1200px){#s-633259d1-45a5-4c95-98ef-c8857a176048 {
  display: none;
}
#s-633259d1-45a5-4c95-98ef-c8857a176048, #wrap-s-633259d1-45a5-4c95-98ef-c8857a176048 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-633259d1-45a5-4c95-98ef-c8857a176048 {
  display: none;
}
#s-633259d1-45a5-4c95-98ef-c8857a176048, #wrap-s-633259d1-45a5-4c95-98ef-c8857a176048 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-633259d1-45a5-4c95-98ef-c8857a176048 {
  display: none;
}
#s-633259d1-45a5-4c95-98ef-c8857a176048, #wrap-s-633259d1-45a5-4c95-98ef-c8857a176048 { display: none !important; }}
#s-633259d1-45a5-4c95-98ef-c8857a176048 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-449cfc6e-00ca-4a28-8f8a-00abf7a9baf5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-449cfc6e-00ca-4a28-8f8a-00abf7a9baf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-449cfc6e-00ca-4a28-8f8a-00abf7a9baf5.shg-box.shg-c {
  justify-content: center;
}

#s-0ee854d9-1055-4046-9ffd-bf8fb58b731e {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ee854d9-1055-4046-9ffd-bf8fb58b731e {
  display: none;
}
#s-0ee854d9-1055-4046-9ffd-bf8fb58b731e, #wrap-s-0ee854d9-1055-4046-9ffd-bf8fb58b731e { display: none !important; }}@media (max-width: 767px){#s-0ee854d9-1055-4046-9ffd-bf8fb58b731e {
  display: none;
}
#s-0ee854d9-1055-4046-9ffd-bf8fb58b731e, #wrap-s-0ee854d9-1055-4046-9ffd-bf8fb58b731e { display: none !important; }}
@media (min-width: 0px) {
[id="s-0ee854d9-1055-4046-9ffd-bf8fb58b731e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ee854d9-1055-4046-9ffd-bf8fb58b731e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ee854d9-1055-4046-9ffd-bf8fb58b731e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ee854d9-1055-4046-9ffd-bf8fb58b731e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cbfc24b6-fb6e-4b94-9971-7f2161676655 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbfc24b6-fb6e-4b94-9971-7f2161676655 .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-8aa73e25-af88-4cde-b5a9-76ce17b9c807 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8aa73e25-af88-4cde-b5a9-76ce17b9c807 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-c8c91403-d32a-4d9b-94b0-42e2db15a274 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8c91403-d32a-4d9b-94b0-42e2db15a274 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-22dfb644-c609-4546-8b5a-aa48b8f6d259 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-22dfb644-c609-4546-8b5a-aa48b8f6d259 {
  display: none;
}
#s-22dfb644-c609-4546-8b5a-aa48b8f6d259, #wrap-s-22dfb644-c609-4546-8b5a-aa48b8f6d259 { display: none !important; }}@media (max-width: 767px){#s-22dfb644-c609-4546-8b5a-aa48b8f6d259 {
  display: none;
}
#s-22dfb644-c609-4546-8b5a-aa48b8f6d259, #wrap-s-22dfb644-c609-4546-8b5a-aa48b8f6d259 { display: none !important; }}
@media (min-width: 0px) {
[id="s-22dfb644-c609-4546-8b5a-aa48b8f6d259"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22dfb644-c609-4546-8b5a-aa48b8f6d259"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22dfb644-c609-4546-8b5a-aa48b8f6d259"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22dfb644-c609-4546-8b5a-aa48b8f6d259"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-acd6f7fc-37f1-4ecd-ba73-baaff4b73ff9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c75606a3-a1b4-449c-bb2c-b3359e0430a6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-93b9ea58-30a8-4e48-8cf3-daf94ef1c470 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-1c608eb1-8fee-4304-95cc-59658c00f39a {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-1c608eb1-8fee-4304-95cc-59658c00f39a {
  display: none;
}
#s-1c608eb1-8fee-4304-95cc-59658c00f39a, #wrap-s-1c608eb1-8fee-4304-95cc-59658c00f39a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c608eb1-8fee-4304-95cc-59658c00f39a {
  display: none;
}
#s-1c608eb1-8fee-4304-95cc-59658c00f39a, #wrap-s-1c608eb1-8fee-4304-95cc-59658c00f39a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c608eb1-8fee-4304-95cc-59658c00f39a {
  
}
}@media (max-width: 767px){#s-1c608eb1-8fee-4304-95cc-59658c00f39a {
  
}
}
@media (min-width: 0px) {
[id="s-1c608eb1-8fee-4304-95cc-59658c00f39a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c608eb1-8fee-4304-95cc-59658c00f39a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c608eb1-8fee-4304-95cc-59658c00f39a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c608eb1-8fee-4304-95cc-59658c00f39a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-527baacb-f3d2-41da-adc9-f3bf44b99b14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-527baacb-f3d2-41da-adc9-f3bf44b99b14 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-d0730092-9b43-441f-84c0-30b38c3a597a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-feab4b40-e441-43df-8f36-1c4029eb970d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-feab4b40-e441-43df-8f36-1c4029eb970d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3c700fc6-70f2-4073-8268-b4f6e758d9e1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-6c67573e-7bdc-4e43-a7af-eacd928aaa6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c67573e-7bdc-4e43-a7af-eacd928aaa6f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7b48d831-ff70-4f73-b9e3-09711715a99e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e0210c4b-6544-4ff8-96d1-6a9da583a7c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0210c4b-6544-4ff8-96d1-6a9da583a7c8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-f375469d-42ff-4689-8d9f-95f27c624345 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-556cabfd-ce77-4931-8e73-e751bb1eadf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-556cabfd-ce77-4931-8e73-e751bb1eadf9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f1b80ef1-ab7d-49d5-9ab3-e353930745b4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-6a02fd1f-d927-48f7-9d82-6fa4c37f5b1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a02fd1f-d927-48f7-9d82-6fa4c37f5b1a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-488f7954-3f9d-426c-a194-0fd3bf86f4c4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-4862661d-bb42-479f-9684-1c3779433a03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4862661d-bb42-479f-9684-1c3779433a03 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b78d7a7b-809d-427e-8557-7e937d9f78bb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8992a644-c46f-4e50-84c7-d8acef96d850 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8992a644-c46f-4e50-84c7-d8acef96d850 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-82ab1375-898e-4303-8be2-afc41eaee38e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e2a92051-cce4-4894-a57d-c744d03c2115 {
  margin-top: 19px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2a92051-cce4-4894-a57d-c744d03c2115 {
  display: none;
}
#s-e2a92051-cce4-4894-a57d-c744d03c2115, #wrap-s-e2a92051-cce4-4894-a57d-c744d03c2115 { display: none !important; }}@media (max-width: 767px){#s-e2a92051-cce4-4894-a57d-c744d03c2115 {
  display: none;
}
#s-e2a92051-cce4-4894-a57d-c744d03c2115, #wrap-s-e2a92051-cce4-4894-a57d-c744d03c2115 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e2a92051-cce4-4894-a57d-c744d03c2115"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2a92051-cce4-4894-a57d-c744d03c2115"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2a92051-cce4-4894-a57d-c744d03c2115"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2a92051-cce4-4894-a57d-c744d03c2115"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0c4045b6-6e35-4f40-8afc-e96b3a2e6b20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c4045b6-6e35-4f40-8afc-e96b3a2e6b20 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8d67fe52-34a3-498a-973a-f352be8af2a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d67fe52-34a3-498a-973a-f352be8af2a9 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3bc802b9-16c4-456c-b3eb-5b06881b0ed0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bc802b9-16c4-456c-b3eb-5b06881b0ed0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3c0c20d2-3822-45e6-89cb-397b01405bb5 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c0c20d2-3822-45e6-89cb-397b01405bb5 {
  display: none;
}
#s-3c0c20d2-3822-45e6-89cb-397b01405bb5, #wrap-s-3c0c20d2-3822-45e6-89cb-397b01405bb5 { display: none !important; }}@media (max-width: 767px){#s-3c0c20d2-3822-45e6-89cb-397b01405bb5 {
  display: none;
}
#s-3c0c20d2-3822-45e6-89cb-397b01405bb5, #wrap-s-3c0c20d2-3822-45e6-89cb-397b01405bb5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3c0c20d2-3822-45e6-89cb-397b01405bb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c0c20d2-3822-45e6-89cb-397b01405bb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c0c20d2-3822-45e6-89cb-397b01405bb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c0c20d2-3822-45e6-89cb-397b01405bb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-93b0cef9-f5de-4ca8-80fb-390c0fa62482 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-0f3f2f5a-8ba9-4cfc-acb8-a9a194013821 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3b95c315-aa3f-4708-bbc3-c1d66e2c7116 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-4a5952db-344c-4416-a42d-c136048d89ff {
  display: none;
}
#s-4a5952db-344c-4416-a42d-c136048d89ff, #wrap-s-4a5952db-344c-4416-a42d-c136048d89ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a5952db-344c-4416-a42d-c136048d89ff {
  display: none;
}
#s-4a5952db-344c-4416-a42d-c136048d89ff, #wrap-s-4a5952db-344c-4416-a42d-c136048d89ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a5952db-344c-4416-a42d-c136048d89ff {
  display: none;
}
#s-4a5952db-344c-4416-a42d-c136048d89ff, #wrap-s-4a5952db-344c-4416-a42d-c136048d89ff { display: none !important; }}@media (max-width: 767px){#s-4a5952db-344c-4416-a42d-c136048d89ff {
  display: none;
}
#s-4a5952db-344c-4416-a42d-c136048d89ff, #wrap-s-4a5952db-344c-4416-a42d-c136048d89ff { display: none !important; }}
#s-b6e51c22-4b78-4421-af30-b688efc3fad5 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQzNjdiOTQtMzNlNi00MzI0LWIwNTMtNTExMzcyODY3MjlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDM2N2I5NC0zM2U2LTQzMjQtYjA1My01MTEzNzI4NjcyOWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-b6e51c22-4b78-4421-af30-b688efc3fad5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6e51c22-4b78-4421-af30-b688efc3fad5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6e51c22-4b78-4421-af30-b688efc3fad5-root {
    text-align: center;
  }


#s-b6e51c22-4b78-4421-af30-b688efc3fad5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6e51c22-4b78-4421-af30-b688efc3fad5-root {
    text-align: center;
  }


#s-b6e51c22-4b78-4421-af30-b688efc3fad5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6e51c22-4b78-4421-af30-b688efc3fad5-root {
    text-align: center;
  }


#s-b6e51c22-4b78-4421-af30-b688efc3fad5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6e51c22-4b78-4421-af30-b688efc3fad5-root {
    text-align: center;
  }


#s-b6e51c22-4b78-4421-af30-b688efc3fad5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6e51c22-4b78-4421-af30-b688efc3fad5-root {
    text-align: center;
  }


#s-b6e51c22-4b78-4421-af30-b688efc3fad5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3a706c63-f5e0-47fd-b839-90be35daee9d {
  margin-left: auto;
margin-right: auto;
}

#s-3a706c63-f5e0-47fd-b839-90be35daee9d hr {
  border-top: 2px solid #ddd;
}

#s-52c3727c-d7d9-4576-a12a-a1d15ce6e918 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-52c3727c-d7d9-4576-a12a-a1d15ce6e918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52c3727c-d7d9-4576-a12a-a1d15ce6e918.shg-box.shg-c {
  justify-content: center;
}

#s-50510fb9-76e4-45a7-8f4f-2bbab89985a1 {
  margin-left: 0%;
margin-right: 0%;
}

#s-fee1f18c-2969-4572-be06-5cf5bf2dfd4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fee1f18c-2969-4572-be06-5cf5bf2dfd4a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 {
  max-width:  100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 {
  max-width:  100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 {
  max-width:  100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 {
  max-width:  100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 {
  max-width:  100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 .shg-image-zoom,
.shg-c#s-f1cae1e5-b699-4d91-a7c2-57093a8b6782 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-49856147-0d75-4e4c-acb5-fbcc9e9bbac5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-f3c2ecf5-d134-4406-8bd6-9f3752551e52 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-f3c2ecf5-d134-4406-8bd6-9f3752551e52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3c2ecf5-d134-4406-8bd6-9f3752551e52.shg-box.shg-c {
  justify-content: center;
}

#s-6ac51030-6b5d-45fd-be72-2e58c5c4a0ae {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ac51030-6b5d-45fd-be72-2e58c5c4a0ae {
  
}
}@media (max-width: 767px){#s-6ac51030-6b5d-45fd-be72-2e58c5c4a0ae {
  
}
}
@media (min-width: 0px) {
[id="s-6ac51030-6b5d-45fd-be72-2e58c5c4a0ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac51030-6b5d-45fd-be72-2e58c5c4a0ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac51030-6b5d-45fd-be72-2e58c5c4a0ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac51030-6b5d-45fd-be72-2e58c5c4a0ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-709b7643-e983-4bd6-9012-74cd9d47d0a8 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-22122cd5-74dd-40d3-acaf-b8fdb724c320 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-222b6e84-3266-4f6c-a51d-e9ccd69b353a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-929146ef-7ad0-48f5-9fe8-87f7aa656643 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-6942d3ad-0e69-46a6-b702-2407b59254f5 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-8080de06-a87b-4c25-aa61-464bace56c2f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c193360d-c531-43ba-8b4d-81f5810889d2 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c193360d-c531-43ba-8b4d-81f5810889d2 {
  
}
}@media (max-width: 767px){#s-c193360d-c531-43ba-8b4d-81f5810889d2 {
  
}
}
@media (min-width: 0px) {
[id="s-c193360d-c531-43ba-8b4d-81f5810889d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c193360d-c531-43ba-8b4d-81f5810889d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c193360d-c531-43ba-8b4d-81f5810889d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c193360d-c531-43ba-8b4d-81f5810889d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bc9abd7d-10a5-4c72-b1cf-d98874c08304 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-21c0ec88-e347-4c7d-8599-dd494fe5d656 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3f217c06-d097-4e15-8e92-28948cf82c11 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-b750823e-c4c1-43ca-a66f-064883b40c6b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-fb738a9e-eff8-43db-96d1-8a7b2dc5bf69 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-d273e001-2d7b-4a18-9ab0-c3658f6408ae {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 {
  display: none;
}
#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1, #wrap-s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 {
  display: none;
}
#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1, #wrap-s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 {
  display: none;
}
#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1, #wrap-s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 { display: none !important; }}@media (max-width: 767px){#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 {
  display: none;
}
#s-c3ccc30d-1349-42cf-a429-8acea75cbbc1, #wrap-s-c3ccc30d-1349-42cf-a429-8acea75cbbc1 { display: none !important; }}
#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2JiYzZmMjAtN2UwNy00ZjFhLWJkNjEtMWUzMGMyMmIxMzUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YmJjNmYyMC03ZTA3LTRmMWEtYmQ2MS0xZTMwYzIyYjEzNTApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56ed1a9a-df89-4baa-a550-f56c6a75dba4-root {
    text-align: center;
  }


#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56ed1a9a-df89-4baa-a550-f56c6a75dba4-root {
    text-align: center;
  }


#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56ed1a9a-df89-4baa-a550-f56c6a75dba4-root {
    text-align: center;
  }


#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56ed1a9a-df89-4baa-a550-f56c6a75dba4-root {
    text-align: center;
  }


#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56ed1a9a-df89-4baa-a550-f56c6a75dba4-root {
    text-align: center;
  }


#s-56ed1a9a-df89-4baa-a550-f56c6a75dba4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-f4610304-0463-442e-9f93-bea06646334d {
  margin-left: auto;
margin-right: auto;
}

#s-f4610304-0463-442e-9f93-bea06646334d hr {
  border-top: 2px solid #ddd;
}

#s-e1de8c99-7eef-4f03-9a81-1e692a46a068 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-e1de8c99-7eef-4f03-9a81-1e692a46a068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1de8c99-7eef-4f03-9a81-1e692a46a068.shg-box.shg-c {
  justify-content: center;
}

#s-0f6e8f99-dd1f-45fb-a4b5-adfdede42284 {
  margin-left: 0%;
margin-right: 0%;
}

#s-892dcf6a-f494-4d45-ae93-a267b1737b59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-892dcf6a-f494-4d45-ae93-a267b1737b59 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad {
  max-width:  100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad {
  max-width:  100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad {
  max-width:  100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad {
  max-width:  100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad {
  max-width:  100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad .shg-image-zoom,
.shg-c#s-80ac2f4f-8927-47ea-b72d-979167e9e2ad img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-767694c3-09df-4f3d-8514-8d47179fa9b9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-525d2cf6-1376-44b3-8e6e-09b5e6991038 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-525d2cf6-1376-44b3-8e6e-09b5e6991038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-525d2cf6-1376-44b3-8e6e-09b5e6991038.shg-box.shg-c {
  justify-content: center;
}

#s-b8aed7f4-80ff-4c43-9f91-863b70e40535 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8aed7f4-80ff-4c43-9f91-863b70e40535 {
  
}
}@media (max-width: 767px){#s-b8aed7f4-80ff-4c43-9f91-863b70e40535 {
  
}
}
@media (min-width: 0px) {
[id="s-b8aed7f4-80ff-4c43-9f91-863b70e40535"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8aed7f4-80ff-4c43-9f91-863b70e40535"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8aed7f4-80ff-4c43-9f91-863b70e40535"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8aed7f4-80ff-4c43-9f91-863b70e40535"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-446ca763-e8e0-499b-8f24-46412d8c87de {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-a89cdf75-dcfd-4755-b48c-fe644176235c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-46ba07f1-3616-4f3a-9bab-8820f511f4fa {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-11bdbd6f-1c94-4d4e-af3b-920d25db2043 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-bc86ce26-1670-480f-ba15-92faeae1c58c {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-6eb4fd36-4370-4d1b-a941-ae294aaa57dc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e00d694a-bf5b-43aa-9edd-ccae0e50da0d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e00d694a-bf5b-43aa-9edd-ccae0e50da0d {
  
}
}@media (max-width: 767px){#s-e00d694a-bf5b-43aa-9edd-ccae0e50da0d {
  
}
}
@media (min-width: 0px) {
[id="s-e00d694a-bf5b-43aa-9edd-ccae0e50da0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e00d694a-bf5b-43aa-9edd-ccae0e50da0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e00d694a-bf5b-43aa-9edd-ccae0e50da0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e00d694a-bf5b-43aa-9edd-ccae0e50da0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-12c24424-97eb-4056-8822-225d674d592f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-002f6730-9241-4806-a6ed-9cf0f0f2882a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-5e81213e-8ed4-4ce6-a1fa-3a830dba41fc {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-bab5188a-12f2-4278-847c-51e2343e63e2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-ef9b69f0-6243-4841-bcef-62551fea7770 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-1b97b857-9a21-4141-8ce1-64ae36e239c2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 {
  display: none;
}
#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19, #wrap-s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 {
  display: none;
}
#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19, #wrap-s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 {
  display: none;
}
#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19, #wrap-s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 { display: none !important; }}@media (max-width: 767px){#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 {
  display: none;
}
#s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19, #wrap-s-e105e72c-ad5c-4a98-b27e-dac5e2ae7b19 { display: none !important; }}
#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDk4M2VhYWMtOTNiNS00NDIwLTkzYmUtODVjNzI3MWFhMGFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOTgzZWFhYy05M2I1LTQ0MjAtOTNiZS04NWM3MjcxYWEwYWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8aa208b7-135a-4a7f-8f9a-0e081edd786d-root {
    text-align: center;
  }


#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8aa208b7-135a-4a7f-8f9a-0e081edd786d-root {
    text-align: center;
  }


#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8aa208b7-135a-4a7f-8f9a-0e081edd786d-root {
    text-align: center;
  }


#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8aa208b7-135a-4a7f-8f9a-0e081edd786d-root {
    text-align: center;
  }


#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8aa208b7-135a-4a7f-8f9a-0e081edd786d-root {
    text-align: center;
  }


#s-8aa208b7-135a-4a7f-8f9a-0e081edd786d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-8cd41f53-c17e-4458-9eef-4ded3f96a54e {
  margin-left: auto;
margin-right: auto;
}

#s-8cd41f53-c17e-4458-9eef-4ded3f96a54e hr {
  border-top: 2px solid #ddd;
}

#s-cd82424a-1622-448e-bc3f-f00703f17206 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-cd82424a-1622-448e-bc3f-f00703f17206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd82424a-1622-448e-bc3f-f00703f17206.shg-box.shg-c {
  justify-content: center;
}

#s-70c51bbf-0af5-4ec9-b3f6-0f4315e86fdd {
  margin-left: 0%;
margin-right: 0%;
}

#s-4ba5475d-ab03-44b9-9dc1-1ef5d98390c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ba5475d-ab03-44b9-9dc1-1ef5d98390c3 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-33ea882a-2797-416e-b02d-22b197562a0c {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1100/750;
text-align: center;
}



.shg-image-margin-container-s-33ea882a-2797-416e-b02d-22b197562a0c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-33ea882a-2797-416e-b02d-22b197562a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33ea882a-2797-416e-b02d-22b197562a0c {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
      position: relative;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-33ea882a-2797-416e-b02d-22b197562a0c {
  
  
  
  
}

#s-33ea882a-2797-416e-b02d-22b197562a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33ea882a-2797-416e-b02d-22b197562a0c {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
      position: relative;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-33ea882a-2797-416e-b02d-22b197562a0c {
  
  
  
  
}

#s-33ea882a-2797-416e-b02d-22b197562a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33ea882a-2797-416e-b02d-22b197562a0c {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
      position: relative;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-33ea882a-2797-416e-b02d-22b197562a0c {
  
  
  
  
}

#s-33ea882a-2797-416e-b02d-22b197562a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33ea882a-2797-416e-b02d-22b197562a0c {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
      position: relative;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-33ea882a-2797-416e-b02d-22b197562a0c {
  
  
  
  
}

#s-33ea882a-2797-416e-b02d-22b197562a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ea882a-2797-416e-b02d-22b197562a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-33ea882a-2797-416e-b02d-22b197562a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33ea882a-2797-416e-b02d-22b197562a0c {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container {
      position: relative;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ea882a-2797-416e-b02d-22b197562a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-21f6395b-3326-408b-b1cf-0706da742083 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-a428df55-35c5-4d1c-968f-0f9d64272108 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a428df55-35c5-4d1c-968f-0f9d64272108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a428df55-35c5-4d1c-968f-0f9d64272108.shg-box.shg-c {
  justify-content: center;
}

#s-c3b85c1a-bad1-45c4-802e-e082919dd6d5 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3b85c1a-bad1-45c4-802e-e082919dd6d5 {
  
}
}@media (max-width: 767px){#s-c3b85c1a-bad1-45c4-802e-e082919dd6d5 {
  
}
}
@media (min-width: 0px) {
[id="s-c3b85c1a-bad1-45c4-802e-e082919dd6d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3b85c1a-bad1-45c4-802e-e082919dd6d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b85c1a-bad1-45c4-802e-e082919dd6d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b85c1a-bad1-45c4-802e-e082919dd6d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7ec78324-a2e7-4d98-93c5-9b1530c0da4a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-47a0682c-4186-44f9-bc50-12aeffccc3aa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a59d9b44-90a5-483b-8212-22362865a23f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-61a7bcc0-e03c-4073-a378-bd04426564c0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-f93bf53b-b882-4d79-af67-d5a4d8d1dcbe {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-8d0207dc-ca87-498c-baa3-b540aca6fa6d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-06f4e173-715e-4dc7-9a7c-e842b0d1551d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06f4e173-715e-4dc7-9a7c-e842b0d1551d {
  
}
}@media (max-width: 767px){#s-06f4e173-715e-4dc7-9a7c-e842b0d1551d {
  
}
}
@media (min-width: 0px) {
[id="s-06f4e173-715e-4dc7-9a7c-e842b0d1551d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06f4e173-715e-4dc7-9a7c-e842b0d1551d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06f4e173-715e-4dc7-9a7c-e842b0d1551d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06f4e173-715e-4dc7-9a7c-e842b0d1551d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b716b5fe-7700-4d3f-bd7d-ded7b8f04424 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-49865c9f-6af3-4f60-9e8b-eafda5c99481 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-ddc6fd75-82cf-4c91-bf31-e4039b77fa21 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-502f2ee7-d27b-4460-be24-89afe3491d00 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-952ea331-5512-4981-98fa-f1a590b92b33 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-12aaf834-ed46-4e01-9406-9da13b7aca21 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-0d611e05-a95f-4ed0-870a-cb79e3e59172 {
  display: none;
}
#s-0d611e05-a95f-4ed0-870a-cb79e3e59172, #wrap-s-0d611e05-a95f-4ed0-870a-cb79e3e59172 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d611e05-a95f-4ed0-870a-cb79e3e59172 {
  display: none;
}
#s-0d611e05-a95f-4ed0-870a-cb79e3e59172, #wrap-s-0d611e05-a95f-4ed0-870a-cb79e3e59172 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d611e05-a95f-4ed0-870a-cb79e3e59172 {
  display: none;
}
#s-0d611e05-a95f-4ed0-870a-cb79e3e59172, #wrap-s-0d611e05-a95f-4ed0-870a-cb79e3e59172 { display: none !important; }}@media (max-width: 767px){#s-0d611e05-a95f-4ed0-870a-cb79e3e59172 {
  display: none;
}
#s-0d611e05-a95f-4ed0-870a-cb79e3e59172, #wrap-s-0d611e05-a95f-4ed0-870a-cb79e3e59172 { display: none !important; }}
#s-72ead76e-21a1-45bd-911b-af063fb5643e {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjMxMDkyZTQtZmJlNy00NjRlLTg3ODYtNTUzNWNkZGFjMzRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMzEwOTJlNC1mYmU3LTQ2NGUtODc4Ni01NTM1Y2RkYWMzNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-72ead76e-21a1-45bd-911b-af063fb5643e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72ead76e-21a1-45bd-911b-af063fb5643e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72ead76e-21a1-45bd-911b-af063fb5643e-root {
    text-align: center;
  }


#s-72ead76e-21a1-45bd-911b-af063fb5643e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72ead76e-21a1-45bd-911b-af063fb5643e-root {
    text-align: center;
  }


#s-72ead76e-21a1-45bd-911b-af063fb5643e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72ead76e-21a1-45bd-911b-af063fb5643e-root {
    text-align: center;
  }


#s-72ead76e-21a1-45bd-911b-af063fb5643e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72ead76e-21a1-45bd-911b-af063fb5643e-root {
    text-align: center;
  }


#s-72ead76e-21a1-45bd-911b-af063fb5643e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72ead76e-21a1-45bd-911b-af063fb5643e-root {
    text-align: center;
  }


#s-72ead76e-21a1-45bd-911b-af063fb5643e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-949b4eae-a362-44de-821c-9673af7ae36f {
  margin-left: auto;
margin-right: auto;
}

#s-949b4eae-a362-44de-821c-9673af7ae36f hr {
  border-top: 2px solid #ddd;
}

#s-2883aec2-15ea-4071-9c36-4e0ac263f1dd {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-2883aec2-15ea-4071-9c36-4e0ac263f1dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2883aec2-15ea-4071-9c36-4e0ac263f1dd.shg-box.shg-c {
  justify-content: center;
}

#s-34a080a1-a857-4794-b6e1-bc2ace723a60 {
  margin-left: 0%;
margin-right: 0%;
}

#s-3535500e-6974-4da6-8a05-9f29f3dba407 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3535500e-6974-4da6-8a05-9f29f3dba407 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1100/550;
text-align: center;
}



.shg-image-margin-container-s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
      position: relative;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  
  
  
  
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
      position: relative;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  
  
  
  
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
      position: relative;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  
  
  
  
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
      position: relative;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  
  
  
  
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-4ed30a82-ce69-4728-9023-ae950b145ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container {
      position: relative;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ed30a82-ce69-4728-9023-ae950b145ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-4146779c-b793-4d18-817d-a8445aa33d12 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-c20d36be-4297-44a8-ab9e-d1077e5a1753 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-c20d36be-4297-44a8-ab9e-d1077e5a1753 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c20d36be-4297-44a8-ab9e-d1077e5a1753.shg-box.shg-c {
  justify-content: center;
}

#s-f6e3ae94-b3af-4bf9-b0cf-b7bc2088499a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6e3ae94-b3af-4bf9-b0cf-b7bc2088499a {
  
}
}@media (max-width: 767px){#s-f6e3ae94-b3af-4bf9-b0cf-b7bc2088499a {
  
}
}
@media (min-width: 0px) {
[id="s-f6e3ae94-b3af-4bf9-b0cf-b7bc2088499a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6e3ae94-b3af-4bf9-b0cf-b7bc2088499a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6e3ae94-b3af-4bf9-b0cf-b7bc2088499a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6e3ae94-b3af-4bf9-b0cf-b7bc2088499a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-53a0587a-7842-458e-8815-357c06826883 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f6f75c5d-b9b8-474b-a8fd-0a0e1328c201 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-53985aae-b406-4899-85d1-9427c978b741 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-a54ede1d-e1b7-4354-820e-93f56645594d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-6e037df0-6e5e-4325-acb5-c729b336aa64 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-5184c339-a584-43d4-8f4a-5716ecf2e4a3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-b73ea45c-0a92-4b3b-a00b-e2de16afdf58 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b73ea45c-0a92-4b3b-a00b-e2de16afdf58 {
  
}
}@media (max-width: 767px){#s-b73ea45c-0a92-4b3b-a00b-e2de16afdf58 {
  
}
}
@media (min-width: 0px) {
[id="s-b73ea45c-0a92-4b3b-a00b-e2de16afdf58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b73ea45c-0a92-4b3b-a00b-e2de16afdf58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b73ea45c-0a92-4b3b-a00b-e2de16afdf58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b73ea45c-0a92-4b3b-a00b-e2de16afdf58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-69062edf-f158-4c2f-8030-0457a7f54c7f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f511339b-6da7-438a-b0c3-d7487a82c116 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-fa7292be-979f-48e6-a154-84d853951ae0 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f4525ea9-1d29-4274-8086-a26162725e36 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a024fed0-d0cf-4199-bf8d-d5cd3c430083 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-c41c75f7-fda1-4a9e-aaac-659785808a87 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc {
  display: none;
}
#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc, #wrap-s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc {
  display: none;
}
#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc, #wrap-s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc {
  display: none;
}
#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc, #wrap-s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc { display: none !important; }}@media (max-width: 767px){#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc {
  display: none;
}
#s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc, #wrap-s-cda12d7a-2d9e-45d2-b5fb-2ad0d56020fc { display: none !important; }}
#s-cb6209ed-21c1-43af-9da7-5d446422cc2b {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMzMDMyYzItOWIxMi00NzE2LWJiNzktNWZmZTUxOTkwMjUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzMwMzJjMi05YjEyLTQ3MTYtYmI3OS01ZmZlNTE5OTAyNTApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-cb6209ed-21c1-43af-9da7-5d446422cc2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb6209ed-21c1-43af-9da7-5d446422cc2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb6209ed-21c1-43af-9da7-5d446422cc2b-root {
    text-align: center;
  }


#s-cb6209ed-21c1-43af-9da7-5d446422cc2b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb6209ed-21c1-43af-9da7-5d446422cc2b-root {
    text-align: center;
  }


#s-cb6209ed-21c1-43af-9da7-5d446422cc2b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb6209ed-21c1-43af-9da7-5d446422cc2b-root {
    text-align: center;
  }


#s-cb6209ed-21c1-43af-9da7-5d446422cc2b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb6209ed-21c1-43af-9da7-5d446422cc2b-root {
    text-align: center;
  }


#s-cb6209ed-21c1-43af-9da7-5d446422cc2b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb6209ed-21c1-43af-9da7-5d446422cc2b-root {
    text-align: center;
  }


#s-cb6209ed-21c1-43af-9da7-5d446422cc2b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-943f73a3-a0f1-4d17-aa22-e85cef3f4c3d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-4ad14ad4-e302-4770-84c3-234449307f89 {
  margin-left: auto;
margin-right: auto;
}

#s-4ad14ad4-e302-4770-84c3-234449307f89 hr {
  border-top: 2px solid #ddd;
}

#s-fa714626-2ed4-47de-8fec-9123aa8680be {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-fa714626-2ed4-47de-8fec-9123aa8680be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa714626-2ed4-47de-8fec-9123aa8680be.shg-box.shg-c {
  justify-content: center;
}

#s-01fde04b-74d9-47a6-bab5-ec983367d7f7 {
  margin-top: 10px;
margin-bottom: 10px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 {
  display: none;
}
#s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5, #wrap-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 {
  display: none;
}
#s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5, #wrap-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 { display: none !important; }}
#s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 > .swiper-button-prev,
#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 > .swiper-button-next {
  
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 > .swiper-button-prev svg,
#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-8d5d55a2-52f7-4662-bc22-e9e71cdeede5 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e {
  margin-top: 20px;
text-align: left;
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e {
  max-width:  100%;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom,
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e {
  max-width:  100%;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom,
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e {
  max-width:  100%;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom,
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e {
  max-width:  100%;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom,
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e {
  max-width:  100%;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom,
.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f226bdfb-1f2d-4fbd-ae5d-8c2a29a08a1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7bee8cfd-dfc8-4792-85da-7f1e33302cf3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bee8cfd-dfc8-4792-85da-7f1e33302cf3 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-7948b075-23b5-4d9e-b4ab-e387a12f0bf3 {
  text-align: center;
}

#s-7948b075-23b5-4d9e-b4ab-e387a12f0bf3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7948b075-23b5-4d9e-b4ab-e387a12f0bf3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7948b075-23b5-4d9e-b4ab-e387a12f0bf3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a0afa3ad-9b41-49a0-a90f-53f30f404691 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a0afa3ad-9b41-49a0-a90f-53f30f404691:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0afa3ad-9b41-49a0-a90f-53f30f404691:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0afa3ad-9b41-49a0-a90f-53f30f404691 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0afa3ad-9b41-49a0-a90f-53f30f404691.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0afa3ad-9b41-49a0-a90f-53f30f404691.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0afa3ad-9b41-49a0-a90f-53f30f404691.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0afa3ad-9b41-49a0-a90f-53f30f404691.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9126f37c-0975-442d-9a01-64697bb959ff {
  margin-top: 20px;
text-align: left;
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff {
  max-width:  100%;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom,
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff {
  max-width:  100%;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom,
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff {
  max-width:  100%;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom,
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff {
  max-width:  100%;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom,
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff {
  max-width:  100%;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom,
.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9126f37c-0975-442d-9a01-64697bb959ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e6fac024-01b7-495c-9fe5-cc432894a14e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6fac024-01b7-495c-9fe5-cc432894a14e .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-1edf928e-614a-4b29-afd4-641ae06e4c06 {
  text-align: center;
}

#s-1edf928e-614a-4b29-afd4-641ae06e4c06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1edf928e-614a-4b29-afd4-641ae06e4c06 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1edf928e-614a-4b29-afd4-641ae06e4c06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9418e681-67f8-4451-944b-77ef2a54e976 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9418e681-67f8-4451-944b-77ef2a54e976:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9418e681-67f8-4451-944b-77ef2a54e976:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9418e681-67f8-4451-944b-77ef2a54e976 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9418e681-67f8-4451-944b-77ef2a54e976.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9418e681-67f8-4451-944b-77ef2a54e976.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9418e681-67f8-4451-944b-77ef2a54e976.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9418e681-67f8-4451-944b-77ef2a54e976.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cb1a560a-c881-4e71-8fe9-6f36702adcad {
  text-align: left;
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad {
  max-width:  100%;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom,
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad {
  max-width:  100%;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom,
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad {
  max-width:  100%;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom,
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad {
  max-width:  100%;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom,
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad {
  max-width:  100%;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom,
.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb1a560a-c881-4e71-8fe9-6f36702adcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-922959d7-9ee4-459e-9a8e-579e1f323287 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-922959d7-9ee4-459e-9a8e-579e1f323287 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-87ed71cd-781c-45f8-a7f0-4265b1603674 {
  text-align: center;
}

#s-87ed71cd-781c-45f8-a7f0-4265b1603674 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-87ed71cd-781c-45f8-a7f0-4265b1603674 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-87ed71cd-781c-45f8-a7f0-4265b1603674 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eae6490e-d366-42be-9733-b90a520099bb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eae6490e-d366-42be-9733-b90a520099bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eae6490e-d366-42be-9733-b90a520099bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eae6490e-d366-42be-9733-b90a520099bb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eae6490e-d366-42be-9733-b90a520099bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eae6490e-d366-42be-9733-b90a520099bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eae6490e-d366-42be-9733-b90a520099bb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-eae6490e-d366-42be-9733-b90a520099bb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-480cceb6-f195-47bc-b8cd-d5bd69263731 {
  margin-top: -20px;
text-align: left;
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 {
  max-width:  100%;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom,
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 {
  max-width:  100%;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom,
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 {
  max-width:  100%;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom,
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 {
  max-width:  100%;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom,
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 {
  max-width:  100%;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom,
.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480cceb6-f195-47bc-b8cd-d5bd69263731 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e372828-67bb-4dd0-8a57-1f28d261f749 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e372828-67bb-4dd0-8a57-1f28d261f749 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-117abae5-2bc2-4311-bea5-1a3ac7f44e4a {
  text-align: center;
}

#s-117abae5-2bc2-4311-bea5-1a3ac7f44e4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-117abae5-2bc2-4311-bea5-1a3ac7f44e4a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-117abae5-2bc2-4311-bea5-1a3ac7f44e4a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-88cd4d93-6565-4053-9b03-60de9760e3e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-88cd4d93-6565-4053-9b03-60de9760e3e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88cd4d93-6565-4053-9b03-60de9760e3e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-88cd4d93-6565-4053-9b03-60de9760e3e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88cd4d93-6565-4053-9b03-60de9760e3e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88cd4d93-6565-4053-9b03-60de9760e3e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88cd4d93-6565-4053-9b03-60de9760e3e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-88cd4d93-6565-4053-9b03-60de9760e3e0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca {
  text-align: left;
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca {
  max-width:  100%;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom,
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca {
  max-width:  100%;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom,
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca {
  max-width:  100%;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom,
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca {
  max-width:  100%;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom,
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca {
  max-width:  100%;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom,
.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1c65647-05da-4870-a55f-3e8ad42ab7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b010594f-6008-4f6a-aaed-dbdfdad710fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b010594f-6008-4f6a-aaed-dbdfdad710fa .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-e2945148-5a76-4201-a3da-44e937960005 {
  text-align: center;
}

#s-e2945148-5a76-4201-a3da-44e937960005 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e2945148-5a76-4201-a3da-44e937960005 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e2945148-5a76-4201-a3da-44e937960005 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e805e64-533c-49e2-a163-c43c50c8d2c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4e805e64-533c-49e2-a163-c43c50c8d2c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e805e64-533c-49e2-a163-c43c50c8d2c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e805e64-533c-49e2-a163-c43c50c8d2c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e805e64-533c-49e2-a163-c43c50c8d2c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e805e64-533c-49e2-a163-c43c50c8d2c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e805e64-533c-49e2-a163-c43c50c8d2c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e805e64-533c-49e2-a163-c43c50c8d2c6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a04925fa-a2e9-446d-ad60-534dab0c337c {
  margin-top: -20px;
text-align: left;
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c {
  max-width:  100%;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom,
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c {
  max-width:  100%;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom,
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c {
  max-width:  100%;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom,
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c {
  max-width:  100%;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom,
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c {
  max-width:  100%;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom,
.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a04925fa-a2e9-446d-ad60-534dab0c337c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7b683862-edcd-4188-a08d-09c2f465ecf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b683862-edcd-4188-a08d-09c2f465ecf1 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-84fbd52f-e4f7-479a-8e41-b628b11c1486 {
  text-align: center;
}

#s-84fbd52f-e4f7-479a-8e41-b628b11c1486 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-84fbd52f-e4f7-479a-8e41-b628b11c1486 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-84fbd52f-e4f7-479a-8e41-b628b11c1486 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f04fbabd-3e94-472a-a6e8-f40502f5d124 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f04fbabd-3e94-472a-a6e8-f40502f5d124:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f04fbabd-3e94-472a-a6e8-f40502f5d124:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f04fbabd-3e94-472a-a6e8-f40502f5d124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f04fbabd-3e94-472a-a6e8-f40502f5d124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f04fbabd-3e94-472a-a6e8-f40502f5d124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f04fbabd-3e94-472a-a6e8-f40502f5d124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f04fbabd-3e94-472a-a6e8-f40502f5d124.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 {
  text-align: left;
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 {
  max-width:  100%;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom,
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 {
  max-width:  100%;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom,
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 {
  max-width:  100%;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom,
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 {
  max-width:  100%;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom,
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 {
  max-width:  100%;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom,
.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f10cfdf1-1b2d-4c17-b362-30b6b0b2bb46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4cf6d98c-373e-4e48-9ffa-8cbff4c5f409 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cf6d98c-373e-4e48-9ffa-8cbff4c5f409 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-a7c4f625-9662-4a3b-8012-b176b96fe072 {
  text-align: center;
}

#s-a7c4f625-9662-4a3b-8012-b176b96fe072 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a7c4f625-9662-4a3b-8012-b176b96fe072 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a7c4f625-9662-4a3b-8012-b176b96fe072 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-12ac09c9-64d1-482d-a7d2-3844ceabb2c4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-09de18ae-061d-4b01-901d-95a2fb54322f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f {
  max-width:  100%;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom,
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f {
  max-width:  100%;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom,
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f {
  max-width:  100%;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom,
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f {
  max-width:  100%;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom,
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f {
  max-width:  100%;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom,
.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09de18ae-061d-4b01-901d-95a2fb54322f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-30ef0a31-cafe-4e1b-a253-2f57e682a109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30ef0a31-cafe-4e1b-a253-2f57e682a109 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-e6b8df20-6613-4d08-a4cf-d427d4cc7aa2 {
  text-align: center;
}

#s-e6b8df20-6613-4d08-a4cf-d427d4cc7aa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e6b8df20-6613-4d08-a4cf-d427d4cc7aa2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e6b8df20-6613-4d08-a4cf-d427d4cc7aa2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8a8a0fa4-3e2b-43d8-a068-49b99ab9fea7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-87faff77-49ea-4bc0-8748-af145e29412d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-87faff77-49ea-4bc0-8748-af145e29412d {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87faff77-49ea-4bc0-8748-af145e29412d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87faff77-49ea-4bc0-8748-af145e29412d {
  display: none;
}
#s-87faff77-49ea-4bc0-8748-af145e29412d, #wrap-s-87faff77-49ea-4bc0-8748-af145e29412d { display: none !important; }}@media (max-width: 767px){#s-87faff77-49ea-4bc0-8748-af145e29412d {
  display: none;
}
#s-87faff77-49ea-4bc0-8748-af145e29412d, #wrap-s-87faff77-49ea-4bc0-8748-af145e29412d { display: none !important; }}
#s-87faff77-49ea-4bc0-8748-af145e29412d .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d > .swiper-button-prev,
#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d > .swiper-button-next {
  
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d > .swiper-button-prev svg,
#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-87faff77-49ea-4bc0-8748-af145e29412d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 {
  text-align: left;
}



.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-577df3d9-7f73-444b-801f-0ccd3a6eafc0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-afae9c6c-2a15-4405-a3e5-0d5a00dc2907 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afae9c6c-2a15-4405-a3e5-0d5a00dc2907 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-01616ec7-a947-4e4b-94b5-770445240ef5 {
  text-align: center;
}

#s-01616ec7-a947-4e4b-94b5-770445240ef5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-01616ec7-a947-4e4b-94b5-770445240ef5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-01616ec7-a947-4e4b-94b5-770445240ef5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ecaa268-e855-4cb2-9428-cf47d90f7ee7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a6676edc-63d4-4149-965c-aac088cbf416 {
  text-align: left;
}



.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6676edc-63d4-4149-965c-aac088cbf416 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-23faeeec-8517-49d6-b299-abf401d2451f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23faeeec-8517-49d6-b299-abf401d2451f .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-c9816202-928b-4b87-954a-25c751a01018 {
  text-align: center;
}

#s-c9816202-928b-4b87-954a-25c751a01018 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c9816202-928b-4b87-954a-25c751a01018 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c9816202-928b-4b87-954a-25c751a01018 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bc4fe252-e160-4a9b-9f79-b8e09adfd011 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bc4fe252-e160-4a9b-9f79-b8e09adfd011:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc4fe252-e160-4a9b-9f79-b8e09adfd011:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc4fe252-e160-4a9b-9f79-b8e09adfd011 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc4fe252-e160-4a9b-9f79-b8e09adfd011.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc4fe252-e160-4a9b-9f79-b8e09adfd011.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bc4fe252-e160-4a9b-9f79-b8e09adfd011.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bc4fe252-e160-4a9b-9f79-b8e09adfd011.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 {
  text-align: left;
}



.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37e8bedc-d357-40b9-a3ff-2ff3fdfb9d72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4af56352-8751-4eef-bffe-8e885805e3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4af56352-8751-4eef-bffe-8e885805e3c9 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-64349b02-2fd3-4abf-a5d1-333ce2f0ded8 {
  text-align: center;
}

#s-64349b02-2fd3-4abf-a5d1-333ce2f0ded8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-64349b02-2fd3-4abf-a5d1-333ce2f0ded8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-64349b02-2fd3-4abf-a5d1-333ce2f0ded8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-deddca76-d9c4-452b-9dc7-973e21eaa55d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-deddca76-d9c4-452b-9dc7-973e21eaa55d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-deddca76-d9c4-452b-9dc7-973e21eaa55d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-deddca76-d9c4-452b-9dc7-973e21eaa55d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-deddca76-d9c4-452b-9dc7-973e21eaa55d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-deddca76-d9c4-452b-9dc7-973e21eaa55d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-deddca76-d9c4-452b-9dc7-973e21eaa55d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-deddca76-d9c4-452b-9dc7-973e21eaa55d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb {
  text-align: left;
}



.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d36c22-87d9-4bd9-b4fc-d97705f325bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c4a6870-332d-419a-9214-3a31132adcef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c4a6870-332d-419a-9214-3a31132adcef .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-45e31c1a-faaf-4a61-9928-bd4700d93c9a {
  text-align: center;
}

#s-45e31c1a-faaf-4a61-9928-bd4700d93c9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-45e31c1a-faaf-4a61-9928-bd4700d93c9a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-45e31c1a-faaf-4a61-9928-bd4700d93c9a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-21559c42-ef87-4d10-8a7e-23ce72c918fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-21559c42-ef87-4d10-8a7e-23ce72c918fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21559c42-ef87-4d10-8a7e-23ce72c918fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21559c42-ef87-4d10-8a7e-23ce72c918fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21559c42-ef87-4d10-8a7e-23ce72c918fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21559c42-ef87-4d10-8a7e-23ce72c918fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-21559c42-ef87-4d10-8a7e-23ce72c918fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-21559c42-ef87-4d10-8a7e-23ce72c918fa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0708d901-671b-4b6d-9353-711c15aa796f {
  text-align: left;
}



.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0708d901-671b-4b6d-9353-711c15aa796f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-650a2958-3f8a-4947-9169-846c12843f5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-650a2958-3f8a-4947-9169-846c12843f5d .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-bd75d3cb-3c13-45c0-9ec7-cf57c503bcae {
  text-align: center;
}

#s-bd75d3cb-3c13-45c0-9ec7-cf57c503bcae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-bd75d3cb-3c13-45c0-9ec7-cf57c503bcae .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-bd75d3cb-3c13-45c0-9ec7-cf57c503bcae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f3f5a32b-206f-43a0-b79a-b6a852db738f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f3f5a32b-206f-43a0-b79a-b6a852db738f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3f5a32b-206f-43a0-b79a-b6a852db738f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3f5a32b-206f-43a0-b79a-b6a852db738f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3f5a32b-206f-43a0-b79a-b6a852db738f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3f5a32b-206f-43a0-b79a-b6a852db738f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f3f5a32b-206f-43a0-b79a-b6a852db738f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f3f5a32b-206f-43a0-b79a-b6a852db738f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 {
  text-align: left;
}



.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a666691c-26c8-4f82-9f92-b1b1c73c7713 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-037c384f-7b5f-4245-ac90-e66ee89b41a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-037c384f-7b5f-4245-ac90-e66ee89b41a1 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-0dcc8acc-6e9a-4b87-a3e9-128dd1299fc6 {
  text-align: center;
}

#s-0dcc8acc-6e9a-4b87-a3e9-128dd1299fc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0dcc8acc-6e9a-4b87-a3e9-128dd1299fc6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0dcc8acc-6e9a-4b87-a3e9-128dd1299fc6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a4d0f5ed-e71f-4957-a532-5d20d4c5c027.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b00c6159-828b-4d70-8dd0-62addc872f46 {
  text-align: left;
}



.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00c6159-828b-4d70-8dd0-62addc872f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f55a95a0-a33d-4512-9cf5-097979660195 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f55a95a0-a33d-4512-9cf5-097979660195 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-343a7999-d63b-4782-89a9-f01d1c7f9fff {
  text-align: center;
}

#s-343a7999-d63b-4782-89a9-f01d1c7f9fff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-343a7999-d63b-4782-89a9-f01d1c7f9fff .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-343a7999-d63b-4782-89a9-f01d1c7f9fff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cdef0e34-5ce0-4cfe-95df-18ed79da46bd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf {
  text-align: left;
}



.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768277cf-bfff-4eef-a28a-0b04fd5b1fdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a0fa4897-92d9-4a8f-8d9a-f41bb40ce175 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0fa4897-92d9-4a8f-8d9a-f41bb40ce175 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-ba074f01-21fd-45f9-8e82-60dd8bd42315 {
  text-align: center;
}

#s-ba074f01-21fd-45f9-8e82-60dd8bd42315 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ba074f01-21fd-45f9-8e82-60dd8bd42315 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ba074f01-21fd-45f9-8e82-60dd8bd42315 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de5745a1-7b6d-4b4f-bc38-bb2b1185e7e1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9d83d906-70a8-42f3-98b3-2e9875eb06de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-9d83d906-70a8-42f3-98b3-2e9875eb06de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d83d906-70a8-42f3-98b3-2e9875eb06de.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-281fb086-3674-4d3b-b9c6-b10f98ad421c {
  display: none;
}
#s-281fb086-3674-4d3b-b9c6-b10f98ad421c, #wrap-s-281fb086-3674-4d3b-b9c6-b10f98ad421c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-281fb086-3674-4d3b-b9c6-b10f98ad421c {
  display: none;
}
#s-281fb086-3674-4d3b-b9c6-b10f98ad421c, #wrap-s-281fb086-3674-4d3b-b9c6-b10f98ad421c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-281fb086-3674-4d3b-b9c6-b10f98ad421c {
  display: none;
}
#s-281fb086-3674-4d3b-b9c6-b10f98ad421c, #wrap-s-281fb086-3674-4d3b-b9c6-b10f98ad421c { display: none !important; }}@media (max-width: 767px){#s-281fb086-3674-4d3b-b9c6-b10f98ad421c {
  display: none;
}
#s-281fb086-3674-4d3b-b9c6-b10f98ad421c, #wrap-s-281fb086-3674-4d3b-b9c6-b10f98ad421c { display: none !important; }}
#s-939b3ada-3231-45b7-a654-d62161f07687 {
  margin-top: -5px;
margin-left: 25%;
margin-bottom: -5px;
margin-right: 25%;
}

#s-939b3ada-3231-45b7-a654-d62161f07687 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e2ec7403-49cc-4707-b6a1-14ae01d61595 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e2ec7403-49cc-4707-b6a1-14ae01d61595 {
  
}
}
#s-e2ec7403-49cc-4707-b6a1-14ae01d61595 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


@media (max-width: 767px){#s-e2ec7403-49cc-4707-b6a1-14ae01d61595 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-eea232a6-288c-41c2-a077-a8f97631bc0c {
  margin-top: 10px;
margin-left: 16%;
margin-right: 16%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-eea232a6-288c-41c2-a077-a8f97631bc0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-eea232a6-288c-41c2-a077-a8f97631bc0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-eea232a6-288c-41c2-a077-a8f97631bc0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-eea232a6-288c-41c2-a077-a8f97631bc0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9f5206a5-c1ab-48f3-ad53-f2867418cb7c {
  text-align: center;
}







  #s-9f5206a5-c1ab-48f3-ad53-f2867418cb7c img.shogun-image {
    

    
    
    
  }


#s-9f5206a5-c1ab-48f3-ad53-f2867418cb7c .shogun-image-content {
  
    align-items: center;
  
}

#s-9e7a1e6a-68f6-4cdf-83f3-5de2f812a798 {
  margin-left: auto;
margin-right: auto;
}

#s-a15a6b71-3b68-4516-9fd3-f7a6f073b9bc {
  text-align: center;
}







  #s-a15a6b71-3b68-4516-9fd3-f7a6f073b9bc img.shogun-image {
    

    
    
    
  }


#s-a15a6b71-3b68-4516-9fd3-f7a6f073b9bc .shogun-image-content {
  
    align-items: center;
  
}

#s-97d5abaf-15c6-4a73-8429-8f82e7afb9a4 {
  margin-left: auto;
margin-right: auto;
}

#s-cf8f5588-5e88-4444-bd57-e1a8863beb53 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-cf8f5588-5e88-4444-bd57-e1a8863beb53 img.shogun-image {
    

    
    
    
  }


#s-cf8f5588-5e88-4444-bd57-e1a8863beb53 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a9b5e2b-4351-47e5-8424-adc1ba56059c {
  margin-left: auto;
margin-right: auto;
}

#s-c82a768e-64ce-4e81-a881-31395353f7c6 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-c82a768e-64ce-4e81-a881-31395353f7c6 img.shogun-image {
    

    
    
    
  }


#s-c82a768e-64ce-4e81-a881-31395353f7c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-67347d84-f4d1-4809-8aa4-766510e3e88a {
  margin-left: auto;
margin-right: auto;
}

#s-243598bf-40ee-4f6c-9ec8-168c121c2510 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-243598bf-40ee-4f6c-9ec8-168c121c2510 img.shogun-image {
    

    
    
    
  }


#s-243598bf-40ee-4f6c-9ec8-168c121c2510 .shogun-image-content {
  
    align-items: center;
  
}

#s-12d230f1-8925-4bc5-bcca-ad476607df87 {
  margin-left: auto;
margin-right: auto;
}

#s-baceb904-1896-4d2a-974d-08f614c3488d {
  margin-top: 2px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-baceb904-1896-4d2a-974d-08f614c3488d {
  display: none;
}
#s-baceb904-1896-4d2a-974d-08f614c3488d, #wrap-s-baceb904-1896-4d2a-974d-08f614c3488d { display: none !important; }}@media (max-width: 767px){#s-baceb904-1896-4d2a-974d-08f614c3488d {
  display: none;
}
#s-baceb904-1896-4d2a-974d-08f614c3488d, #wrap-s-baceb904-1896-4d2a-974d-08f614c3488d { display: none !important; }}
#s-baceb904-1896-4d2a-974d-08f614c3488d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5f056a35-7e52-44a6-a4ca-b1b86682ed74 {
  text-align: center;
}
@media (min-width: 1200px){#s-5f056a35-7e52-44a6-a4ca-b1b86682ed74 {
  display: none;
}
#s-5f056a35-7e52-44a6-a4ca-b1b86682ed74, #wrap-s-5f056a35-7e52-44a6-a4ca-b1b86682ed74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f056a35-7e52-44a6-a4ca-b1b86682ed74 {
  display: none;
}
#s-5f056a35-7e52-44a6-a4ca-b1b86682ed74, #wrap-s-5f056a35-7e52-44a6-a4ca-b1b86682ed74 { display: none !important; }}






  #s-5f056a35-7e52-44a6-a4ca-b1b86682ed74 img.shogun-image {
    

    
    
    
  }


#s-5f056a35-7e52-44a6-a4ca-b1b86682ed74 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bf4780a-b7d9-4408-9956-fc8693860c15 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bf4780a-b7d9-4408-9956-fc8693860c15 {
  display: none;
}
#s-9bf4780a-b7d9-4408-9956-fc8693860c15, #wrap-s-9bf4780a-b7d9-4408-9956-fc8693860c15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bf4780a-b7d9-4408-9956-fc8693860c15 {
  display: none;
}
#s-9bf4780a-b7d9-4408-9956-fc8693860c15, #wrap-s-9bf4780a-b7d9-4408-9956-fc8693860c15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bf4780a-b7d9-4408-9956-fc8693860c15 {
  
}
}@media (max-width: 767px){#s-9bf4780a-b7d9-4408-9956-fc8693860c15 {
  
}
}
#s-9bf4780a-b7d9-4408-9956-fc8693860c15 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bfff01df-7433-4c17-89bd-3309dfa2eb0e {
  margin-top: -5px;
margin-left: 25%;
margin-bottom: -5px;
margin-right: 25%;
}

#s-bfff01df-7433-4c17-89bd-3309dfa2eb0e hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-fff36321-0b40-495d-a9ce-cbcaeca650da {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fff36321-0b40-495d-a9ce-cbcaeca650da .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-fff36321-0b40-495d-a9ce-cbcaeca650da .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e185da09-ef35-4b7a-bff4-149a76c24952 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e185da09-ef35-4b7a-bff4-149a76c24952 {
  display: none;
}
#s-e185da09-ef35-4b7a-bff4-149a76c24952, #wrap-s-e185da09-ef35-4b7a-bff4-149a76c24952 { display: none !important; }}@media (max-width: 767px){#s-e185da09-ef35-4b7a-bff4-149a76c24952 {
  display: none;
}
#s-e185da09-ef35-4b7a-bff4-149a76c24952, #wrap-s-e185da09-ef35-4b7a-bff4-149a76c24952 { display: none !important; }}
#s-e185da09-ef35-4b7a-bff4-149a76c24952 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e185da09-ef35-4b7a-bff4-149a76c24952 .shg-sld-nav-button.shg-sld-left,
#s-e185da09-ef35-4b7a-bff4-149a76c24952 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-df8c4c7f-331c-4cc5-b7fc-33a27f1ed06f {
  text-align: center;
}







  #s-df8c4c7f-331c-4cc5-b7fc-33a27f1ed06f img.shogun-image {
    

    
    
    
  }


#s-df8c4c7f-331c-4cc5-b7fc-33a27f1ed06f .shogun-image-content {
  
    align-items: center;
  
}

#s-51424d0c-c6c7-49e6-b753-8725e1322113 {
  text-align: center;
}







  #s-51424d0c-c6c7-49e6-b753-8725e1322113 img.shogun-image {
    

    
    
    
  }


#s-51424d0c-c6c7-49e6-b753-8725e1322113 .shogun-image-content {
  
    align-items: center;
  
}

#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 {
  display: none;
}
#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3, #wrap-s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 {
  display: none;
}
#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3, #wrap-s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 {
  
}
}@media (max-width: 767px){#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 {
  
}
}
#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 .shg-sld-nav-button.shg-sld-left,
#s-a89ea01c-a9d9-406e-b526-89a37d16a5e3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-33401dc5-a361-4c3d-8acc-21d18ae502cb {
  text-align: center;
}







  #s-33401dc5-a361-4c3d-8acc-21d18ae502cb img.shogun-image {
    

    
    
    
  }


#s-33401dc5-a361-4c3d-8acc-21d18ae502cb .shogun-image-content {
  
    align-items: center;
  
}

#s-48334409-df13-4b21-9147-0b69d0f4d4d3 {
  text-align: center;
}







  #s-48334409-df13-4b21-9147-0b69d0f4d4d3 img.shogun-image {
    

    
    
    
  }


#s-48334409-df13-4b21-9147-0b69d0f4d4d3 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
