.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-9670c75c-12e7-4a4e-a2f7-251079318aad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9670c75c-12e7-4a4e-a2f7-251079318aad {
  display: none;
}
#s-9670c75c-12e7-4a4e-a2f7-251079318aad, #wrap-s-9670c75c-12e7-4a4e-a2f7-251079318aad, #wrap-content-s-9670c75c-12e7-4a4e-a2f7-251079318aad { display: none !important; }}@media (max-width: 767px){#s-9670c75c-12e7-4a4e-a2f7-251079318aad {
  display: none;
}
#s-9670c75c-12e7-4a4e-a2f7-251079318aad, #wrap-s-9670c75c-12e7-4a4e-a2f7-251079318aad, #wrap-content-s-9670c75c-12e7-4a4e-a2f7-251079318aad { display: none !important; }}







#s-9670c75c-12e7-4a4e-a2f7-251079318aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9670c75c-12e7-4a4e-a2f7-251079318aad.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.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-18696322-50e7-41a2-a871-8fa91570b072 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-18696322-50e7-41a2-a871-8fa91570b072 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18696322-50e7-41a2-a871-8fa91570b072 {
  display: none;
}
#s-18696322-50e7-41a2-a871-8fa91570b072, #wrap-s-18696322-50e7-41a2-a871-8fa91570b072, #wrap-content-s-18696322-50e7-41a2-a871-8fa91570b072 { display: none !important; }}@media (max-width: 767px){#s-18696322-50e7-41a2-a871-8fa91570b072 {
  display: none;
}
#s-18696322-50e7-41a2-a871-8fa91570b072, #wrap-s-18696322-50e7-41a2-a871-8fa91570b072, #wrap-content-s-18696322-50e7-41a2-a871-8fa91570b072 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 {
  --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;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-prev,
#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-prev svg,
#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 .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-18696322-50e7-41a2-a871-8fa91570b072 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 {
  --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;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-prev,
#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-prev svg,
#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-18696322-50e7-41a2-a871-8fa91570b072 .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-18696322-50e7-41a2-a871-8fa91570b072 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-af62b2f7-8958-4148-925c-1ecc757ba4bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc {
  --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;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc > .swiper-button-prev,
#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc > .swiper-button-prev svg,
#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc > .swiper-button-next {
  
    right: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-af62b2f7-8958-4148-925c-1ecc757ba4bc .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-af62b2f7-8958-4148-925c-1ecc757ba4bc .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc7c62c-67f4-4990-9c20-e19879e4a5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 {
  display: none;
}
#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-content-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 { display: none !important; }}@media (max-width: 767px){#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 {
  display: none;
}
#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-content-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 { display: none !important; }}







#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39.shg-box.shg-c {
  justify-content: center;
}

.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 {
  
  
  
}

#s-829faa5d-1fba-456c-8be7-ae3222b5d88e {
  margin-top: 4px;
margin-left: -1%;
margin-bottom: 4px;
margin-right: -1%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(244, 230, 197, 1);
}

#s-829faa5d-1fba-456c-8be7-ae3222b5d88e .shg-proportional-font-size,
#s-829faa5d-1fba-456c-8be7-ae3222b5d88e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}
@media (min-width: 1200px){#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 {
  padding-left: 3%;
padding-right: 3%;
background-color: rgba(251, 249, 237, 1);
}
}
#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(19, 67, 61, 1);
    border: 6px solid rgba(19, 67, 61, 1);
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(202, 74, 44, 1);
    border: 6px solid rgba(255, 247, 236, 1);
  }
#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
  
  
  
  font-size: 15px;
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 6px);
  left: 6px;
  bottom: -6px;
  height: 6px;
  background: rgba(202, 74, 44, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs-body {
  margin-top: -6px;
  border-top: 6px solid rgba(255, 247, 236, 1);
}
@media (min-width: 1200px){#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(4, 116, 103, 1);
    border: 4px solid rgba(4, 61, 54, 1);
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(202, 74, 44, 1);
    border: 4px solid rgba(255, 247, 236, 1);
  }
#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
  
  
  
  font-size: 15px;
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 4px);
  left: 4px;
  bottom: -4px;
  height: 4px;
  background: rgba(202, 74, 44, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs-body {
  margin-top: -4px;
  border-top: 4px solid rgba(255, 247, 236, 1);
}
}
#s-81d1a49b-41e0-4b8c-9a1f-639e1947b820 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-81d1a49b-41e0-4b8c-9a1f-639e1947b820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81d1a49b-41e0-4b8c-9a1f-639e1947b820.shg-box.shg-c {
  justify-content: center;
}

/*
  $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-0766f518-9cf4-40dd-98b6-c80184a8718b {
  margin-left: auto;
margin-right: auto;
}

#s-0766f518-9cf4-40dd-98b6-c80184a8718b .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b {
  --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-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-prev,
#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-next {
  
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-prev svg,
#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b .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-0766f518-9cf4-40dd-98b6-c80184a8718b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7e0bf6a0-fbb7-4b5b-97be-b0372afc896e {
  margin-left: auto;
margin-right: auto;
}

.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-51b1b1da-b9be-4206-ac7c-df4da585fab9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  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-47e88095-0c50-4b86-a903-a06ccfe08977 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47e88095-0c50-4b86-a903-a06ccfe08977 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a {
  text-align: center;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  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-left {
  text-align: left;
}

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

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

#s-1999b312-5f01-485d-9bf8-4c220557beae {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-1999b312-5f01-485d-9bf8-4c220557beae:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1999b312-5f01-485d-9bf8-4c220557beae:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-c5281782-7614-4fdc-a9d7-97c75804322a {
  margin-left: auto;
margin-right: auto;
}

#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cb85c7b-d637-4f59-89a4-15f4197313d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df564f13-7398-41f8-a49e-bfb129ac0c65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df564f13-7398-41f8-a49e-bfb129ac0c65 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bc31762b-e5fc-4bfe-9b51-9d22b1075dd8 {
  text-align: center;
}

#s-bc31762b-e5fc-4bfe-9b51-9d22b1075dd8 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bc31762b-e5fc-4bfe-9b51-9d22b1075dd8 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-bc31762b-e5fc-4bfe-9b51-9d22b1075dd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-e9cd3a21-a25d-4e4c-9126-708920ea89f0-atc-btn-wrapper {
    text-align: center;
  }


#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-e9cd3a21-a25d-4e4c-9126-708920ea89f0-atc-btn-wrapper {
    text-align: center;
  }


#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9cd3a21-a25d-4e4c-9126-708920ea89f0-atc-btn-wrapper {
    text-align: center;
  }


#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e9cd3a21-a25d-4e4c-9126-708920ea89f0-atc-btn-wrapper {
    text-align: center;
  }


#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-e9cd3a21-a25d-4e4c-9126-708920ea89f0-atc-btn-wrapper {
    text-align: center;
  }


#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e9cd3a21-a25d-4e4c-9126-708920ea89f0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-3a3ca901-7e7f-4465-b6f2-98ade86e933f {
  margin-left: auto;
margin-right: auto;
}

#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e4aae3-e2b3-4127-b7e3-7485b7eaeb3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dfc727bb-642e-4aa2-a61c-bb790efcb270 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfc727bb-642e-4aa2-a61c-bb790efcb270 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c11e82bf-66a4-4f92-b1f2-42d68c90aa56 {
  text-align: center;
}

#s-c11e82bf-66a4-4f92-b1f2-42d68c90aa56 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c11e82bf-66a4-4f92-b1f2-42d68c90aa56 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c11e82bf-66a4-4f92-b1f2-42d68c90aa56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-a36218af-fda0-4eb1-92dd-279a2606ba2c:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a36218af-fda0-4eb1-92dd-279a2606ba2c:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-a36218af-fda0-4eb1-92dd-279a2606ba2c-atc-btn-wrapper {
    text-align: center;
  }


#s-a36218af-fda0-4eb1-92dd-279a2606ba2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-a36218af-fda0-4eb1-92dd-279a2606ba2c-atc-btn-wrapper {
    text-align: center;
  }


#s-a36218af-fda0-4eb1-92dd-279a2606ba2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a36218af-fda0-4eb1-92dd-279a2606ba2c-atc-btn-wrapper {
    text-align: center;
  }


#s-a36218af-fda0-4eb1-92dd-279a2606ba2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a36218af-fda0-4eb1-92dd-279a2606ba2c-atc-btn-wrapper {
    text-align: center;
  }


#s-a36218af-fda0-4eb1-92dd-279a2606ba2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-a36218af-fda0-4eb1-92dd-279a2606ba2c-atc-btn-wrapper {
    text-align: center;
  }


#s-a36218af-fda0-4eb1-92dd-279a2606ba2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a36218af-fda0-4eb1-92dd-279a2606ba2c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-b120dff0-8b41-44ba-8413-715a1bd9f6d0 {
  margin-left: auto;
margin-right: auto;
}

#s-6566f5d3-b61c-4740-8190-54a13b9a97af {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6566f5d3-b61c-4740-8190-54a13b9a97af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-12e8d70a-8f42-446b-b54f-cb48a9ba0f62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12e8d70a-8f42-446b-b54f-cb48a9ba0f62 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-667f4f70-c483-499f-b856-b72457c75bec {
  text-align: center;
}

#s-667f4f70-c483-499f-b856-b72457c75bec .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-667f4f70-c483-499f-b856-b72457c75bec .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-667f4f70-c483-499f-b856-b72457c75bec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-45666d7e-1a81-4112-8bbc-4528361d7c2b:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-45666d7e-1a81-4112-8bbc-4528361d7c2b:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-45666d7e-1a81-4112-8bbc-4528361d7c2b-atc-btn-wrapper {
    text-align: center;
  }


#s-45666d7e-1a81-4112-8bbc-4528361d7c2b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-45666d7e-1a81-4112-8bbc-4528361d7c2b-atc-btn-wrapper {
    text-align: center;
  }


#s-45666d7e-1a81-4112-8bbc-4528361d7c2b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-45666d7e-1a81-4112-8bbc-4528361d7c2b-atc-btn-wrapper {
    text-align: center;
  }


#s-45666d7e-1a81-4112-8bbc-4528361d7c2b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-45666d7e-1a81-4112-8bbc-4528361d7c2b-atc-btn-wrapper {
    text-align: center;
  }


#s-45666d7e-1a81-4112-8bbc-4528361d7c2b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-45666d7e-1a81-4112-8bbc-4528361d7c2b-atc-btn-wrapper {
    text-align: center;
  }


#s-45666d7e-1a81-4112-8bbc-4528361d7c2b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45666d7e-1a81-4112-8bbc-4528361d7c2b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-4b743fd5-1632-4890-a001-88ee1c660dd7 {
  margin-left: auto;
margin-right: auto;
}

#s-c9e18c5d-db52-43c6-8ffd-a3890718239a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e18c5d-db52-43c6-8ffd-a3890718239a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a68b347c-4824-4afb-97fe-c508b2334990 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a68b347c-4824-4afb-97fe-c508b2334990 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0fc63286-f258-4a7b-800a-c9e394f3dde6 {
  text-align: center;
}

#s-0fc63286-f258-4a7b-800a-c9e394f3dde6 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0fc63286-f258-4a7b-800a-c9e394f3dde6 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-0fc63286-f258-4a7b-800a-c9e394f3dde6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-7864d773-c430-4f6f-b2c7-f667acec6548:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7864d773-c430-4f6f-b2c7-f667acec6548:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-7864d773-c430-4f6f-b2c7-f667acec6548-atc-btn-wrapper {
    text-align: center;
  }


#s-7864d773-c430-4f6f-b2c7-f667acec6548 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-7864d773-c430-4f6f-b2c7-f667acec6548-atc-btn-wrapper {
    text-align: center;
  }


#s-7864d773-c430-4f6f-b2c7-f667acec6548 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7864d773-c430-4f6f-b2c7-f667acec6548-atc-btn-wrapper {
    text-align: center;
  }


#s-7864d773-c430-4f6f-b2c7-f667acec6548 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7864d773-c430-4f6f-b2c7-f667acec6548-atc-btn-wrapper {
    text-align: center;
  }


#s-7864d773-c430-4f6f-b2c7-f667acec6548 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-7864d773-c430-4f6f-b2c7-f667acec6548-atc-btn-wrapper {
    text-align: center;
  }


#s-7864d773-c430-4f6f-b2c7-f667acec6548 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7864d773-c430-4f6f-b2c7-f667acec6548.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-63a8c8a1-1d3f-45b0-a2ed-9f63cb63c9f9 {
  margin-left: auto;
margin-right: auto;
}

#s-b26ee506-3016-447d-a6ef-74ce83ac116b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b26ee506-3016-447d-a6ef-74ce83ac116b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b26ee506-3016-447d-a6ef-74ce83ac116b.shg-box.shg-c {
  justify-content: center;
}

#s-6489747e-1aaa-47ac-9218-c9a4e2fc3aac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6489747e-1aaa-47ac-9218-c9a4e2fc3aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6489747e-1aaa-47ac-9218-c9a4e2fc3aac.shg-box.shg-c {
  justify-content: center;
}

#s-a70d5d07-56c5-4223-a285-918cd7b85d06 {
  margin-left: auto;
margin-right: auto;
}

#s-a70d5d07-56c5-4223-a285-918cd7b85d06 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 {
  --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-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev svg,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .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-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-a70d5d07-56c5-4223-a285-918cd7b85d06 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 {
  --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-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev svg,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .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-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-fb9a0bf9-b54c-4800-b277-d3a8e0a73de3 {
  margin-left: auto;
margin-right: auto;
}

#s-9850d047-c826-461f-8e76-5d7bb1ba0068 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9850d047-c826-461f-8e76-5d7bb1ba0068 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a84c7325-725a-43ee-b19c-30d3e97f9a81 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a84c7325-725a-43ee-b19c-30d3e97f9a81 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-48ace0b5-0e15-4502-ae55-a2a108d839d8 {
  text-align: center;
}

#s-48ace0b5-0e15-4502-ae55-a2a108d839d8 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-48ace0b5-0e15-4502-ae55-a2a108d839d8 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-48ace0b5-0e15-4502-ae55-a2a108d839d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-e95e6188-f909-4a5c-b7de-917798e87157:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e95e6188-f909-4a5c-b7de-917798e87157:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-e95e6188-f909-4a5c-b7de-917798e87157-atc-btn-wrapper {
    text-align: center;
  }


#s-e95e6188-f909-4a5c-b7de-917798e87157 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-e95e6188-f909-4a5c-b7de-917798e87157-atc-btn-wrapper {
    text-align: center;
  }


#s-e95e6188-f909-4a5c-b7de-917798e87157 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e95e6188-f909-4a5c-b7de-917798e87157-atc-btn-wrapper {
    text-align: center;
  }


#s-e95e6188-f909-4a5c-b7de-917798e87157 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e95e6188-f909-4a5c-b7de-917798e87157-atc-btn-wrapper {
    text-align: center;
  }


#s-e95e6188-f909-4a5c-b7de-917798e87157 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-e95e6188-f909-4a5c-b7de-917798e87157-atc-btn-wrapper {
    text-align: center;
  }


#s-e95e6188-f909-4a5c-b7de-917798e87157 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e95e6188-f909-4a5c-b7de-917798e87157.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-528b4aee-a157-4145-8fa2-9d05ba64e483 {
  margin-left: auto;
margin-right: auto;
}

#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6b26d8c1-dba9-4041-a692-f0138a5f4582 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b26d8c1-dba9-4041-a692-f0138a5f4582 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 {
  text-align: center;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-c931b90a-3f20-404f-a2bb-19ef7532c274:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c931b90a-3f20-404f-a2bb-19ef7532c274:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-4119fc68-7ba3-4cbf-83df-70848a472aaa {
  margin-left: auto;
margin-right: auto;
}

#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e8d58b7-ce9d-4504-9f72-57ae925a8a04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a1cef727-f19e-4e29-9dad-cce55ea50529 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1cef727-f19e-4e29-9dad-cce55ea50529 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d1b332f3-34cb-4fc9-a08d-39abfd7bede5 {
  text-align: center;
}

#s-d1b332f3-34cb-4fc9-a08d-39abfd7bede5 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d1b332f3-34cb-4fc9-a08d-39abfd7bede5 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d1b332f3-34cb-4fc9-a08d-39abfd7bede5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-67b160c2-6968-491d-9cf2-abd23b9a6875:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-67b160c2-6968-491d-9cf2-abd23b9a6875:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-67b160c2-6968-491d-9cf2-abd23b9a6875-atc-btn-wrapper {
    text-align: center;
  }


#s-67b160c2-6968-491d-9cf2-abd23b9a6875 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-67b160c2-6968-491d-9cf2-abd23b9a6875-atc-btn-wrapper {
    text-align: center;
  }


#s-67b160c2-6968-491d-9cf2-abd23b9a6875 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-67b160c2-6968-491d-9cf2-abd23b9a6875-atc-btn-wrapper {
    text-align: center;
  }


#s-67b160c2-6968-491d-9cf2-abd23b9a6875 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-67b160c2-6968-491d-9cf2-abd23b9a6875-atc-btn-wrapper {
    text-align: center;
  }


#s-67b160c2-6968-491d-9cf2-abd23b9a6875 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-67b160c2-6968-491d-9cf2-abd23b9a6875-atc-btn-wrapper {
    text-align: center;
  }


#s-67b160c2-6968-491d-9cf2-abd23b9a6875 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67b160c2-6968-491d-9cf2-abd23b9a6875.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-81b9691b-9f54-4117-865f-e134bca666fb {
  margin-left: auto;
margin-right: auto;
}

#s-330fd285-9afe-4f2f-b670-bcb986e077c9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-330fd285-9afe-4f2f-b670-bcb986e077c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9c833bcb-fd08-400b-ac33-8c4923cd68c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c833bcb-fd08-400b-ac33-8c4923cd68c2 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-62d7ee5b-522f-4b3d-930b-c761c5ff4794 {
  text-align: center;
}

#s-62d7ee5b-522f-4b3d-930b-c761c5ff4794 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-62d7ee5b-522f-4b3d-930b-c761c5ff4794 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-62d7ee5b-522f-4b3d-930b-c761c5ff4794 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-4ce6d602-220d-49cc-8122-0de8c1c8f002:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ce6d602-220d-49cc-8122-0de8c1c8f002:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-4ce6d602-220d-49cc-8122-0de8c1c8f002-atc-btn-wrapper {
    text-align: center;
  }


#s-4ce6d602-220d-49cc-8122-0de8c1c8f002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-4ce6d602-220d-49cc-8122-0de8c1c8f002-atc-btn-wrapper {
    text-align: center;
  }


#s-4ce6d602-220d-49cc-8122-0de8c1c8f002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ce6d602-220d-49cc-8122-0de8c1c8f002-atc-btn-wrapper {
    text-align: center;
  }


#s-4ce6d602-220d-49cc-8122-0de8c1c8f002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4ce6d602-220d-49cc-8122-0de8c1c8f002-atc-btn-wrapper {
    text-align: center;
  }


#s-4ce6d602-220d-49cc-8122-0de8c1c8f002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-4ce6d602-220d-49cc-8122-0de8c1c8f002-atc-btn-wrapper {
    text-align: center;
  }


#s-4ce6d602-220d-49cc-8122-0de8c1c8f002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4ce6d602-220d-49cc-8122-0de8c1c8f002.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d9fa886a-212b-4407-ac62-2279687ed6e7 {
  margin-left: auto;
margin-right: auto;
}

#s-48a8f56c-a57b-4d1b-acb9-634755594d06 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48a8f56c-a57b-4d1b-acb9-634755594d06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8fcdbd2c-6ad9-4cc5-9a42-004bb9c8eba5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fcdbd2c-6ad9-4cc5-9a42-004bb9c8eba5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-302482ba-f769-43b6-8fc3-8d11005a0f31 {
  text-align: center;
}

#s-302482ba-f769-43b6-8fc3-8d11005a0f31 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-302482ba-f769-43b6-8fc3-8d11005a0f31 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-302482ba-f769-43b6-8fc3-8d11005a0f31 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-103cadad-1996-4e91-99d9-05a8d0ad2690:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-103cadad-1996-4e91-99d9-05a8d0ad2690:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-103cadad-1996-4e91-99d9-05a8d0ad2690-atc-btn-wrapper {
    text-align: center;
  }


#s-103cadad-1996-4e91-99d9-05a8d0ad2690 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-103cadad-1996-4e91-99d9-05a8d0ad2690-atc-btn-wrapper {
    text-align: center;
  }


#s-103cadad-1996-4e91-99d9-05a8d0ad2690 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-103cadad-1996-4e91-99d9-05a8d0ad2690-atc-btn-wrapper {
    text-align: center;
  }


#s-103cadad-1996-4e91-99d9-05a8d0ad2690 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-103cadad-1996-4e91-99d9-05a8d0ad2690-atc-btn-wrapper {
    text-align: center;
  }


#s-103cadad-1996-4e91-99d9-05a8d0ad2690 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-103cadad-1996-4e91-99d9-05a8d0ad2690-atc-btn-wrapper {
    text-align: center;
  }


#s-103cadad-1996-4e91-99d9-05a8d0ad2690 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-103cadad-1996-4e91-99d9-05a8d0ad2690.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 {
  display: none;
}
#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-content-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 { display: none !important; }}@media (max-width: 767px){#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 {
  display: none;
}
#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-content-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 { display: none !important; }}







#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7.shg-box.shg-c {
  justify-content: center;
}

.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-794a62f6-7d5f-4c22-8ef7-6110a137572d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.95;
}
@media (min-width: 768px) and (max-width: 991px){#s-794a62f6-7d5f-4c22-8ef7-6110a137572d {
  
}
}@media (max-width: 767px){#s-794a62f6-7d5f-4c22-8ef7-6110a137572d {
  
}
}
#s-794a62f6-7d5f-4c22-8ef7-6110a137572d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-794a62f6-7d5f-4c22-8ef7-6110a137572d .shg-sld-nav-button.shg-sld-left,
#s-794a62f6-7d5f-4c22-8ef7-6110a137572d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-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;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


@media (min-width: 1200px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}@media (max-width: 767px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}
#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin-left: auto;
margin-right: auto;
max-width: 4522px;
aspect-ratio: 4522/1501;
text-align: center;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

@media (min-width: 1200px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (max-width: 767px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}
#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin-left: auto;
margin-right: auto;
max-width: 4522px;
aspect-ratio: 4522/1501;
text-align: center;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

@media (min-width: 1200px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (max-width: 767px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}
#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  
}
}@media (max-width: 767px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  
}
}
#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


@media (min-width: 1200px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}@media (max-width: 767px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}
#s-826415d8-4682-487b-b78d-402222428752 {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}

#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


@media (min-width: 1200px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}@media (max-width: 767px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}
#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  
}
}@media (max-width: 767px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  
}
}
#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}
#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
aspect-ratio: 4521/1500;
text-align: center;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

@media (min-width: 1200px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (max-width: 767px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}
#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 {
  display: none;
}
#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-content-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 {
  display: none;
}
#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-content-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 { display: none !important; }}







#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0.shg-box.shg-c {
  justify-content: center;
}

#s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f, #wrap-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f, #wrap-content-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  display: none;
}
#s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f, #wrap-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f, #wrap-content-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  
}
}@media (max-width: 767px){#s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  --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-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev svg,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .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-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  --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-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev svg,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .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-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  --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;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev svg,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
    right: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .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-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f {
  --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;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev svg,
#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-next {
  
    right: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .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-3fadb194-5ff7-47d3-aad3-e45bfd4d9d7f .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-0dc038fa-4128-4873-b824-26487aabb277 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-0dc038fa-4128-4873-b824-26487aabb277 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dc038fa-4128-4873-b824-26487aabb277-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dc038fa-4128-4873-b824-26487aabb277 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dc038fa-4128-4873-b824-26487aabb277 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dc038fa-4128-4873-b824-26487aabb277 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0dc038fa-4128-4873-b824-26487aabb277 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dc038fa-4128-4873-b824-26487aabb277-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dc038fa-4128-4873-b824-26487aabb277 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dc038fa-4128-4873-b824-26487aabb277 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dc038fa-4128-4873-b824-26487aabb277 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0dc038fa-4128-4873-b824-26487aabb277 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dc038fa-4128-4873-b824-26487aabb277-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dc038fa-4128-4873-b824-26487aabb277 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dc038fa-4128-4873-b824-26487aabb277 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dc038fa-4128-4873-b824-26487aabb277 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0dc038fa-4128-4873-b824-26487aabb277 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dc038fa-4128-4873-b824-26487aabb277-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dc038fa-4128-4873-b824-26487aabb277 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dc038fa-4128-4873-b824-26487aabb277 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dc038fa-4128-4873-b824-26487aabb277 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0dc038fa-4128-4873-b824-26487aabb277 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dc038fa-4128-4873-b824-26487aabb277-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dc038fa-4128-4873-b824-26487aabb277 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dc038fa-4128-4873-b824-26487aabb277 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dc038fa-4128-4873-b824-26487aabb277 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dc038fa-4128-4873-b824-26487aabb277 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc038fa-4128-4873-b824-26487aabb277.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-037baacf-fb0d-4f10-94ea-e5aebab13432 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-037baacf-fb0d-4f10-94ea-e5aebab13432 {
  display: none;
}
#s-037baacf-fb0d-4f10-94ea-e5aebab13432, #wrap-s-037baacf-fb0d-4f10-94ea-e5aebab13432, #wrap-content-s-037baacf-fb0d-4f10-94ea-e5aebab13432 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-037baacf-fb0d-4f10-94ea-e5aebab13432 {
  display: none;
}
#s-037baacf-fb0d-4f10-94ea-e5aebab13432, #wrap-s-037baacf-fb0d-4f10-94ea-e5aebab13432, #wrap-content-s-037baacf-fb0d-4f10-94ea-e5aebab13432 { display: none !important; }}
#s-037baacf-fb0d-4f10-94ea-e5aebab13432 .shg-proportional-font-size,
#s-037baacf-fb0d-4f10-94ea-e5aebab13432 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f78adaad-19f8-4fbd-806c-3e14c4b60850 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f78adaad-19f8-4fbd-806c-3e14c4b60850 {
  display: none;
}
#s-f78adaad-19f8-4fbd-806c-3e14c4b60850, #wrap-s-f78adaad-19f8-4fbd-806c-3e14c4b60850, #wrap-content-s-f78adaad-19f8-4fbd-806c-3e14c4b60850 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f78adaad-19f8-4fbd-806c-3e14c4b60850 {
  display: none;
}
#s-f78adaad-19f8-4fbd-806c-3e14c4b60850, #wrap-s-f78adaad-19f8-4fbd-806c-3e14c4b60850, #wrap-content-s-f78adaad-19f8-4fbd-806c-3e14c4b60850 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f78adaad-19f8-4fbd-806c-3e14c4b60850 {
  
}
}@media (max-width: 767px){#s-f78adaad-19f8-4fbd-806c-3e14c4b60850 {
  
}
}







#s-f78adaad-19f8-4fbd-806c-3e14c4b60850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f78adaad-19f8-4fbd-806c-3e14c4b60850.shg-box.shg-c {
  justify-content: center;
}

#s-366e92bf-d971-4605-80a9-5b614009436b {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}
@media (min-width: 1200px){#s-366e92bf-d971-4605-80a9-5b614009436b {
  padding-left: 3%;
padding-right: 3%;
background-color: rgba(251, 249, 237, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-366e92bf-d971-4605-80a9-5b614009436b {
  
}
}@media (max-width: 767px){#s-366e92bf-d971-4605-80a9-5b614009436b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(19, 67, 61, 1);
    border: 6px solid rgba(19, 67, 61, 1);
  }
  #s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(202, 74, 44, 1);
    border: 6px solid rgba(255, 247, 236, 1);
  }
#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
  
  
  
  font-size: 15px;
}

#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
}

#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 6px);
  left: 6px;
  bottom: -6px;
  height: 6px;
  background: rgba(202, 74, 44, 1);
}

#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs-body {
  margin-top: -6px;
  border-top: 6px solid rgba(255, 247, 236, 1);
}
@media (min-width: 1200px){#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(4, 116, 103, 1);
    border: 4px solid rgba(4, 61, 54, 1);
  }
  #s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(202, 74, 44, 1);
    border: 4px solid rgba(255, 247, 236, 1);
  }
#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
  
  
  
  font-size: 15px;
}

#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
}

#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 4px);
  left: 4px;
  bottom: -4px;
  height: 4px;
  background: rgba(202, 74, 44, 1);
}

#s-366e92bf-d971-4605-80a9-5b614009436b .shogun-tabs-body {
  margin-top: -4px;
  border-top: 4px solid rgba(255, 247, 236, 1);
}
}
#s-854d626c-a2df-44c9-bb3e-94761d9e196c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-854d626c-a2df-44c9-bb3e-94761d9e196c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-854d626c-a2df-44c9-bb3e-94761d9e196c.shg-box.shg-c {
  justify-content: center;
}

#s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d {
  margin-left: auto;
margin-right: auto;
}

#s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d {
  --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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev svg,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d {
  --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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev svg,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d {
  --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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev svg,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d {
  --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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev svg,
#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .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-8babe65a-a51f-46e1-8c2a-be1452a0cc9d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-46eaeaa6-d4cf-44d9-b761-0f67f1d73594 {
  margin-left: auto;
margin-right: auto;
}

#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f743c9c-dd6d-4a3d-9b72-754dbd83e1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e802ce6-147f-4562-ae59-a487142f3525 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e802ce6-147f-4562-ae59-a487142f3525 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-017b38d7-51bc-4a03-9ac3-ad0e1eb98e56 {
  text-align: center;
}

#s-017b38d7-51bc-4a03-9ac3-ad0e1eb98e56 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-017b38d7-51bc-4a03-9ac3-ad0e1eb98e56 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-017b38d7-51bc-4a03-9ac3-ad0e1eb98e56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8bd388ed-4b1a-470d-91a9-3b1722a6dd0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-b0fc4e86-240a-4e97-9463-b8846cc50e6b {
  margin-left: auto;
margin-right: auto;
}

#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc4ef28-f93b-4c4d-aa4e-3fb8dc478109 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-365b0eab-053a-4357-8775-0bc55f816e2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-365b0eab-053a-4357-8775-0bc55f816e2f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b09a0ea8-88c4-4261-b0dd-fdbfba8f1689 {
  text-align: center;
}

#s-b09a0ea8-88c4-4261-b0dd-fdbfba8f1689 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b09a0ea8-88c4-4261-b0dd-fdbfba8f1689 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-b09a0ea8-88c4-4261-b0dd-fdbfba8f1689 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-8affee73-fa36-4889-91b0-a263592b35b5:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8affee73-fa36-4889-91b0-a263592b35b5:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-8affee73-fa36-4889-91b0-a263592b35b5-atc-btn-wrapper {
    text-align: center;
  }


#s-8affee73-fa36-4889-91b0-a263592b35b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-8affee73-fa36-4889-91b0-a263592b35b5-atc-btn-wrapper {
    text-align: center;
  }


#s-8affee73-fa36-4889-91b0-a263592b35b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8affee73-fa36-4889-91b0-a263592b35b5-atc-btn-wrapper {
    text-align: center;
  }


#s-8affee73-fa36-4889-91b0-a263592b35b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8affee73-fa36-4889-91b0-a263592b35b5-atc-btn-wrapper {
    text-align: center;
  }


#s-8affee73-fa36-4889-91b0-a263592b35b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-8affee73-fa36-4889-91b0-a263592b35b5-atc-btn-wrapper {
    text-align: center;
  }


#s-8affee73-fa36-4889-91b0-a263592b35b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8affee73-fa36-4889-91b0-a263592b35b5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-dde74a57-21ff-4eb2-8115-4e23176fea57 {
  margin-left: auto;
margin-right: auto;
}

#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b88384a-0e0a-480f-9ff7-61009deb1d4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-332a1e7c-2ac2-4b08-9408-e0dee6308344 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-332a1e7c-2ac2-4b08-9408-e0dee6308344 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-57f9207c-eded-4dcb-959e-9ba65af53615 {
  text-align: center;
}

#s-57f9207c-eded-4dcb-959e-9ba65af53615 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-57f9207c-eded-4dcb-959e-9ba65af53615 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-57f9207c-eded-4dcb-959e-9ba65af53615 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6-atc-btn-wrapper {
    text-align: center;
  }


#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6-atc-btn-wrapper {
    text-align: center;
  }


#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6-atc-btn-wrapper {
    text-align: center;
  }


#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6-atc-btn-wrapper {
    text-align: center;
  }


#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6-atc-btn-wrapper {
    text-align: center;
  }


#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-376f7603-a8e6-4414-ae36-9a1cf1ca6ad6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-ad32fc7f-ee20-4f9d-9dd0-2c61c14eb9b9 {
  margin-left: auto;
margin-right: auto;
}

#s-94299ade-76b5-4825-8771-eef052bacdce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94299ade-76b5-4825-8771-eef052bacdce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-21eeb84c-755f-4629-9398-e31ff519d17d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21eeb84c-755f-4629-9398-e31ff519d17d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a33b0151-8444-4991-8ed4-10c950023035 {
  text-align: center;
}

#s-a33b0151-8444-4991-8ed4-10c950023035 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a33b0151-8444-4991-8ed4-10c950023035 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-a33b0151-8444-4991-8ed4-10c950023035 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-6e6425a4-3a37-4d35-bd11-d2e61795c72e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-6e6425a4-3a37-4d35-bd11-d2e61795c72e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e6425a4-3a37-4d35-bd11-d2e61795c72e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6e6425a4-3a37-4d35-bd11-d2e61795c72e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-6e6425a4-3a37-4d35-bd11-d2e61795c72e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e6425a4-3a37-4d35-bd11-d2e61795c72e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d9964843-5183-4fd1-8453-fc9faafd304b {
  margin-left: auto;
margin-right: auto;
}

#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6b4d29-e2a4-4905-a236-7eb3088bf075 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd2c50af-c560-477e-8c71-de72e455292b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd2c50af-c560-477e-8c71-de72e455292b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d3178a84-bd5e-47f3-b706-65ff54565e64 {
  text-align: center;
}

#s-d3178a84-bd5e-47f3-b706-65ff54565e64 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d3178a84-bd5e-47f3-b706-65ff54565e64 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d3178a84-bd5e-47f3-b706-65ff54565e64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0-atc-btn-wrapper {
    text-align: center;
  }


#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0-atc-btn-wrapper {
    text-align: center;
  }


#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0-atc-btn-wrapper {
    text-align: center;
  }


#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0-atc-btn-wrapper {
    text-align: center;
  }


#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0-atc-btn-wrapper {
    text-align: center;
  }


#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-81ef4c8b-49b7-40eb-8a5e-7e3f9dfebdd0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-10c80826-4af1-48e1-8964-dc42e6c0c4ac {
  margin-left: auto;
margin-right: auto;
}

#s-f7043733-64a5-4186-81a8-8dc102cc5663 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f7043733-64a5-4186-81a8-8dc102cc5663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7043733-64a5-4186-81a8-8dc102cc5663.shg-box.shg-c {
  justify-content: center;
}

#s-49b50bd5-7a7d-433c-8d4e-373ca5317495 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-49b50bd5-7a7d-433c-8d4e-373ca5317495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49b50bd5-7a7d-433c-8d4e-373ca5317495.shg-box.shg-c {
  justify-content: center;
}

#s-1c50fb57-1947-49a6-a891-9420d84f75ce {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1c50fb57-1947-49a6-a891-9420d84f75ce {
  padding-left: 19%;
padding-right: 19%;
}
}
#s-1c50fb57-1947-49a6-a891-9420d84f75ce .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce {
  --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-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev svg,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .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-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-1c50fb57-1947-49a6-a891-9420d84f75ce .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce {
  --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-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev svg,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .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-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c50fb57-1947-49a6-a891-9420d84f75ce .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce {
  --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-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev svg,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .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-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-1c50fb57-1947-49a6-a891-9420d84f75ce .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce {
  --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-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev svg,
#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1c50fb57-1947-49a6-a891-9420d84f75ce .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-1c50fb57-1947-49a6-a891-9420d84f75ce .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-1f17885f-f240-4bf6-bf6d-31fb9887d8ff {
  margin-left: auto;
margin-right: auto;
}

#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec61253d-fdcd-4b2b-8612-ef26d62cd37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7b65e5da-fbfd-46ac-830c-ff89a51b03ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b65e5da-fbfd-46ac-830c-ff89a51b03ee .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3c473d0e-b19b-4c7b-b6aa-7708285a4d48 {
  text-align: center;
}

#s-3c473d0e-b19b-4c7b-b6aa-7708285a4d48 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3c473d0e-b19b-4c7b-b6aa-7708285a4d48 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3c473d0e-b19b-4c7b-b6aa-7708285a4d48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-6a6300b2-0e16-44d5-8b84-80a61600f9cb-atc-btn-wrapper {
    text-align: center;
  }


#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-6a6300b2-0e16-44d5-8b84-80a61600f9cb-atc-btn-wrapper {
    text-align: center;
  }


#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a6300b2-0e16-44d5-8b84-80a61600f9cb-atc-btn-wrapper {
    text-align: center;
  }


#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6a6300b2-0e16-44d5-8b84-80a61600f9cb-atc-btn-wrapper {
    text-align: center;
  }


#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-6a6300b2-0e16-44d5-8b84-80a61600f9cb-atc-btn-wrapper {
    text-align: center;
  }


#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6a6300b2-0e16-44d5-8b84-80a61600f9cb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-6ce046f8-e9ae-400f-a59e-daa67b37cfe1 {
  margin-left: auto;
margin-right: auto;
}

#s-6fb19a52-d519-4cc4-b116-89490e33783f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb19a52-d519-4cc4-b116-89490e33783f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1867c823-ef78-4c2a-954b-7c452d75ad98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1867c823-ef78-4c2a-954b-7c452d75ad98 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-59b9fd9c-48d7-4fd0-87c3-d035532347a6 {
  text-align: center;
}

#s-59b9fd9c-48d7-4fd0-87c3-d035532347a6 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-59b9fd9c-48d7-4fd0-87c3-d035532347a6 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-59b9fd9c-48d7-4fd0-87c3-d035532347a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-2800c0c8-dbbb-4063-8882-02647476e3cd:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2800c0c8-dbbb-4063-8882-02647476e3cd:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-2800c0c8-dbbb-4063-8882-02647476e3cd-atc-btn-wrapper {
    text-align: center;
  }


#s-2800c0c8-dbbb-4063-8882-02647476e3cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-2800c0c8-dbbb-4063-8882-02647476e3cd-atc-btn-wrapper {
    text-align: center;
  }


#s-2800c0c8-dbbb-4063-8882-02647476e3cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2800c0c8-dbbb-4063-8882-02647476e3cd-atc-btn-wrapper {
    text-align: center;
  }


#s-2800c0c8-dbbb-4063-8882-02647476e3cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2800c0c8-dbbb-4063-8882-02647476e3cd-atc-btn-wrapper {
    text-align: center;
  }


#s-2800c0c8-dbbb-4063-8882-02647476e3cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-2800c0c8-dbbb-4063-8882-02647476e3cd-atc-btn-wrapper {
    text-align: center;
  }


#s-2800c0c8-dbbb-4063-8882-02647476e3cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2800c0c8-dbbb-4063-8882-02647476e3cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d71250c9-1a3f-4386-920e-bb1051b764b1 {
  margin-left: auto;
margin-right: auto;
}

#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4cc532-4ab7-472c-9ed6-f6d2c8ac0a2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-98101868-aa8c-44ae-be31-513bb96c49be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98101868-aa8c-44ae-be31-513bb96c49be .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9ddec3a3-bc14-428e-9fff-0a39c0b53acd {
  text-align: center;
}

#s-9ddec3a3-bc14-428e-9fff-0a39c0b53acd .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9ddec3a3-bc14-428e-9fff-0a39c0b53acd .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-9ddec3a3-bc14-428e-9fff-0a39c0b53acd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4-atc-btn-wrapper {
    text-align: center;
  }


#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4-atc-btn-wrapper {
    text-align: center;
  }


#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4-atc-btn-wrapper {
    text-align: center;
  }


#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4-atc-btn-wrapper {
    text-align: center;
  }


#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4-atc-btn-wrapper {
    text-align: center;
  }


#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff854e54-6c8b-4c7e-b1ba-1a4041b626b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-050b19ed-3a45-405c-8f90-2b861e1de2f5 {
  margin-left: auto;
margin-right: auto;
}

#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15f94bd8-4cff-4a93-bc34-be801bba1d70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4ef5f0eb-280f-4039-b281-7ca7af80de45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ef5f0eb-280f-4039-b281-7ca7af80de45 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b43b9535-dfb9-44bf-9183-fddc535d9b33 {
  text-align: center;
}

#s-b43b9535-dfb9-44bf-9183-fddc535d9b33 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b43b9535-dfb9-44bf-9183-fddc535d9b33 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-b43b9535-dfb9-44bf-9183-fddc535d9b33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8ae65a1d-1c60-41ff-aca5-aab4ce98e3be.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d7f6f561-94fd-4fe8-815d-6ecc4be3c5fc {
  margin-left: auto;
margin-right: auto;
}

#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552301ed-34ee-4b0d-bcc7-fb7fd225db41 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1be0a613-8d03-42f4-84ec-dd89b103a873 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1be0a613-8d03-42f4-84ec-dd89b103a873 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d32fca1b-03f7-4d6c-ae81-6ce8c822441c {
  text-align: center;
}

#s-d32fca1b-03f7-4d6c-ae81-6ce8c822441c .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d32fca1b-03f7-4d6c-ae81-6ce8c822441c .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d32fca1b-03f7-4d6c-ae81-6ce8c822441c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c-atc-btn-wrapper {
    text-align: center;
  }


#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c-atc-btn-wrapper {
    text-align: center;
  }


#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c-atc-btn-wrapper {
    text-align: center;
  }


#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c-atc-btn-wrapper {
    text-align: center;
  }


#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c-atc-btn-wrapper {
    text-align: center;
  }


#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a664eecc-7ea8-4a07-82a4-1b32ffc3361c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-96474573-3b99-4f6e-892d-bfcc1bdc524d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-96474573-3b99-4f6e-892d-bfcc1bdc524d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96474573-3b99-4f6e-892d-bfcc1bdc524d.shg-box.shg-c {
  justify-content: center;
}

#s-b7793fdd-9f30-48ee-b62e-73495d72511d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.95;
}
@media (min-width: 1200px){#s-b7793fdd-9f30-48ee-b62e-73495d72511d {
  display: none;
}
#s-b7793fdd-9f30-48ee-b62e-73495d72511d, #wrap-s-b7793fdd-9f30-48ee-b62e-73495d72511d, #wrap-content-s-b7793fdd-9f30-48ee-b62e-73495d72511d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7793fdd-9f30-48ee-b62e-73495d72511d {
  display: none;
}
#s-b7793fdd-9f30-48ee-b62e-73495d72511d, #wrap-s-b7793fdd-9f30-48ee-b62e-73495d72511d, #wrap-content-s-b7793fdd-9f30-48ee-b62e-73495d72511d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7793fdd-9f30-48ee-b62e-73495d72511d {
  
}
}@media (max-width: 767px){#s-b7793fdd-9f30-48ee-b62e-73495d72511d {
  
}
}
#s-b7793fdd-9f30-48ee-b62e-73495d72511d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b7793fdd-9f30-48ee-b62e-73495d72511d .shg-sld-nav-button.shg-sld-left,
#s-b7793fdd-9f30-48ee-b62e-73495d72511d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf {
  margin: 0 !important;
  overflow: visible;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add background color handling */
  
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-738c3c68-9074-448b-990d-a0b494d3aadf .shogun-image-content {
  
    justify-content: center;
  
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image {
  box-sizing: border-box;
}



.s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  
}


@media (min-width: 1200px){#s-738c3c68-9074-448b-990d-a0b494d3aadf {
  margin: 0 !important;
  overflow: visible;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add background color handling */
  
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-738c3c68-9074-448b-990d-a0b494d3aadf .shogun-image-content {
  
    justify-content: center;
  
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image {
  box-sizing: border-box;
}



.s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-738c3c68-9074-448b-990d-a0b494d3aadf {
  margin: 0 !important;
  overflow: visible;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add background color handling */
  
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-738c3c68-9074-448b-990d-a0b494d3aadf .shogun-image-content {
  
    justify-content: center;
  
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image {
  box-sizing: border-box;
}



.s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-738c3c68-9074-448b-990d-a0b494d3aadf {
  margin: 0 !important;
  overflow: visible;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add background color handling */
  
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-738c3c68-9074-448b-990d-a0b494d3aadf .shogun-image-content {
  
    justify-content: center;
  
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image {
  box-sizing: border-box;
}



.s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  
}


}@media (max-width: 767px){#s-738c3c68-9074-448b-990d-a0b494d3aadf {
  margin: 0 !important;
  overflow: visible;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738c3c68-9074-448b-990d-a0b494d3aadf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add background color handling */
  
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-738c3c68-9074-448b-990d-a0b494d3aadf .shogun-image-content {
  
    justify-content: center;
  
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738c3c68-9074-448b-990d-a0b494d3aadf.shogun-image {
  box-sizing: border-box;
}



.s-738c3c68-9074-448b-990d-a0b494d3aadf img.shogun-image {
  
}


}
#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  margin-left: auto;
margin-right: auto;
max-width: 4522px;
aspect-ratio: 4522/1501;
text-align: center;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
  box-sizing: border-box;
}



.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
      position: relative;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

@media (min-width: 1200px){#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
  box-sizing: border-box;
}



.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
      position: relative;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
  box-sizing: border-box;
}



.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
      position: relative;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
  box-sizing: border-box;
}



.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
      position: relative;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (max-width: 767px){#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image {
  box-sizing: border-box;
}



.s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container {
      position: relative;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1701c045-2ed4-42a3-8502-46863f5ad9b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}
#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  margin-left: auto;
margin-right: auto;
max-width: 4522px;
aspect-ratio: 4522/1501;
text-align: center;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
  box-sizing: border-box;
}



.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
      position: relative;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

@media (min-width: 1200px){#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
  box-sizing: border-box;
}



.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
      position: relative;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
  box-sizing: border-box;
}



.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
      position: relative;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
  box-sizing: border-box;
}



.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
      position: relative;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (max-width: 767px){#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image {
  box-sizing: border-box;
}



.s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container {
      position: relative;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab6d8ef9-cb48-4ac2-9d0d-b5be8862c094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}
#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  
}
}@media (max-width: 767px){#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  
}
}
#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cc92467-0eaa-4661-9dba-949d25603557 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image {
  box-sizing: border-box;
}



.s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cc92467-0eaa-4661-9dba-949d25603557 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image {
  box-sizing: border-box;
}



.s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cc92467-0eaa-4661-9dba-949d25603557 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image {
  box-sizing: border-box;
}



.s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cc92467-0eaa-4661-9dba-949d25603557 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image {
  box-sizing: border-box;
}



.s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0cc92467-0eaa-4661-9dba-949d25603557 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc92467-0eaa-4661-9dba-949d25603557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cc92467-0eaa-4661-9dba-949d25603557 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc92467-0eaa-4661-9dba-949d25603557.shogun-image {
  box-sizing: border-box;
}



.s-0cc92467-0eaa-4661-9dba-949d25603557 img.shogun-image {
  
}


}
#s-298bc290-f00a-4668-8fd8-aaf57963398b {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b {
  margin: 0 !important;
  overflow: visible;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add background color handling */
  
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-298bc290-f00a-4668-8fd8-aaf57963398b .shogun-image-content {
  
    justify-content: center;
  
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image {
  box-sizing: border-box;
}



.s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  
}


@media (min-width: 1200px){#s-298bc290-f00a-4668-8fd8-aaf57963398b {
  margin: 0 !important;
  overflow: visible;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add background color handling */
  
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-298bc290-f00a-4668-8fd8-aaf57963398b .shogun-image-content {
  
    justify-content: center;
  
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image {
  box-sizing: border-box;
}



.s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-298bc290-f00a-4668-8fd8-aaf57963398b {
  margin: 0 !important;
  overflow: visible;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add background color handling */
  
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-298bc290-f00a-4668-8fd8-aaf57963398b .shogun-image-content {
  
    justify-content: center;
  
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image {
  box-sizing: border-box;
}



.s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-298bc290-f00a-4668-8fd8-aaf57963398b {
  margin: 0 !important;
  overflow: visible;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add background color handling */
  
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-298bc290-f00a-4668-8fd8-aaf57963398b .shogun-image-content {
  
    justify-content: center;
  
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image {
  box-sizing: border-box;
}



.s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  
}


}@media (max-width: 767px){#s-298bc290-f00a-4668-8fd8-aaf57963398b {
  margin: 0 !important;
  overflow: visible;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298bc290-f00a-4668-8fd8-aaf57963398b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add background color handling */
  
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-298bc290-f00a-4668-8fd8-aaf57963398b .shogun-image-content {
  
    justify-content: center;
  
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298bc290-f00a-4668-8fd8-aaf57963398b.shogun-image {
  box-sizing: border-box;
}



.s-298bc290-f00a-4668-8fd8-aaf57963398b img.shogun-image {
  
}


}
#s-84525339-f18a-4639-b42b-a7136554f8da {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-84525339-f18a-4639-b42b-a7136554f8da {
  
}
}@media (max-width: 767px){#s-84525339-f18a-4639-b42b-a7136554f8da {
  
}
}
#s-84525339-f18a-4639-b42b-a7136554f8da {
  margin: 0 !important;
  overflow: visible;
}

#s-84525339-f18a-4639-b42b-a7136554f8da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add background color handling */
  
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84525339-f18a-4639-b42b-a7136554f8da .shogun-image-content {
  
    justify-content: center;
  
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image {
  box-sizing: border-box;
}



.s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  
}


@media (min-width: 1200px){#s-84525339-f18a-4639-b42b-a7136554f8da {
  margin: 0 !important;
  overflow: visible;
}

#s-84525339-f18a-4639-b42b-a7136554f8da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add background color handling */
  
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84525339-f18a-4639-b42b-a7136554f8da .shogun-image-content {
  
    justify-content: center;
  
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image {
  box-sizing: border-box;
}



.s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-84525339-f18a-4639-b42b-a7136554f8da {
  margin: 0 !important;
  overflow: visible;
}

#s-84525339-f18a-4639-b42b-a7136554f8da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add background color handling */
  
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84525339-f18a-4639-b42b-a7136554f8da .shogun-image-content {
  
    justify-content: center;
  
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image {
  box-sizing: border-box;
}



.s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-84525339-f18a-4639-b42b-a7136554f8da {
  margin: 0 !important;
  overflow: visible;
}

#s-84525339-f18a-4639-b42b-a7136554f8da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add background color handling */
  
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84525339-f18a-4639-b42b-a7136554f8da .shogun-image-content {
  
    justify-content: center;
  
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image {
  box-sizing: border-box;
}



.s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  
}


}@media (max-width: 767px){#s-84525339-f18a-4639-b42b-a7136554f8da {
  margin: 0 !important;
  overflow: visible;
}

#s-84525339-f18a-4639-b42b-a7136554f8da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84525339-f18a-4639-b42b-a7136554f8da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add background color handling */
  
}

#s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84525339-f18a-4639-b42b-a7136554f8da .shogun-image-content {
  
    justify-content: center;
  
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84525339-f18a-4639-b42b-a7136554f8da.shogun-image {
  box-sizing: border-box;
}



.s-84525339-f18a-4639-b42b-a7136554f8da img.shogun-image {
  
}


}
#s-e34c728e-a906-4511-af23-2b3f73073e45 {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
aspect-ratio: 4521/1500;
text-align: center;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
  box-sizing: border-box;
}



.s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e34c728e-a906-4511-af23-2b3f73073e45 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
      position: relative;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

@media (min-width: 1200px){#s-e34c728e-a906-4511-af23-2b3f73073e45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
  box-sizing: border-box;
}



.s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e34c728e-a906-4511-af23-2b3f73073e45 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
      position: relative;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e34c728e-a906-4511-af23-2b3f73073e45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
  box-sizing: border-box;
}



.s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e34c728e-a906-4511-af23-2b3f73073e45 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
      position: relative;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e34c728e-a906-4511-af23-2b3f73073e45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
  box-sizing: border-box;
}



.s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e34c728e-a906-4511-af23-2b3f73073e45 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
      position: relative;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (max-width: 767px){#s-e34c728e-a906-4511-af23-2b3f73073e45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e34c728e-a906-4511-af23-2b3f73073e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34c728e-a906-4511-af23-2b3f73073e45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-e34c728e-a906-4511-af23-2b3f73073e45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image {
  box-sizing: border-box;
}



.s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e34c728e-a906-4511-af23-2b3f73073e45 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container {
      position: relative;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34c728e-a906-4511-af23-2b3f73073e45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}
#s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  display: none;
}
#s-94926d85-32da-4a6c-bf23-1ea75419be4d, #wrap-s-94926d85-32da-4a6c-bf23-1ea75419be4d, #wrap-content-s-94926d85-32da-4a6c-bf23-1ea75419be4d { display: none !important; }}@media (max-width: 767px){#s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  display: none;
}
#s-94926d85-32da-4a6c-bf23-1ea75419be4d, #wrap-s-94926d85-32da-4a6c-bf23-1ea75419be4d, #wrap-content-s-94926d85-32da-4a6c-bf23-1ea75419be4d { display: none !important; }}
#s-94926d85-32da-4a6c-bf23-1ea75419be4d .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  --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-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev,
#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next {
  
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev svg,
#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d .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-94926d85-32da-4a6c-bf23-1ea75419be4d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-94926d85-32da-4a6c-bf23-1ea75419be4d .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  --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-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev,
#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next {
  
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev svg,
#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d .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-94926d85-32da-4a6c-bf23-1ea75419be4d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-94926d85-32da-4a6c-bf23-1ea75419be4d .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d {
  --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-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev,
#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next {
  
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev svg,
#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-94926d85-32da-4a6c-bf23-1ea75419be4d .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-94926d85-32da-4a6c-bf23-1ea75419be4d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-35ad7a7a-d1e2-4723-aeca-f42c1e00355f {
  margin-left: auto;
margin-right: auto;
}

#s-e28928c0-e006-4e0a-80ad-7799dba56f89 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e28928c0-e006-4e0a-80ad-7799dba56f89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c88ba2ea-5043-48c1-a457-bb0f68f34bd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c88ba2ea-5043-48c1-a457-bb0f68f34bd1 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

.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-8868dc00-9137-4d02-8a2e-fd54f43280b7 {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-8868dc00-9137-4d02-8a2e-fd54f43280b7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-8868dc00-9137-4d02-8a2e-fd54f43280b7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzNzliZGItZTE4NC00YjA2LWJjYTEtOTgwNTc1NjgzMzA5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjM3OWJkYi1lMTg0LTRiMDYtYmNhMS05ODA1NzU2ODMzMDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-8868dc00-9137-4d02-8a2e-fd54f43280b7 {
  display: none;
}
#s-8868dc00-9137-4d02-8a2e-fd54f43280b7, #wrap-s-8868dc00-9137-4d02-8a2e-fd54f43280b7, #wrap-content-s-8868dc00-9137-4d02-8a2e-fd54f43280b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8868dc00-9137-4d02-8a2e-fd54f43280b7 {
  display: none;
}
#s-8868dc00-9137-4d02-8a2e-fd54f43280b7, #wrap-s-8868dc00-9137-4d02-8a2e-fd54f43280b7, #wrap-content-s-8868dc00-9137-4d02-8a2e-fd54f43280b7 { display: none !important; }}@media (max-width: 767px){#s-8868dc00-9137-4d02-8a2e-fd54f43280b7 {
  
}
#s-8868dc00-9137-4d02-8a2e-fd54f43280b7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDRmMmZhMmItYzFlNS00N2RjLWE3YWYtODE4ZWU3Mzk4ODRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNGYyZmEyYi1jMWU1LTQ3ZGMtYTdhZi04MThlZTczOTg4NGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-8868dc00-9137-4d02-8a2e-fd54f43280b7-root {
    text-align: center;
  }


#s-8868dc00-9137-4d02-8a2e-fd54f43280b7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8868dc00-9137-4d02-8a2e-fd54f43280b7-root {
    text-align: center;
  }


#s-8868dc00-9137-4d02-8a2e-fd54f43280b7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8868dc00-9137-4d02-8a2e-fd54f43280b7-root {
    text-align: center;
  }


#s-8868dc00-9137-4d02-8a2e-fd54f43280b7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8868dc00-9137-4d02-8a2e-fd54f43280b7-root {
    text-align: center;
  }


#s-8868dc00-9137-4d02-8a2e-fd54f43280b7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8868dc00-9137-4d02-8a2e-fd54f43280b7-root {
    text-align: center;
  }


#s-8868dc00-9137-4d02-8a2e-fd54f43280b7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-390f7767-af40-4696-895c-03d77bfc2000 {
  text-align: center;
}

#s-390f7767-af40-4696-895c-03d77bfc2000 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-390f7767-af40-4696-895c-03d77bfc2000 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-390f7767-af40-4696-895c-03d77bfc2000 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-8bbd9c3d-4550-4541-a62a-2a17e0ea6da5 {
  margin-left: auto;
margin-right: auto;
}

#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd411ec8-a606-4540-93d8-3e33d7ed6690 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-72937145-8647-4805-9991-58060cd63fc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72937145-8647-4805-9991-58060cd63fc1 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzNzliZGItZTE4NC00YjA2LWJjYTEtOTgwNTc1NjgzMzA5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjM3OWJkYi1lMTg0LTRiMDYtYmNhMS05ODA1NzU2ODMzMDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f {
  display: none;
}
#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f, #wrap-s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f, #wrap-content-s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f {
  display: none;
}
#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f, #wrap-s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f, #wrap-content-s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f { display: none !important; }}@media (max-width: 767px){#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f {
  
}
#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDRmMmZhMmItYzFlNS00N2RjLWE3YWYtODE4ZWU3Mzk4ODRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNGYyZmEyYi1jMWU1LTQ3ZGMtYTdhZi04MThlZTczOTg4NGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f-root {
    text-align: center;
  }


#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f-root {
    text-align: center;
  }


#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f-root {
    text-align: center;
  }


#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f-root {
    text-align: center;
  }


#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f-root {
    text-align: center;
  }


#s-96d7b82a-f0de-44c8-8cec-ab303c2abc9f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-b2635f43-77a0-4ee5-b686-1f954ac9befe {
  text-align: center;
}

#s-b2635f43-77a0-4ee5-b686-1f954ac9befe .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b2635f43-77a0-4ee5-b686-1f954ac9befe .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-b2635f43-77a0-4ee5-b686-1f954ac9befe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-864fb565-244e-4dfd-a19a-180308813fcb {
  margin-left: auto;
margin-right: auto;
}

#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed781d0-5cc7-41bf-a4b0-73fadbf5975a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-396f82af-5e63-4931-ad25-a7198f72c5ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-396f82af-5e63-4931-ad25-a7198f72c5ac .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-483460e2-27dc-4d94-9e75-804afb993948 {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-483460e2-27dc-4d94-9e75-804afb993948:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-483460e2-27dc-4d94-9e75-804afb993948:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzNzliZGItZTE4NC00YjA2LWJjYTEtOTgwNTc1NjgzMzA5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjM3OWJkYi1lMTg0LTRiMDYtYmNhMS05ODA1NzU2ODMzMDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-483460e2-27dc-4d94-9e75-804afb993948 {
  display: none;
}
#s-483460e2-27dc-4d94-9e75-804afb993948, #wrap-s-483460e2-27dc-4d94-9e75-804afb993948, #wrap-content-s-483460e2-27dc-4d94-9e75-804afb993948 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-483460e2-27dc-4d94-9e75-804afb993948 {
  display: none;
}
#s-483460e2-27dc-4d94-9e75-804afb993948, #wrap-s-483460e2-27dc-4d94-9e75-804afb993948, #wrap-content-s-483460e2-27dc-4d94-9e75-804afb993948 { display: none !important; }}@media (max-width: 767px){#s-483460e2-27dc-4d94-9e75-804afb993948 {
  
}
#s-483460e2-27dc-4d94-9e75-804afb993948:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDRmMmZhMmItYzFlNS00N2RjLWE3YWYtODE4ZWU3Mzk4ODRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNGYyZmEyYi1jMWU1LTQ3ZGMtYTdhZi04MThlZTczOTg4NGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-483460e2-27dc-4d94-9e75-804afb993948-root {
    text-align: center;
  }


#s-483460e2-27dc-4d94-9e75-804afb993948.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-483460e2-27dc-4d94-9e75-804afb993948-root {
    text-align: center;
  }


#s-483460e2-27dc-4d94-9e75-804afb993948.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-483460e2-27dc-4d94-9e75-804afb993948-root {
    text-align: center;
  }


#s-483460e2-27dc-4d94-9e75-804afb993948.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-483460e2-27dc-4d94-9e75-804afb993948-root {
    text-align: center;
  }


#s-483460e2-27dc-4d94-9e75-804afb993948.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-483460e2-27dc-4d94-9e75-804afb993948-root {
    text-align: center;
  }


#s-483460e2-27dc-4d94-9e75-804afb993948.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-72da2293-6a2b-4b75-af85-aa9f24a4c597 {
  text-align: center;
}

#s-72da2293-6a2b-4b75-af85-aa9f24a4c597 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-72da2293-6a2b-4b75-af85-aa9f24a4c597 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-72da2293-6a2b-4b75-af85-aa9f24a4c597 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-1717f57c-cc8e-44e7-bfb0-06f6a79ac6c5 {
  margin-left: auto;
margin-right: auto;
}

#s-2c3e067c-62e5-480a-b23c-2ee205fc784d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3e067c-62e5-480a-b23c-2ee205fc784d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0ebce2f9-c1f6-4d25-8e79-ebb757dd6e58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ebce2f9-c1f6-4d25-8e79-ebb757dd6e58 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-8b8284bb-bebc-4c30-baa2-3db07f705a11 {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-8b8284bb-bebc-4c30-baa2-3db07f705a11:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-8b8284bb-bebc-4c30-baa2-3db07f705a11:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzNzliZGItZTE4NC00YjA2LWJjYTEtOTgwNTc1NjgzMzA5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjM3OWJkYi1lMTg0LTRiMDYtYmNhMS05ODA1NzU2ODMzMDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-8b8284bb-bebc-4c30-baa2-3db07f705a11 {
  display: none;
}
#s-8b8284bb-bebc-4c30-baa2-3db07f705a11, #wrap-s-8b8284bb-bebc-4c30-baa2-3db07f705a11, #wrap-content-s-8b8284bb-bebc-4c30-baa2-3db07f705a11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b8284bb-bebc-4c30-baa2-3db07f705a11 {
  display: none;
}
#s-8b8284bb-bebc-4c30-baa2-3db07f705a11, #wrap-s-8b8284bb-bebc-4c30-baa2-3db07f705a11, #wrap-content-s-8b8284bb-bebc-4c30-baa2-3db07f705a11 { display: none !important; }}@media (max-width: 767px){#s-8b8284bb-bebc-4c30-baa2-3db07f705a11 {
  
}
#s-8b8284bb-bebc-4c30-baa2-3db07f705a11:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDRmMmZhMmItYzFlNS00N2RjLWE3YWYtODE4ZWU3Mzk4ODRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNGYyZmEyYi1jMWU1LTQ3ZGMtYTdhZi04MThlZTczOTg4NGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-8b8284bb-bebc-4c30-baa2-3db07f705a11-root {
    text-align: center;
  }


#s-8b8284bb-bebc-4c30-baa2-3db07f705a11.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b8284bb-bebc-4c30-baa2-3db07f705a11-root {
    text-align: center;
  }


#s-8b8284bb-bebc-4c30-baa2-3db07f705a11.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b8284bb-bebc-4c30-baa2-3db07f705a11-root {
    text-align: center;
  }


#s-8b8284bb-bebc-4c30-baa2-3db07f705a11.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b8284bb-bebc-4c30-baa2-3db07f705a11-root {
    text-align: center;
  }


#s-8b8284bb-bebc-4c30-baa2-3db07f705a11.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b8284bb-bebc-4c30-baa2-3db07f705a11-root {
    text-align: center;
  }


#s-8b8284bb-bebc-4c30-baa2-3db07f705a11.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-90e82f95-7ede-4821-891b-dc3a2e7234e6 {
  text-align: center;
}

#s-90e82f95-7ede-4821-891b-dc3a2e7234e6 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-90e82f95-7ede-4821-891b-dc3a2e7234e6 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-90e82f95-7ede-4821-891b-dc3a2e7234e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-5bda896b-feb7-43ce-82be-df01cdcae96a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5bda896b-feb7-43ce-82be-df01cdcae96a {
  display: none;
}
#s-5bda896b-feb7-43ce-82be-df01cdcae96a, #wrap-s-5bda896b-feb7-43ce-82be-df01cdcae96a, #wrap-content-s-5bda896b-feb7-43ce-82be-df01cdcae96a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bda896b-feb7-43ce-82be-df01cdcae96a {
  display: none;
}
#s-5bda896b-feb7-43ce-82be-df01cdcae96a, #wrap-s-5bda896b-feb7-43ce-82be-df01cdcae96a, #wrap-content-s-5bda896b-feb7-43ce-82be-df01cdcae96a { display: none !important; }}
#s-5bda896b-feb7-43ce-82be-df01cdcae96a .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a {
  --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-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev svg,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .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-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-5bda896b-feb7-43ce-82be-df01cdcae96a .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a {
  --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-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev svg,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .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-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bda896b-feb7-43ce-82be-df01cdcae96a .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a {
  --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-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev svg,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .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-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-5bda896b-feb7-43ce-82be-df01cdcae96a .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a {
  --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-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev svg,
#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5bda896b-feb7-43ce-82be-df01cdcae96a .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-5bda896b-feb7-43ce-82be-df01cdcae96a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-02ff048c-eaa2-45eb-b01b-90dca3cc03c5 {
  margin-left: auto;
margin-right: auto;
}

#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0e00cfe-7556-4c11-bb4d-cff0f64fbe3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9663c199-57ab-4bb8-89fe-16f6854de438 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9663c199-57ab-4bb8-89fe-16f6854de438 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-79a17d3f-e812-4d4e-887c-20980269a4b3 {
  text-align: center;
}

#s-79a17d3f-e812-4d4e-887c-20980269a4b3 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-79a17d3f-e812-4d4e-887c-20980269a4b3 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-79a17d3f-e812-4d4e-887c-20980269a4b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-8b256441-d745-4f75-9b3f-ee5ae783ea6c-atc-btn-wrapper {
    text-align: center;
  }


#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-8b256441-d745-4f75-9b3f-ee5ae783ea6c-atc-btn-wrapper {
    text-align: center;
  }


#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b256441-d745-4f75-9b3f-ee5ae783ea6c-atc-btn-wrapper {
    text-align: center;
  }


#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8b256441-d745-4f75-9b3f-ee5ae783ea6c-atc-btn-wrapper {
    text-align: center;
  }


#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-8b256441-d745-4f75-9b3f-ee5ae783ea6c-atc-btn-wrapper {
    text-align: center;
  }


#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8b256441-d745-4f75-9b3f-ee5ae783ea6c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-86ab26e3-e36e-420b-8aff-c0767979a0cb {
  margin-left: auto;
margin-right: auto;
}

#s-562b0fa4-9992-4952-bffe-7d58e1279b16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-562b0fa4-9992-4952-bffe-7d58e1279b16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-18064dd8-0f4a-470f-850c-75aa0fc55186 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18064dd8-0f4a-470f-850c-75aa0fc55186 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-39175f66-ad68-4ead-ba44-d0191ae98cc9 {
  text-align: center;
}

#s-39175f66-ad68-4ead-ba44-d0191ae98cc9 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-39175f66-ad68-4ead-ba44-d0191ae98cc9 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-39175f66-ad68-4ead-ba44-d0191ae98cc9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-034dc42b-27b2-4ab6-b880-318b92827e96:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-034dc42b-27b2-4ab6-b880-318b92827e96:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-034dc42b-27b2-4ab6-b880-318b92827e96-atc-btn-wrapper {
    text-align: center;
  }


#s-034dc42b-27b2-4ab6-b880-318b92827e96 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-034dc42b-27b2-4ab6-b880-318b92827e96-atc-btn-wrapper {
    text-align: center;
  }


#s-034dc42b-27b2-4ab6-b880-318b92827e96 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-034dc42b-27b2-4ab6-b880-318b92827e96-atc-btn-wrapper {
    text-align: center;
  }


#s-034dc42b-27b2-4ab6-b880-318b92827e96 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-034dc42b-27b2-4ab6-b880-318b92827e96-atc-btn-wrapper {
    text-align: center;
  }


#s-034dc42b-27b2-4ab6-b880-318b92827e96 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-034dc42b-27b2-4ab6-b880-318b92827e96-atc-btn-wrapper {
    text-align: center;
  }


#s-034dc42b-27b2-4ab6-b880-318b92827e96 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-034dc42b-27b2-4ab6-b880-318b92827e96.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-697030c2-873d-44c5-bc3f-7e4f2744f39b {
  margin-left: auto;
margin-right: auto;
}

#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f23693cb-eb2d-444d-9afc-0a8e98b6c64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b37c23cb-c981-4300-b666-39daa0477e52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b37c23cb-c981-4300-b666-39daa0477e52 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-668eb045-c168-406b-b068-b1cc5394c97d {
  text-align: center;
}

#s-668eb045-c168-406b-b068-b1cc5394c97d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-668eb045-c168-406b-b068-b1cc5394c97d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-668eb045-c168-406b-b068-b1cc5394c97d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e-atc-btn-wrapper {
    text-align: center;
  }


#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e-atc-btn-wrapper {
    text-align: center;
  }


#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e-atc-btn-wrapper {
    text-align: center;
  }


#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e-atc-btn-wrapper {
    text-align: center;
  }


#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e-atc-btn-wrapper {
    text-align: center;
  }


#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5ae97c25-ba3d-4dc8-bf64-3c77e951006e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-2499b444-6d87-4e43-89cc-63d403cd6b69 {
  margin-left: auto;
margin-right: auto;
}

#s-40a12009-a426-45b8-b415-a3d736799bbb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a12009-a426-45b8-b415-a3d736799bbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c1faaae-dc03-433c-a341-2da3fa944899 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c1faaae-dc03-433c-a341-2da3fa944899 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ca991604-fae4-4601-848a-6fda47408ea3 {
  text-align: center;
}

#s-ca991604-fae4-4601-848a-6fda47408ea3 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca991604-fae4-4601-848a-6fda47408ea3 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-ca991604-fae4-4601-848a-6fda47408ea3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-208f33ed-2d7f-4dea-b612-386c0f17fbac:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-208f33ed-2d7f-4dea-b612-386c0f17fbac:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-208f33ed-2d7f-4dea-b612-386c0f17fbac-atc-btn-wrapper {
    text-align: center;
  }


#s-208f33ed-2d7f-4dea-b612-386c0f17fbac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-208f33ed-2d7f-4dea-b612-386c0f17fbac-atc-btn-wrapper {
    text-align: center;
  }


#s-208f33ed-2d7f-4dea-b612-386c0f17fbac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-208f33ed-2d7f-4dea-b612-386c0f17fbac-atc-btn-wrapper {
    text-align: center;
  }


#s-208f33ed-2d7f-4dea-b612-386c0f17fbac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-208f33ed-2d7f-4dea-b612-386c0f17fbac-atc-btn-wrapper {
    text-align: center;
  }


#s-208f33ed-2d7f-4dea-b612-386c0f17fbac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-208f33ed-2d7f-4dea-b612-386c0f17fbac-atc-btn-wrapper {
    text-align: center;
  }


#s-208f33ed-2d7f-4dea-b612-386c0f17fbac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-208f33ed-2d7f-4dea-b612-386c0f17fbac.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-128e7922-60af-428b-a1e5-e90e6a627bc4 {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-128e7922-60af-428b-a1e5-e90e6a627bc4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-128e7922-60af-428b-a1e5-e90e6a627bc4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzNzliZGItZTE4NC00YjA2LWJjYTEtOTgwNTc1NjgzMzA5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjM3OWJkYi1lMTg0LTRiMDYtYmNhMS05ODA1NzU2ODMzMDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-128e7922-60af-428b-a1e5-e90e6a627bc4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-128e7922-60af-428b-a1e5-e90e6a627bc4 {
  
}
}@media (max-width: 767px){#s-128e7922-60af-428b-a1e5-e90e6a627bc4 {
  margin-left: 0%;
margin-right: 0%;
}
#s-128e7922-60af-428b-a1e5-e90e6a627bc4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA3Y2Y5NzAtOTU3NC00NjFiLTg3NGYtNTIxNzkzM2E4NzhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDdjZjk3MC05NTc0LTQ2MWItODc0Zi01MjE3OTMzYTg3OGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-128e7922-60af-428b-a1e5-e90e6a627bc4-root {
    text-align: center;
  }


#s-128e7922-60af-428b-a1e5-e90e6a627bc4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-128e7922-60af-428b-a1e5-e90e6a627bc4-root {
    text-align: center;
  }


#s-128e7922-60af-428b-a1e5-e90e6a627bc4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-128e7922-60af-428b-a1e5-e90e6a627bc4-root {
    text-align: center;
  }


#s-128e7922-60af-428b-a1e5-e90e6a627bc4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-128e7922-60af-428b-a1e5-e90e6a627bc4-root {
    text-align: center;
  }


#s-128e7922-60af-428b-a1e5-e90e6a627bc4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-128e7922-60af-428b-a1e5-e90e6a627bc4-root {
    text-align: center;
  }


#s-128e7922-60af-428b-a1e5-e90e6a627bc4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $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}