.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-a7553700-5629-439a-8e6f-aa41b6fa9391 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a7553700-5629-439a-8e6f-aa41b6fa9391 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7553700-5629-439a-8e6f-aa41b6fa9391 {
  
}
}







#s-a7553700-5629-439a-8e6f-aa41b6fa9391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7553700-5629-439a-8e6f-aa41b6fa9391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-893b9f10-ab98-42cc-a4f6-8edc52bfe133 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-893b9f10-ab98-42cc-a4f6-8edc52bfe133 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-893b9f10-ab98-42cc-a4f6-8edc52bfe133 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-893b9f10-ab98-42cc-a4f6-8edc52bfe133 {
  
}
}
#s-893b9f10-ab98-42cc-a4f6-8edc52bfe133 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-893b9f10-ab98-42cc-a4f6-8edc52bfe133 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-893b9f10-ab98-42cc-a4f6-8edc52bfe133 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@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 {
  -webkit-animation: fadeIn 0.5s;
  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-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 {
  
}
}

  #s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(237, 242, 244, 1);
    border: 1px solid #DDDDDD;
  }
  #s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(202, 217, 223, 1);
    border: 1px solid #DDDDDD;
  }
#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(44, 61, 79, 1);
  font-family: Noto Sans;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(44, 61, 79, 1);
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(202, 217, 223, 1);
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 1200px){
  #s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(237, 242, 244, 1);
    border: 1px solid #DDDDDD;
  }
  #s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(202, 217, 223, 1);
    border: 1px solid #DDDDDD;
  }
#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(44, 61, 79, 1);
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(44, 61, 79, 1);
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(202, 217, 223, 1);
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(237, 242, 244, 1);
    border: 1px solid rgba(95, 154, 199, 1);
  }
  #s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(181, 206, 215, 1);
    border: 1px solid #DDDDDD;
  }
#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(64, 88, 113, 1);
  font-family: Noto Sans;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(44, 61, 79, 1);
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(181, 206, 215, 1);
}

#s-5fdd3eb1-bc0f-4e61-b148-5943e4db61d8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
}
}
#s-72bf04a2-41e5-475e-9ed3-d7b9797b9081 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-72bf04a2-41e5-475e-9ed3-d7b9797b9081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72bf04a2-41e5-475e-9ed3-d7b9797b9081.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  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-6a96806a-985b-4c25-84d7-e78279276064 {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-6a96806a-985b-4c25-84d7-e78279276064 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-6a96806a-985b-4c25-84d7-e78279276064 {
  opacity: 1;
}
}
#s-6a96806a-985b-4c25-84d7-e78279276064 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 {
  --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-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev,
#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev svg,
#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 .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-6a96806a-985b-4c25-84d7-e78279276064 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a96806a-985b-4c25-84d7-e78279276064 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 {
  --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-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev,
#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev svg,
#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 .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-6a96806a-985b-4c25-84d7-e78279276064 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-6a96806a-985b-4c25-84d7-e78279276064 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 {
  --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-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev,
#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next {
  
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev svg,
#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6a96806a-985b-4c25-84d7-e78279276064 .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-6a96806a-985b-4c25-84d7-e78279276064 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-c8e72c28-be26-42bb-8256-8e6ad0b3745d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c8e72c28-be26-42bb-8256-8e6ad0b3745d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8e72c28-be26-42bb-8256-8e6ad0b3745d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.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 {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-16cc73d7-f451-4693-a82a-e0ada6b203a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-16cc73d7-f451-4693-a82a-e0ada6b203a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-16cc73d7-f451-4693-a82a-e0ada6b203a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-16cc73d7-f451-4693-a82a-e0ada6b203a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-16cc73d7-f451-4693-a82a-e0ada6b203a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cc73d7-f451-4693-a82a-e0ada6b203a8.shogun-image {
  box-sizing: border-box;
}




}
#s-4339be25-08e8-47f0-938b-b322588b4acd {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-4339be25-08e8-47f0-938b-b322588b4acd .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d5918774-76ce-453b-b32e-286b250bd06a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d5918774-76ce-453b-b32e-286b250bd06a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5918774-76ce-453b-b32e-286b250bd06a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e332eb-b9fa-4e4c-8d47-c73af8b605e5.shogun-image {
  box-sizing: border-box;
}




}
#s-fabc847f-1b29-4664-b06c-129c6dd22e9f {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-fabc847f-1b29-4664-b06c-129c6dd22e9f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-42eb4800-2943-4c8c-afd9-b629c301505f {
  margin-left: auto;
margin-right: auto;
}

#s-eff3e636-0cb9-42ce-9dc8-a69c1e2b423a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eff3e636-0cb9-42ce-9dc8-a69c1e2b423a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eff3e636-0cb9-42ce-9dc8-a69c1e2b423a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed .shogun-image-content {
  
    align-items: center;
  
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed .shogun-image-content {
  
    align-items: center;
  
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed .shogun-image-content {
  
    align-items: center;
  
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed .shogun-image-content {
  
    align-items: center;
  
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed .shogun-image-content {
  
    align-items: center;
  
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a59ad91-f658-40fb-87f4-4b4cf1a4baed.shogun-image {
  box-sizing: border-box;
}




}
#s-59c54d48-1d2f-439d-afd8-8f6d14069fc9 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-59c54d48-1d2f-439d-afd8-8f6d14069fc9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



.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: 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-dfc9a87c-495a-4229-8adf-4389e7edb5da {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc9a87c-495a-4229-8adf-4389e7edb5da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f9248193-23ab-4fed-9f94-b2ffc7e51ded .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-dd021440-70c2-4011-95b4-dad9dd907b9a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-dd021440-70c2-4011-95b4-dad9dd907b9a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-dd021440-70c2-4011-95b4-dad9dd907b9a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd021440-70c2-4011-95b4-dad9dd907b9a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-dd021440-70c2-4011-95b4-dad9dd907b9a .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-a8063dc1-0465-4c59-8c35-cb01759d538e {
  margin-left: auto;
margin-right: auto;
}

#s-431308e1-c365-45c0-b610-22c50eedc2c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-431308e1-c365-45c0-b610-22c50eedc2c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-431308e1-c365-45c0-b610-22c50eedc2c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-41e48641-7b98-4b0a-a518-36d25e68109b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-41e48641-7b98-4b0a-a518-36d25e68109b .shogun-image-content {
  
    align-items: center;
  
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-41e48641-7b98-4b0a-a518-36d25e68109b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-41e48641-7b98-4b0a-a518-36d25e68109b .shogun-image-content {
  
    align-items: center;
  
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-41e48641-7b98-4b0a-a518-36d25e68109b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-41e48641-7b98-4b0a-a518-36d25e68109b .shogun-image-content {
  
    align-items: center;
  
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-41e48641-7b98-4b0a-a518-36d25e68109b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-41e48641-7b98-4b0a-a518-36d25e68109b .shogun-image-content {
  
    align-items: center;
  
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-41e48641-7b98-4b0a-a518-36d25e68109b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-41e48641-7b98-4b0a-a518-36d25e68109b .shogun-image-content {
  
    align-items: center;
  
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e48641-7b98-4b0a-a518-36d25e68109b.shogun-image {
  box-sizing: border-box;
}




}
#s-b820c1ea-9aa7-4788-a1ed-9421399f765d {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-b820c1ea-9aa7-4788-a1ed-9421399f765d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-71cebd5e-66cb-463f-98d8-0c9a320832df {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cebd5e-66cb-463f-98d8-0c9a320832df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-59905f2d-448b-4ebb-9965-a726ba240484 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-59905f2d-448b-4ebb-9965-a726ba240484 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-2a8788fc-6c97-4981-8532-0ce3465e1287 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2a8788fc-6c97-4981-8532-0ce3465e1287 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-2a8788fc-6c97-4981-8532-0ce3465e1287 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a8788fc-6c97-4981-8532-0ce3465e1287 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-2a8788fc-6c97-4981-8532-0ce3465e1287 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-a6084c28-039b-4095-a062-372de370de4f {
  margin-left: auto;
margin-right: auto;
}

#s-a5db6b95-5437-470e-a9c1-38c0de6ed559 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a5db6b95-5437-470e-a9c1-38c0de6ed559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5db6b95-5437-470e-a9c1-38c0de6ed559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-cf854748-2936-459b-8844-8f56ee826ee5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf854748-2936-459b-8844-8f56ee826ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-cf854748-2936-459b-8844-8f56ee826ee5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf854748-2936-459b-8844-8f56ee826ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-cf854748-2936-459b-8844-8f56ee826ee5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf854748-2936-459b-8844-8f56ee826ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-cf854748-2936-459b-8844-8f56ee826ee5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf854748-2936-459b-8844-8f56ee826ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-cf854748-2936-459b-8844-8f56ee826ee5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf854748-2936-459b-8844-8f56ee826ee5 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf854748-2936-459b-8844-8f56ee826ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf854748-2936-459b-8844-8f56ee826ee5.shogun-image {
  box-sizing: border-box;
}




}
#s-3ab417dc-a032-48c6-ade5-843a95349d42 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-3ab417dc-a032-48c6-ade5-843a95349d42 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-559f4092-9f4c-4576-b358-68af55e2b234 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559f4092-9f4c-4576-b358-68af55e2b234 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0295cc32-9cc6-417c-897e-77336020dfbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-0295cc32-9cc6-417c-897e-77336020dfbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-f8d9bf78-862d-48bf-a773-7fd9c73dd2c3 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-f8d9bf78-862d-48bf-a773-7fd9c73dd2c3 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-f8d9bf78-862d-48bf-a773-7fd9c73dd2c3 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8d9bf78-862d-48bf-a773-7fd9c73dd2c3 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-f8d9bf78-862d-48bf-a773-7fd9c73dd2c3 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-f5ea0778-e073-49dc-8c1f-bf89cf67d665 {
  margin-left: auto;
margin-right: auto;
}

#s-88c10c4b-4ed5-4cfe-b605-97e368537644 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-88c10c4b-4ed5-4cfe-b605-97e368537644 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88c10c4b-4ed5-4cfe-b605-97e368537644.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc8bbd2-2f70-402f-a0d6-4cc1ae686315.shogun-image {
  box-sizing: border-box;
}




}
#s-b6955eab-5859-4909-82cf-776c69a1c6e0 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-b6955eab-5859-4909-82cf-776c69a1c6e0 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ee2a4869-74e6-4a24-98e4-73f24969e99f {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2a4869-74e6-4a24-98e4-73f24969e99f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6fa0d3b1-9863-4996-95d9-134de69f3308 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6fa0d3b1-9863-4996-95d9-134de69f3308 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-919c80c3-156d-4de1-a0f6-35cf8e890e5b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-919c80c3-156d-4de1-a0f6-35cf8e890e5b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-919c80c3-156d-4de1-a0f6-35cf8e890e5b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-919c80c3-156d-4de1-a0f6-35cf8e890e5b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-919c80c3-156d-4de1-a0f6-35cf8e890e5b .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-66001bca-3a92-44ab-b499-c62bed20e6ea {
  margin-left: auto;
margin-right: auto;
}

#s-5ca924d3-19c6-43c7-aa98-d3c0d739c817 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5ca924d3-19c6-43c7-aa98-d3c0d739c817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ca924d3-19c6-43c7-aa98-d3c0d739c817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-2d69266b-1e1a-4266-85ad-977e5b49d102 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-2d69266b-1e1a-4266-85ad-977e5b49d102 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-2d69266b-1e1a-4266-85ad-977e5b49d102 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-2d69266b-1e1a-4266-85ad-977e5b49d102 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-2d69266b-1e1a-4266-85ad-977e5b49d102 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d69266b-1e1a-4266-85ad-977e5b49d102.shogun-image {
  box-sizing: border-box;
}




}
#s-37c85cf5-c57d-4aa8-a6ef-ccf49014de3f {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-37c85cf5-c57d-4aa8-a6ef-ccf49014de3f .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9ef66458-e027-4cfe-a995-b52eeada8f40 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef66458-e027-4cfe-a995-b52eeada8f40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e2d7d5cd-69c3-4386-91cd-0cf91ad95273 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-c825f769-976d-43fa-9d96-d99a8855a1ad {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-c825f769-976d-43fa-9d96-d99a8855a1ad .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-c825f769-976d-43fa-9d96-d99a8855a1ad .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c825f769-976d-43fa-9d96-d99a8855a1ad .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-c825f769-976d-43fa-9d96-d99a8855a1ad .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-20e42570-46d0-4c3e-8f14-8a1e80cc8087 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-20e42570-46d0-4c3e-8f14-8a1e80cc8087 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20e42570-46d0-4c3e-8f14-8a1e80cc8087 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20e42570-46d0-4c3e-8f14-8a1e80cc8087 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-20e42570-46d0-4c3e-8f14-8a1e80cc8087 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-20e42570-46d0-4c3e-8f14-8a1e80cc8087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20e42570-46d0-4c3e-8f14-8a1e80cc8087"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-20e42570-46d0-4c3e-8f14-8a1e80cc8087"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-20e42570-46d0-4c3e-8f14-8a1e80cc8087"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e6ff5ccc-c849-42e4-a194-34e9332f8fcc {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e6ff5ccc-c849-42e4-a194-34e9332f8fcc {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6ff5ccc-c849-42e4-a194-34e9332f8fcc {
  
}
}@media (max-width: 767px){#s-e6ff5ccc-c849-42e4-a194-34e9332f8fcc {
  
}
}







#s-e6ff5ccc-c849-42e4-a194-34e9332f8fcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6ff5ccc-c849-42e4-a194-34e9332f8fcc {
  cursor: pointer;
}#s-e6ff5ccc-c849-42e4-a194-34e9332f8fcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c {
  margin-left: 50%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4234e03d-1035-4e96-9e4e-cf6b31f03c2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-1e0f40b3-9d4a-4fd0-9496-d4268e994a99 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1e0f40b3-9d4a-4fd0-9496-d4268e994a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e0f40b3-9d4a-4fd0-9496-d4268e994a99 {
  cursor: pointer;
}#s-1e0f40b3-9d4a-4fd0-9496-d4268e994a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

.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 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-ce99e78b-3afb-43b2-8c0c-3c07dd29db44 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
}

#s-302632ba-7e60-43a4-b13e-74aa7914145f {
  margin-left: 0%;
margin-right: 0%;
min-height: 55px;
}








#s-302632ba-7e60-43a4-b13e-74aa7914145f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-302632ba-7e60-43a4-b13e-74aa7914145f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6530629-0b02-4d63-ba7b-f359e6de1c12 {
  margin-left: auto;
margin-right: auto;
}

#s-e6530629-0b02-4d63-ba7b-f359e6de1c12 .shogun-icon-wrapper {
  text-align: center;
}


#s-e6530629-0b02-4d63-ba7b-f359e6de1c12 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-57eb3910-d530-454b-9706-3980cf3c8c6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-57eb3910-d530-454b-9706-3980cf3c8c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57eb3910-d530-454b-9706-3980cf3c8c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c87f625-f262-4f5d-8c80-ba723373b9cd {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-1c87f625-f262-4f5d-8c80-ba723373b9cd {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-1c87f625-f262-4f5d-8c80-ba723373b9cd {
  opacity: 1;
}
}
#s-1c87f625-f262-4f5d-8c80-ba723373b9cd .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd {
  --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-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev,
#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev svg,
#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd .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-1c87f625-f262-4f5d-8c80-ba723373b9cd .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c87f625-f262-4f5d-8c80-ba723373b9cd .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd {
  --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-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev,
#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev svg,
#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd .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-1c87f625-f262-4f5d-8c80-ba723373b9cd .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-1c87f625-f262-4f5d-8c80-ba723373b9cd .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd {
  --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-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev,
#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev svg,
#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1c87f625-f262-4f5d-8c80-ba723373b9cd .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-1c87f625-f262-4f5d-8c80-ba723373b9cd .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-747b248e-3e2c-4fb2-8142-6293835f50fa {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-b4744ecc-bd05-4079-9d54-cadc0df4beaf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b4744ecc-bd05-4079-9d54-cadc0df4beaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4744ecc-bd05-4079-9d54-cadc0df4beaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4f79aef-4ab5-4c5e-9cfd-9ea09f850c63.shogun-image {
  box-sizing: border-box;
}




}
#s-1729280a-6ece-4218-b878-a0c616324ea9 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-1729280a-6ece-4218-b878-a0c616324ea9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a128e3-a1fa-4b51-8ab7-2e2cae0f0ffd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b478add9-2515-4834-8301-0a73074b03d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b478add9-2515-4834-8301-0a73074b03d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-364608b0-4629-4f24-b53d-0da1215796fb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-364608b0-4629-4f24-b53d-0da1215796fb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-364608b0-4629-4f24-b53d-0da1215796fb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-364608b0-4629-4f24-b53d-0da1215796fb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-364608b0-4629-4f24-b53d-0da1215796fb .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-54aa37b8-8fb1-4164-a5a0-5030209c37b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-2edefaa8-8d73-498c-8b14-3a83c38a7e08 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2edefaa8-8d73-498c-8b14-3a83c38a7e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2edefaa8-8d73-498c-8b14-3a83c38a7e08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e7fb14-05bd-4dcb-a10b-79e5857c40b6.shogun-image {
  box-sizing: border-box;
}




}
#s-ce1c100d-47b0-4ff5-a73f-84dcaf4c9faf {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-ce1c100d-47b0-4ff5-a73f-84dcaf4c9faf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d4b5f1-5a99-4ee8-b589-e918773202a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8363956-1dde-473f-ad2c-acccafababb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e8363956-1dde-473f-ad2c-acccafababb7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-39bba1c7-65e6-472a-b50e-925abd2f6e57 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-39bba1c7-65e6-472a-b50e-925abd2f6e57 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-39bba1c7-65e6-472a-b50e-925abd2f6e57 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39bba1c7-65e6-472a-b50e-925abd2f6e57 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-39bba1c7-65e6-472a-b50e-925abd2f6e57 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-139de0ee-619c-447f-9447-a57199fb6a46 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-1ef1ef20-94c4-410b-b9f9-69119060c3e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1ef1ef20-94c4-410b-b9f9-69119060c3e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ef1ef20-94c4-410b-b9f9-69119060c3e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e2941cc9-dc23-4e25-83e9-d263796d05f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e2941cc9-dc23-4e25-83e9-d263796d05f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e2941cc9-dc23-4e25-83e9-d263796d05f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e2941cc9-dc23-4e25-83e9-d263796d05f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-e2941cc9-dc23-4e25-83e9-d263796d05f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2941cc9-dc23-4e25-83e9-d263796d05f8.shogun-image {
  box-sizing: border-box;
}




}
#s-3ea8ae69-5052-4454-95f7-98340d37d2a6 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-3ea8ae69-5052-4454-95f7-98340d37d2a6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84cb9f2-2d4e-46de-95b0-5dec4b37cbf5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-58041469-1e36-4121-abd6-ebe1ee791694 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-58041469-1e36-4121-abd6-ebe1ee791694 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-487cb7e4-600a-49cb-8e75-a82d9cb7e2cb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-487cb7e4-600a-49cb-8e75-a82d9cb7e2cb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-487cb7e4-600a-49cb-8e75-a82d9cb7e2cb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-487cb7e4-600a-49cb-8e75-a82d9cb7e2cb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-487cb7e4-600a-49cb-8e75-a82d9cb7e2cb .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-b95060a8-fa96-4b3f-9d56-c355836b51ce {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-4559786f-52ca-4b32-bf84-17e85d831c41 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4559786f-52ca-4b32-bf84-17e85d831c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4559786f-52ca-4b32-bf84-17e85d831c41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-73161653-843e-42b2-96a0-63c3ecaf85e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-73161653-843e-42b2-96a0-63c3ecaf85e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-73161653-843e-42b2-96a0-63c3ecaf85e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-73161653-843e-42b2-96a0-63c3ecaf85e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-73161653-843e-42b2-96a0-63c3ecaf85e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73161653-843e-42b2-96a0-63c3ecaf85e7.shogun-image {
  box-sizing: border-box;
}




}
#s-8785a37d-54a1-421f-aa0a-bbc292f4c42e {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-8785a37d-54a1-421f-aa0a-bbc292f4c42e .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-07323a32-abc8-4c82-aca5-8969ef273ede {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07323a32-abc8-4c82-aca5-8969ef273ede img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-50af4df9-f360-4c70-9042-40b2d131cb62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-50af4df9-f360-4c70-9042-40b2d131cb62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-6442bcf7-ee8d-44b3-9245-5477cc418e42 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-6442bcf7-ee8d-44b3-9245-5477cc418e42 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-6442bcf7-ee8d-44b3-9245-5477cc418e42 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6442bcf7-ee8d-44b3-9245-5477cc418e42 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-6442bcf7-ee8d-44b3-9245-5477cc418e42 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-f2d36a88-469a-4968-a5e8-d72c0e3b5b56 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-7cfd7e0d-1ee0-4475-85af-8ef27bc5beb5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7cfd7e0d-1ee0-4475-85af-8ef27bc5beb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cfd7e0d-1ee0-4475-85af-8ef27bc5beb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7cbf9bb-04ea-4a96-8ca4-183505c879aa.shogun-image {
  box-sizing: border-box;
}




}
#s-152cfd3b-44a5-40a1-94f1-f4f28b28a796 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-152cfd3b-44a5-40a1-94f1-f4f28b28a796 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd2d10c-1e90-40b2-a600-ec08671ff34a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-275be7e6-b575-40b7-9277-182831c7ff7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-275be7e6-b575-40b7-9277-182831c7ff7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-478ca25a-f016-4bd3-8dbd-c4fdfd0985fd {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-478ca25a-f016-4bd3-8dbd-c4fdfd0985fd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-478ca25a-f016-4bd3-8dbd-c4fdfd0985fd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-478ca25a-f016-4bd3-8dbd-c4fdfd0985fd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-478ca25a-f016-4bd3-8dbd-c4fdfd0985fd .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a65ea92d-2cbc-44b0-b4a0-1044eef24d67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cb51d582-98a7-4193-8ac1-94a206ca6d04 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-cb51d582-98a7-4193-8ac1-94a206ca6d04 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb51d582-98a7-4193-8ac1-94a206ca6d04 {
  
}
}@media (max-width: 767px){#s-cb51d582-98a7-4193-8ac1-94a206ca6d04 {
  
}
}







#s-cb51d582-98a7-4193-8ac1-94a206ca6d04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb51d582-98a7-4193-8ac1-94a206ca6d04 {
  cursor: pointer;
}#s-cb51d582-98a7-4193-8ac1-94a206ca6d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d492a2a1-30f6-41f2-9232-db26d1fbc422 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d492a2a1-30f6-41f2-9232-db26d1fbc422 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d492a2a1-30f6-41f2-9232-db26d1fbc422 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d492a2a1-30f6-41f2-9232-db26d1fbc422 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d492a2a1-30f6-41f2-9232-db26d1fbc422 {
  margin-left: 50%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-d492a2a1-30f6-41f2-9232-db26d1fbc422"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d492a2a1-30f6-41f2-9232-db26d1fbc422"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d492a2a1-30f6-41f2-9232-db26d1fbc422"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d492a2a1-30f6-41f2-9232-db26d1fbc422"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d492a2a1-30f6-41f2-9232-db26d1fbc422"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d492a2a1-30f6-41f2-9232-db26d1fbc422"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d492a2a1-30f6-41f2-9232-db26d1fbc422"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-58320956-985e-41c7-9d5e-699a208c33de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58320956-985e-41c7-9d5e-699a208c33de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58320956-985e-41c7-9d5e-699a208c33de {
  cursor: pointer;
}#s-58320956-985e-41c7-9d5e-699a208c33de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6eea720-3ac3-4f63-a5d2-bcbdf7d0db46 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
}

#s-cb1d50ea-d1fa-4634-a0ea-3ad11f6b448c {
  margin-left: 0%;
margin-right: 0%;
min-height: 55px;
}








#s-cb1d50ea-d1fa-4634-a0ea-3ad11f6b448c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb1d50ea-d1fa-4634-a0ea-3ad11f6b448c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cb3b157-4463-4314-98ca-b4f1921e8911 {
  margin-left: auto;
margin-right: auto;
}

#s-9cb3b157-4463-4314-98ca-b4f1921e8911 .shogun-icon-wrapper {
  text-align: center;
}


#s-9cb3b157-4463-4314-98ca-b4f1921e8911 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-db4f486e-bcb9-4fbe-9254-7bd79f738ba1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-db4f486e-bcb9-4fbe-9254-7bd79f738ba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db4f486e-bcb9-4fbe-9254-7bd79f738ba1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73f238c1-fe7c-43bc-87c4-4501dc237b52 {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-73f238c1-fe7c-43bc-87c4-4501dc237b52 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-73f238c1-fe7c-43bc-87c4-4501dc237b52 {
  opacity: 1;
}
}
#s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 {
  --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-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev,
#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev svg,
#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .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-73f238c1-fe7c-43bc-87c4-4501dc237b52 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){#s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 {
  --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-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev,
#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev svg,
#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .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-73f238c1-fe7c-43bc-87c4-4501dc237b52 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 {
  --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-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev,
#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev svg,
#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-73f238c1-fe7c-43bc-87c4-4501dc237b52 .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-73f238c1-fe7c-43bc-87c4-4501dc237b52 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-5dfd94fd-00af-43dd-a0da-0a3b937eac93 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-eafd78ff-5afb-4503-9fb7-235ade3c2005 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eafd78ff-5afb-4503-9fb7-235ade3c2005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eafd78ff-5afb-4503-9fb7-235ade3c2005.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-820cd081-7bf2-4fd7-b535-3123259983fa {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-820cd081-7bf2-4fd7-b535-3123259983fa .shogun-image-content {
  
    align-items: center;
  
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-820cd081-7bf2-4fd7-b535-3123259983fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-820cd081-7bf2-4fd7-b535-3123259983fa .shogun-image-content {
  
    align-items: center;
  
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-820cd081-7bf2-4fd7-b535-3123259983fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-820cd081-7bf2-4fd7-b535-3123259983fa .shogun-image-content {
  
    align-items: center;
  
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-820cd081-7bf2-4fd7-b535-3123259983fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-820cd081-7bf2-4fd7-b535-3123259983fa .shogun-image-content {
  
    align-items: center;
  
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-820cd081-7bf2-4fd7-b535-3123259983fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-820cd081-7bf2-4fd7-b535-3123259983fa .shogun-image-content {
  
    align-items: center;
  
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820cd081-7bf2-4fd7-b535-3123259983fa.shogun-image {
  box-sizing: border-box;
}




}
#s-b9a6515a-2dc7-4efa-b1db-1711c0991945 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-b9a6515a-2dc7-4efa-b1db-1711c0991945 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1eeddde-6a9b-4db6-8544-3e2f7c81dac1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-805ecb96-d5df-47f6-b903-fe409f9451d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-805ecb96-d5df-47f6-b903-fe409f9451d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-f8d8b5c1-9d10-4d13-8e53-ee9e8f593c90 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-f8d8b5c1-9d10-4d13-8e53-ee9e8f593c90 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-f8d8b5c1-9d10-4d13-8e53-ee9e8f593c90 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8d8b5c1-9d10-4d13-8e53-ee9e8f593c90 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-f8d8b5c1-9d10-4d13-8e53-ee9e8f593c90 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-f4f2b0ef-af73-4577-b96b-c265b77ad4d0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-ca51c385-6df7-43a3-a7fe-0be0f54b7f8b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ca51c385-6df7-43a3-a7fe-0be0f54b7f8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca51c385-6df7-43a3-a7fe-0be0f54b7f8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6f6aeb34-0358-45e2-885a-39aeefb262bd .shogun-image-content {
  
    align-items: center;
  
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6f6aeb34-0358-45e2-885a-39aeefb262bd .shogun-image-content {
  
    align-items: center;
  
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6f6aeb34-0358-45e2-885a-39aeefb262bd .shogun-image-content {
  
    align-items: center;
  
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6f6aeb34-0358-45e2-885a-39aeefb262bd .shogun-image-content {
  
    align-items: center;
  
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6f6aeb34-0358-45e2-885a-39aeefb262bd .shogun-image-content {
  
    align-items: center;
  
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f6aeb34-0358-45e2-885a-39aeefb262bd.shogun-image {
  box-sizing: border-box;
}




}
#s-846cdc8a-39f6-46ae-96f1-4519c695b8af {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-846cdc8a-39f6-46ae-96f1-4519c695b8af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03db6bd-7aed-494b-ac7d-b1cbcb7167a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-99095511-39ad-4f02-a13e-346c9162af21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-99095511-39ad-4f02-a13e-346c9162af21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-c068c943-4015-42cb-85a8-4150c7b6cddb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-c068c943-4015-42cb-85a8-4150c7b6cddb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-c068c943-4015-42cb-85a8-4150c7b6cddb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c068c943-4015-42cb-85a8-4150c7b6cddb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-c068c943-4015-42cb-85a8-4150c7b6cddb .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-f48145d9-7459-4d94-98d5-9f45c837d6a6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-e547eebb-7bb1-4e20-afc4-c9458a8ef3c1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e547eebb-7bb1-4e20-afc4-c9458a8ef3c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e547eebb-7bb1-4e20-afc4-c9458a8ef3c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f856606-d30b-4505-a383-cb87415a1788 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-9f856606-d30b-4505-a383-cb87415a1788 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f856606-d30b-4505-a383-cb87415a1788 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f856606-d30b-4505-a383-cb87415a1788 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9f856606-d30b-4505-a383-cb87415a1788 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-9f856606-d30b-4505-a383-cb87415a1788 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f856606-d30b-4505-a383-cb87415a1788 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f856606-d30b-4505-a383-cb87415a1788 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9f856606-d30b-4505-a383-cb87415a1788 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-9f856606-d30b-4505-a383-cb87415a1788 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f856606-d30b-4505-a383-cb87415a1788 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f856606-d30b-4505-a383-cb87415a1788 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9f856606-d30b-4505-a383-cb87415a1788 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-9f856606-d30b-4505-a383-cb87415a1788 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f856606-d30b-4505-a383-cb87415a1788 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f856606-d30b-4505-a383-cb87415a1788 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9f856606-d30b-4505-a383-cb87415a1788 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-9f856606-d30b-4505-a383-cb87415a1788 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f856606-d30b-4505-a383-cb87415a1788 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f856606-d30b-4505-a383-cb87415a1788 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-9f856606-d30b-4505-a383-cb87415a1788 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f856606-d30b-4505-a383-cb87415a1788.shogun-image {
  box-sizing: border-box;
}




}
#s-45516d4c-9847-4735-aaae-0b09f7e2d1c8 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-45516d4c-9847-4735-aaae-0b09f7e2d1c8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1036ce46-04a7-41a3-b870-ee04f57370ea {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1036ce46-04a7-41a3-b870-ee04f57370ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-14b0b393-c2d5-4c32-a6e0-63f5e573e0ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-adbdbb03-009d-499c-8a41-caa4906820bd {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-adbdbb03-009d-499c-8a41-caa4906820bd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-adbdbb03-009d-499c-8a41-caa4906820bd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adbdbb03-009d-499c-8a41-caa4906820bd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-adbdbb03-009d-499c-8a41-caa4906820bd .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-3028159b-12a4-40ed-9c8b-0c9032a541e0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-08d3ac4b-be76-4bf2-ac82-b9d4670dbd4a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-08d3ac4b-be76-4bf2-ac82-b9d4670dbd4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08d3ac4b-be76-4bf2-ac82-b9d4670dbd4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-3bc71651-971a-46dc-abab-0d513eb1d0b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-3bc71651-971a-46dc-abab-0d513eb1d0b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-3bc71651-971a-46dc-abab-0d513eb1d0b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-3bc71651-971a-46dc-abab-0d513eb1d0b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-3bc71651-971a-46dc-abab-0d513eb1d0b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc71651-971a-46dc-abab-0d513eb1d0b3.shogun-image {
  box-sizing: border-box;
}




}
#s-116f1995-9313-40f4-b890-9d0ba900ff78 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-116f1995-9313-40f4-b890-9d0ba900ff78 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8b2898f9-995e-4526-96dc-03f4a6b61cff {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2898f9-995e-4526-96dc-03f4a6b61cff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a8c527bd-ce7e-43e5-8cff-dd4b24d7918e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-7b29a709-0bb4-4e1d-a020-c9d8b13d9f06 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-7b29a709-0bb4-4e1d-a020-c9d8b13d9f06 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-7b29a709-0bb4-4e1d-a020-c9d8b13d9f06 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b29a709-0bb4-4e1d-a020-c9d8b13d9f06 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-7b29a709-0bb4-4e1d-a020-c9d8b13d9f06 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-2bd617bc-db44-4fbf-81a7-0ed542b9906f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-caa7c650-5af0-4394-85b1-c52f230f66dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-caa7c650-5af0-4394-85b1-c52f230f66dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caa7c650-5af0-4394-85b1-c52f230f66dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ec1d2b-95f9-42f5-8dc8-a95f30119b8d.shogun-image {
  box-sizing: border-box;
}




}
#s-a690987c-2c91-4bbe-9ad6-edcc59fccdd1 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-a690987c-2c91-4bbe-9ad6-edcc59fccdd1 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f4616f-af4f-4e88-ab4e-ec6d3cf4f519 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a5386d41-bbd0-4898-ab30-a8d9627ced98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-b9405509-957a-4137-b97c-2831a07ebb2c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-b9405509-957a-4137-b97c-2831a07ebb2c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-b9405509-957a-4137-b97c-2831a07ebb2c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9405509-957a-4137-b97c-2831a07ebb2c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-b9405509-957a-4137-b97c-2831a07ebb2c .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4bbfbc8-a6e6-4e9d-badb-b0ba58df897b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1453d680-d962-4ef5-a6c4-588ca0ec2797 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-1453d680-d962-4ef5-a6c4-588ca0ec2797 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1453d680-d962-4ef5-a6c4-588ca0ec2797 {
  
}
}@media (max-width: 767px){#s-1453d680-d962-4ef5-a6c4-588ca0ec2797 {
  
}
}







#s-1453d680-d962-4ef5-a6c4-588ca0ec2797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1453d680-d962-4ef5-a6c4-588ca0ec2797 {
  cursor: pointer;
}#s-1453d680-d962-4ef5-a6c4-588ca0ec2797.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ce4fc52-836b-41a8-b70b-96ff8db06e08 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-2ce4fc52-836b-41a8-b70b-96ff8db06e08 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ce4fc52-836b-41a8-b70b-96ff8db06e08 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ce4fc52-836b-41a8-b70b-96ff8db06e08 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2ce4fc52-836b-41a8-b70b-96ff8db06e08 {
  margin-left: 50%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-2ce4fc52-836b-41a8-b70b-96ff8db06e08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2ce4fc52-836b-41a8-b70b-96ff8db06e08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce4fc52-836b-41a8-b70b-96ff8db06e08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce4fc52-836b-41a8-b70b-96ff8db06e08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce4fc52-836b-41a8-b70b-96ff8db06e08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce4fc52-836b-41a8-b70b-96ff8db06e08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce4fc52-836b-41a8-b70b-96ff8db06e08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-6f202a5f-f2c4-4019-a1ca-0c20b6d44cd6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6f202a5f-f2c4-4019-a1ca-0c20b6d44cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f202a5f-f2c4-4019-a1ca-0c20b6d44cd6 {
  cursor: pointer;
}#s-6f202a5f-f2c4-4019-a1ca-0c20b6d44cd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec16024-4685-4778-84c1-34e1b7e2a2f4 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
}

#s-c59bc4f1-867d-467a-8fa5-a01f7359817f {
  margin-left: 0%;
margin-right: 0%;
min-height: 55px;
}








#s-c59bc4f1-867d-467a-8fa5-a01f7359817f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c59bc4f1-867d-467a-8fa5-a01f7359817f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8093dc96-cf6a-4766-8120-a38f1fcd4a24 {
  margin-left: auto;
margin-right: auto;
}

#s-8093dc96-cf6a-4766-8120-a38f1fcd4a24 .shogun-icon-wrapper {
  text-align: center;
}


#s-8093dc96-cf6a-4766-8120-a38f1fcd4a24 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-51caabbd-da0a-4fe9-a820-c1e3c1f9bed4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-51caabbd-da0a-4fe9-a820-c1e3c1f9bed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51caabbd-da0a-4fe9-a820-c1e3c1f9bed4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-095c31d1-0db4-4082-bba3-379c35571614 {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-095c31d1-0db4-4082-bba3-379c35571614 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-095c31d1-0db4-4082-bba3-379c35571614 {
  opacity: 1;
}
}
#s-095c31d1-0db4-4082-bba3-379c35571614 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 {
  --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-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev,
#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev svg,
#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 .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-095c31d1-0db4-4082-bba3-379c35571614 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){#s-095c31d1-0db4-4082-bba3-379c35571614 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 {
  --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-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev,
#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev svg,
#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 .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-095c31d1-0db4-4082-bba3-379c35571614 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-095c31d1-0db4-4082-bba3-379c35571614 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 {
  --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-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev,
#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev svg,
#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-095c31d1-0db4-4082-bba3-379c35571614 .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-095c31d1-0db4-4082-bba3-379c35571614 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-c847b336-18c1-4e2c-be7f-50012a7fbf84 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-2911017b-7992-4d1c-9143-dd5809fa8b5c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2911017b-7992-4d1c-9143-dd5809fa8b5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2911017b-7992-4d1c-9143-dd5809fa8b5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ed518a99-1b36-43ef-bc80-99228aef8fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ed518a99-1b36-43ef-bc80-99228aef8fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ed518a99-1b36-43ef-bc80-99228aef8fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ed518a99-1b36-43ef-bc80-99228aef8fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ed518a99-1b36-43ef-bc80-99228aef8fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed518a99-1b36-43ef-bc80-99228aef8fd3.shogun-image {
  box-sizing: border-box;
}




}
#s-1db30356-8eb8-4ee6-b259-9e37311be88e {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-1db30356-8eb8-4ee6-b259-9e37311be88e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-006e544f-5a32-4b9f-a683-d09362122c99 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006e544f-5a32-4b9f-a683-d09362122c99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-640d58fb-a67c-442f-b0bd-159a40ca669c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-640d58fb-a67c-442f-b0bd-159a40ca669c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-26ac76c4-6952-44cf-a104-f24bf86238f6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-26ac76c4-6952-44cf-a104-f24bf86238f6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-26ac76c4-6952-44cf-a104-f24bf86238f6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26ac76c4-6952-44cf-a104-f24bf86238f6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-26ac76c4-6952-44cf-a104-f24bf86238f6 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-99808955-a5b5-4a4f-a1b0-bbd7f076ad6c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-9e89af67-c774-4fde-a666-26387fef0c63 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9e89af67-c774-4fde-a666-26387fef0c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e89af67-c774-4fde-a666-26387fef0c63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d1e3b265-1e19-4893-91b2-faec292f39ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d1e3b265-1e19-4893-91b2-faec292f39ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d1e3b265-1e19-4893-91b2-faec292f39ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d1e3b265-1e19-4893-91b2-faec292f39ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d1e3b265-1e19-4893-91b2-faec292f39ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3b265-1e19-4893-91b2-faec292f39ee.shogun-image {
  box-sizing: border-box;
}




}
#s-04bc1ab0-2a44-4b85-9ef3-21df061148cb {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-04bc1ab0-2a44-4b85-9ef3-21df061148cb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0322c7e0-b617-487b-8c63-28dd43dc60ec {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0322c7e0-b617-487b-8c63-28dd43dc60ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-80f0dda6-71ea-4319-8fb9-cd1e3d5a4015 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-fe1862f6-91b1-4a4b-8b98-cea53666b254 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-fe1862f6-91b1-4a4b-8b98-cea53666b254 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-fe1862f6-91b1-4a4b-8b98-cea53666b254 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe1862f6-91b1-4a4b-8b98-cea53666b254 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-fe1862f6-91b1-4a4b-8b98-cea53666b254 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-2c676a21-aba4-49b4-a91f-839e21890afc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-acafc2b9-16a0-4517-8df2-edee7170fe06 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-acafc2b9-16a0-4517-8df2-edee7170fe06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acafc2b9-16a0-4517-8df2-edee7170fe06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf050f84-aa0f-4839-9653-a3c7434bdb4a.shogun-image {
  box-sizing: border-box;
}




}
#s-c02ec87b-8c0a-436d-9f38-b131906facaa {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-c02ec87b-8c0a-436d-9f38-b131906facaa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-16fa7750-9aa5-4be3-9820-a76e69096621 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16fa7750-9aa5-4be3-9820-a76e69096621 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1f00a4ec-e61b-45f5-ad32-37c08e55c195 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-9421f88c-c93e-49e1-ac71-c17ec504ce06 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-9421f88c-c93e-49e1-ac71-c17ec504ce06 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-9421f88c-c93e-49e1-ac71-c17ec504ce06 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9421f88c-c93e-49e1-ac71-c17ec504ce06 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-9421f88c-c93e-49e1-ac71-c17ec504ce06 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-707cb8c9-7242-4b06-bb80-f7e54393363d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-504e8419-5e14-400f-9110-f8db1ae51c0b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-504e8419-5e14-400f-9110-f8db1ae51c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-504e8419-5e14-400f-9110-f8db1ae51c0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6562abb5-7e42-4ad9-86ab-d51541818c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6562abb5-7e42-4ad9-86ab-d51541818c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6562abb5-7e42-4ad9-86ab-d51541818c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6562abb5-7e42-4ad9-86ab-d51541818c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-6562abb5-7e42-4ad9-86ab-d51541818c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6562abb5-7e42-4ad9-86ab-d51541818c65.shogun-image {
  box-sizing: border-box;
}




}
#s-c3ff9842-9fef-43a3-a654-1a58a6596ade {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-c3ff9842-9fef-43a3-a654-1a58a6596ade .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62d2d458-b850-4831-bc74-85d1ad4b35d8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-72b121e5-f34c-4c7f-a148-7ff19092d60a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-72b121e5-f34c-4c7f-a148-7ff19092d60a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-d7e42a98-5c50-488e-b0eb-61432f7ea391 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-d7e42a98-5c50-488e-b0eb-61432f7ea391 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-d7e42a98-5c50-488e-b0eb-61432f7ea391 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7e42a98-5c50-488e-b0eb-61432f7ea391 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-d7e42a98-5c50-488e-b0eb-61432f7ea391 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-ad0613a9-d54e-442e-943a-b7f6f71e98b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-876b24e5-446f-4f19-935e-4e05844fd9e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-876b24e5-446f-4f19-935e-4e05844fd9e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-876b24e5-446f-4f19-935e-4e05844fd9e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddf845b-d0d1-4fe2-b3f7-52d9d408a251.shogun-image {
  box-sizing: border-box;
}




}
#s-25e3cb6f-1e52-4af9-8aef-794ad5951196 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-25e3cb6f-1e52-4af9-8aef-794ad5951196 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-676be943-3859-4958-b12e-8e174c8dc4d9 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-676be943-3859-4958-b12e-8e174c8dc4d9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5651a88e-01fe-46ec-b75d-de7525f7dc85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-69ac29fa-b033-450b-b98b-6bac389cf214 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-69ac29fa-b033-450b-b98b-6bac389cf214 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-69ac29fa-b033-450b-b98b-6bac389cf214 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69ac29fa-b033-450b-b98b-6bac389cf214 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-69ac29fa-b033-450b-b98b-6bac389cf214 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-41146d71-f942-4044-a3b7-53d3fe1f2650 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-41146d71-f942-4044-a3b7-53d3fe1f2650 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41146d71-f942-4044-a3b7-53d3fe1f2650 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-41146d71-f942-4044-a3b7-53d3fe1f2650 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-41146d71-f942-4044-a3b7-53d3fe1f2650 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-41146d71-f942-4044-a3b7-53d3fe1f2650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41146d71-f942-4044-a3b7-53d3fe1f2650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-41146d71-f942-4044-a3b7-53d3fe1f2650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-41146d71-f942-4044-a3b7-53d3fe1f2650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c927659c-3c4d-414d-b483-4e95eb9eefad {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c927659c-3c4d-414d-b483-4e95eb9eefad {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c927659c-3c4d-414d-b483-4e95eb9eefad {
  
}
}@media (max-width: 767px){#s-c927659c-3c4d-414d-b483-4e95eb9eefad {
  
}
}







#s-c927659c-3c4d-414d-b483-4e95eb9eefad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c927659c-3c4d-414d-b483-4e95eb9eefad {
  cursor: pointer;
}#s-c927659c-3c4d-414d-b483-4e95eb9eefad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b179a8ed-8bb6-4257-87c4-122513d34385 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-b179a8ed-8bb6-4257-87c4-122513d34385 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b179a8ed-8bb6-4257-87c4-122513d34385 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b179a8ed-8bb6-4257-87c4-122513d34385 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-b179a8ed-8bb6-4257-87c4-122513d34385 {
  margin-left: 50%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b179a8ed-8bb6-4257-87c4-122513d34385"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b179a8ed-8bb6-4257-87c4-122513d34385"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b179a8ed-8bb6-4257-87c4-122513d34385"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b179a8ed-8bb6-4257-87c4-122513d34385"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b179a8ed-8bb6-4257-87c4-122513d34385"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b179a8ed-8bb6-4257-87c4-122513d34385"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b179a8ed-8bb6-4257-87c4-122513d34385"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-7f361785-c912-439e-9181-9a415c1e8191 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7f361785-c912-439e-9181-9a415c1e8191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f361785-c912-439e-9181-9a415c1e8191 {
  cursor: pointer;
}#s-7f361785-c912-439e-9181-9a415c1e8191.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc44bf0a-57ad-4e13-a4d4-0595056cd6b1 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
}

#s-f8b73c68-7e71-4ed8-b586-4e20e1aa455d {
  margin-left: 0%;
margin-right: 0%;
min-height: 55px;
}








#s-f8b73c68-7e71-4ed8-b586-4e20e1aa455d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8b73c68-7e71-4ed8-b586-4e20e1aa455d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-516375d9-ea7a-441a-87d1-ae300edd9ace {
  margin-left: auto;
margin-right: auto;
}

#s-516375d9-ea7a-441a-87d1-ae300edd9ace .shogun-icon-wrapper {
  text-align: center;
}


#s-516375d9-ea7a-441a-87d1-ae300edd9ace .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-d9fad9e3-3f3b-4375-9034-d7b6d06a6cee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d9fad9e3-3f3b-4375-9034-d7b6d06a6cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9fad9e3-3f3b-4375-9034-d7b6d06a6cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 {
  opacity: 1;
}
}
#s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 {
  --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-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev,
#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev svg,
#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .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-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 {
  --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-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev,
#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev svg,
#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .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-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 {
  --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-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev,
#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev svg,
#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .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-dd8d99ba-5de2-4087-9fc2-fe7508cc3a63 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-b250bc51-baec-49a9-8f58-dac43370a165 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-18b58910-5596-4e88-a4d4-a299692ed9b0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18b58910-5596-4e88-a4d4-a299692ed9b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18b58910-5596-4e88-a4d4-a299692ed9b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-781e4d86-c36a-490a-893f-fada4a12805d {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-781e4d86-c36a-490a-893f-fada4a12805d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-781e4d86-c36a-490a-893f-fada4a12805d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-781e4d86-c36a-490a-893f-fada4a12805d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-781e4d86-c36a-490a-893f-fada4a12805d .shogun-image-content {
  
    align-items: center;
  
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-781e4d86-c36a-490a-893f-fada4a12805d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-781e4d86-c36a-490a-893f-fada4a12805d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-781e4d86-c36a-490a-893f-fada4a12805d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-781e4d86-c36a-490a-893f-fada4a12805d .shogun-image-content {
  
    align-items: center;
  
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-781e4d86-c36a-490a-893f-fada4a12805d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-781e4d86-c36a-490a-893f-fada4a12805d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-781e4d86-c36a-490a-893f-fada4a12805d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-781e4d86-c36a-490a-893f-fada4a12805d .shogun-image-content {
  
    align-items: center;
  
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-781e4d86-c36a-490a-893f-fada4a12805d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-781e4d86-c36a-490a-893f-fada4a12805d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-781e4d86-c36a-490a-893f-fada4a12805d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-781e4d86-c36a-490a-893f-fada4a12805d .shogun-image-content {
  
    align-items: center;
  
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-781e4d86-c36a-490a-893f-fada4a12805d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-781e4d86-c36a-490a-893f-fada4a12805d {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-781e4d86-c36a-490a-893f-fada4a12805d img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-781e4d86-c36a-490a-893f-fada4a12805d .shogun-image-content {
  
    align-items: center;
  
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781e4d86-c36a-490a-893f-fada4a12805d.shogun-image {
  box-sizing: border-box;
}




}
#s-bec8bce2-2515-4fc1-81c0-3d9c6639d12c {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-bec8bce2-2515-4fc1-81c0-3d9c6639d12c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f {
  margin-top: -45px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}



.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea917fbb-4b51-4ebb-b6f8-22b369b8037f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6b566e7a-0530-440f-8001-6d2be42a2df4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6b566e7a-0530-440f-8001-6d2be42a2df4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e290ceee-81ff-4c23-86bf-3fcfc9571072 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e290ceee-81ff-4c23-86bf-3fcfc9571072 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-e290ceee-81ff-4c23-86bf-3fcfc9571072 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e290ceee-81ff-4c23-86bf-3fcfc9571072 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-e290ceee-81ff-4c23-86bf-3fcfc9571072 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-9404d638-2fba-4133-8f94-89c84ad36265 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-17c99a65-10ab-48c6-8377-6179266d4538 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-17c99a65-10ab-48c6-8377-6179266d4538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17c99a65-10ab-48c6-8377-6179266d4538.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-00fd8b5d-908b-4ffd-abbe-885600606285 .shogun-image-content {
  
    align-items: center;
  
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-00fd8b5d-908b-4ffd-abbe-885600606285 .shogun-image-content {
  
    align-items: center;
  
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-00fd8b5d-908b-4ffd-abbe-885600606285 .shogun-image-content {
  
    align-items: center;
  
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-00fd8b5d-908b-4ffd-abbe-885600606285 .shogun-image-content {
  
    align-items: center;
  
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-00fd8b5d-908b-4ffd-abbe-885600606285 .shogun-image-content {
  
    align-items: center;
  
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00fd8b5d-908b-4ffd-abbe-885600606285.shogun-image {
  box-sizing: border-box;
}




}
#s-84294512-d7e9-4a7c-b443-6b20f2e21f44 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-84294512-d7e9-4a7c-b443-6b20f2e21f44 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-71320aa2-9b8a-4894-90df-d61e51b5b65d {
  margin-top: -45px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}



.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71320aa2-9b8a-4894-90df-d61e51b5b65d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a749e6d2-ed79-4dd1-89f9-77aa5534cc58 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-fd4d947c-a265-4466-8b44-a8caa32544c1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-fd4d947c-a265-4466-8b44-a8caa32544c1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-fd4d947c-a265-4466-8b44-a8caa32544c1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd4d947c-a265-4466-8b44-a8caa32544c1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-fd4d947c-a265-4466-8b44-a8caa32544c1 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-40ab5956-05a4-4ca0-a2da-dd7c45abbd6b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-141c67ef-d13b-4ce3-bb0e-de7fc31853e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-141c67ef-d13b-4ce3-bb0e-de7fc31853e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-141c67ef-d13b-4ce3-bb0e-de7fc31853e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-0710095b-bb5e-44d3-9608-d4ab958cb564 .shogun-image-content {
  
    align-items: center;
  
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-0710095b-bb5e-44d3-9608-d4ab958cb564 .shogun-image-content {
  
    align-items: center;
  
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-0710095b-bb5e-44d3-9608-d4ab958cb564 .shogun-image-content {
  
    align-items: center;
  
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-0710095b-bb5e-44d3-9608-d4ab958cb564 .shogun-image-content {
  
    align-items: center;
  
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-0710095b-bb5e-44d3-9608-d4ab958cb564 .shogun-image-content {
  
    align-items: center;
  
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0710095b-bb5e-44d3-9608-d4ab958cb564.shogun-image {
  box-sizing: border-box;
}




}
#s-51ebb675-ecec-478e-89ce-bbd29ab2bd48 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-51ebb675-ecec-478e-89ce-bbd29ab2bd48 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 {
  margin-top: -45px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}



.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b3c06cc-b04a-4f1c-8a17-3e79d2db9504 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b497f677-b1fa-4fe7-b8ad-bd4adf2f0069 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-1ce64947-190f-4b8a-a6d7-8157ff679109 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-1ce64947-190f-4b8a-a6d7-8157ff679109 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-1ce64947-190f-4b8a-a6d7-8157ff679109 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ce64947-190f-4b8a-a6d7-8157ff679109 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-1ce64947-190f-4b8a-a6d7-8157ff679109 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-5a5ac947-5e42-43a3-af14-fc8013bebb08 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-35329db7-a410-4247-8984-60ca5ef3167e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-35329db7-a410-4247-8984-60ca5ef3167e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35329db7-a410-4247-8984-60ca5ef3167e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-493b79e1-7e08-4336-b1b4-9372b2591e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-493b79e1-7e08-4336-b1b4-9372b2591e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-493b79e1-7e08-4336-b1b4-9372b2591e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-493b79e1-7e08-4336-b1b4-9372b2591e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-493b79e1-7e08-4336-b1b4-9372b2591e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493b79e1-7e08-4336-b1b4-9372b2591e4a.shogun-image {
  box-sizing: border-box;
}




}
#s-29f6bc69-c014-44bf-a86c-9cb3fc0be001 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-29f6bc69-c014-44bf-a86c-9cb3fc0be001 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 {
  margin-top: -45px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}



.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c493a7e-dd48-4059-a8d7-cc3d693fce39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-ec0780a8-7b2b-4aae-9537-7b62b0b735bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-791799df-fa70-44a3-8077-4221fe2616da {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-791799df-fa70-44a3-8077-4221fe2616da .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-791799df-fa70-44a3-8077-4221fe2616da .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-791799df-fa70-44a3-8077-4221fe2616da .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-791799df-fa70-44a3-8077-4221fe2616da .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-3974602f-1051-428f-9bff-417fd5b98ceb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-e9ba5e99-e067-499c-854a-3a8b26d10c1a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e9ba5e99-e067-499c-854a-3a8b26d10c1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9ba5e99-e067-499c-854a-3a8b26d10c1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b39bb0-0ae6-4fcb-adbc-f701f0622562.shogun-image {
  box-sizing: border-box;
}




}
#s-5283867d-4e56-4935-b510-d2240bba66f2 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-5283867d-4e56-4935-b510-d2240bba66f2 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 {
  margin-top: -45px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}



.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6469b9f2-19ba-4e5c-8e5e-f0819d0ab317 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-c9aa347c-8bcc-4033-bd35-b5f244652c1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-f0fdcc19-3860-4b9a-baa0-41db51f78931 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-f0fdcc19-3860-4b9a-baa0-41db51f78931 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-f0fdcc19-3860-4b9a-baa0-41db51f78931 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0fdcc19-3860-4b9a-baa0-41db51f78931 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-f0fdcc19-3860-4b9a-baa0-41db51f78931 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-0cc70977-1322-460c-a527-452927a0b97f {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-0cc70977-1322-460c-a527-452927a0b97f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cc70977-1322-460c-a527-452927a0b97f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cc70977-1322-460c-a527-452927a0b97f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-0cc70977-1322-460c-a527-452927a0b97f {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-0cc70977-1322-460c-a527-452927a0b97f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cc70977-1322-460c-a527-452927a0b97f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc70977-1322-460c-a527-452927a0b97f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc70977-1322-460c-a527-452927a0b97f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4657fbe7-75e9-4ab2-95b6-958b5d3a85a2 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4657fbe7-75e9-4ab2-95b6-958b5d3a85a2 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4657fbe7-75e9-4ab2-95b6-958b5d3a85a2 {
  
}
}@media (max-width: 767px){#s-4657fbe7-75e9-4ab2-95b6-958b5d3a85a2 {
  
}
}







#s-4657fbe7-75e9-4ab2-95b6-958b5d3a85a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4657fbe7-75e9-4ab2-95b6-958b5d3a85a2 {
  cursor: pointer;
}#s-4657fbe7-75e9-4ab2-95b6-958b5d3a85a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371 {
  margin-left: 50%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5a97a1c5-1dd3-410b-a0d7-fb14174fd371"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-ead2fcd7-5f8c-43cb-a8a1-5aca7e2779a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ead2fcd7-5f8c-43cb-a8a1-5aca7e2779a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ead2fcd7-5f8c-43cb-a8a1-5aca7e2779a9 {
  cursor: pointer;
}#s-ead2fcd7-5f8c-43cb-a8a1-5aca7e2779a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25179464-5deb-4142-8419-34391d189897 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
}

#s-dc5dcb93-0c2a-4d0f-b36e-d5af595f8aac {
  margin-left: 0%;
margin-right: 0%;
min-height: 55px;
}








#s-dc5dcb93-0c2a-4d0f-b36e-d5af595f8aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc5dcb93-0c2a-4d0f-b36e-d5af595f8aac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d6e2b4b-9bfc-46a0-afc5-c09b925c0afe {
  margin-left: auto;
margin-right: auto;
}

#s-1d6e2b4b-9bfc-46a0-afc5-c09b925c0afe .shogun-icon-wrapper {
  text-align: center;
}


#s-1d6e2b4b-9bfc-46a0-afc5-c09b925c0afe .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-8556c7bb-f128-4ab7-8f76-89ce33cc3bdd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8556c7bb-f128-4ab7-8f76-89ce33cc3bdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8556c7bb-f128-4ab7-8f76-89ce33cc3bdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e745d863-86b1-48c3-8c4c-f68702e78527 {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-e745d863-86b1-48c3-8c4c-f68702e78527 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-e745d863-86b1-48c3-8c4c-f68702e78527 {
  opacity: 1;
}
}
#s-e745d863-86b1-48c3-8c4c-f68702e78527 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 {
  --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-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev,
#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev svg,
#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 .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-e745d863-86b1-48c3-8c4c-f68702e78527 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){#s-e745d863-86b1-48c3-8c4c-f68702e78527 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 {
  --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: 24px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev,
#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev svg,
#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 .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-e745d863-86b1-48c3-8c4c-f68702e78527 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-e745d863-86b1-48c3-8c4c-f68702e78527 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 {
  --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-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev,
#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev svg,
#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e745d863-86b1-48c3-8c4c-f68702e78527 .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-e745d863-86b1-48c3-8c4c-f68702e78527 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-2135bdc0-5281-4a75-b85a-339b88ef58bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2135bdc0-5281-4a75-b85a-339b88ef58bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2135bdc0-5281-4a75-b85a-339b88ef58bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7a1c7d-24b2-4037-a4a5-f2cedf04a56b.shogun-image {
  box-sizing: border-box;
}




}
#s-be77dd5a-5695-4de4-b459-6e942ff4af34 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-be77dd5a-5695-4de4-b459-6e942ff4af34 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-55caeffa-67c7-4f20-98a7-b19cd1539dd6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-55caeffa-67c7-4f20-98a7-b19cd1539dd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55caeffa-67c7-4f20-98a7-b19cd1539dd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f8968f-9e6b-4cf9-bd82-8ca3c9b6e5d4.shogun-image {
  box-sizing: border-box;
}




}
#s-651ef1ab-fd91-4ca6-979d-3543945a61a5 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-651ef1ab-fd91-4ca6-979d-3543945a61a5 .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2cf6d3ea-31a2-4249-8161-f9f53bab43f8 {
  box-shadow:0px 0px 1px 0px rgba(237, 237, 237, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 224, 224, 1);
border-style: none;
border-radius: 5px;
min-height: 0px;
}
@media (min-width: 1200px){#s-2cf6d3ea-31a2-4249-8161-f9f53bab43f8 {
  box-shadow:0px 0px 0px 0px ;
border-style: none;
min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2cf6d3ea-31a2-4249-8161-f9f53bab43f8 {
  min-height: 380px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2cf6d3ea-31a2-4249-8161-f9f53bab43f8 {
  min-height: 380px;
}
}@media (max-width: 767px){#s-2cf6d3ea-31a2-4249-8161-f9f53bab43f8 {
  min-height: 380px;
}
}
#s-88c2e59e-eaff-4df3-a3b8-f75463ebdaa5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-88c2e59e-eaff-4df3-a3b8-f75463ebdaa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88c2e59e-eaff-4df3-a3b8-f75463ebdaa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d3b27405-c7c3-4069-9d6e-43945fc60540 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d3b27405-c7c3-4069-9d6e-43945fc60540 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d3b27405-c7c3-4069-9d6e-43945fc60540 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d3b27405-c7c3-4069-9d6e-43945fc60540 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-d3b27405-c7c3-4069-9d6e-43945fc60540 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b27405-c7c3-4069-9d6e-43945fc60540.shogun-image {
  box-sizing: border-box;
}




}
#s-002a1d69-a904-497a-a38a-4030f81188c1 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-002a1d69-a904-497a-a38a-4030f81188c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d391fcc4-2f82-48cc-b4f9-e07fdd200cc3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-eea8d158-e01b-4cd7-8f67-c915e8b2fbea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e7026015-13b9-4960-9bb2-3c7f85ea5d9c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e7026015-13b9-4960-9bb2-3c7f85ea5d9c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-e7026015-13b9-4960-9bb2-3c7f85ea5d9c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7026015-13b9-4960-9bb2-3c7f85ea5d9c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-e7026015-13b9-4960-9bb2-3c7f85ea5d9c .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-8d31fda5-f697-4d61-97a5-0423f1355def {
  box-shadow:0px 0px 1px 0px rgba(237, 237, 237, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 224, 224, 1);
border-style: none;
border-radius: 5px;
min-height: 0px;
}
@media (min-width: 1200px){#s-8d31fda5-f697-4d61-97a5-0423f1355def {
  box-shadow:0px 0px 0px 0px ;
border-style: none;
min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d31fda5-f697-4d61-97a5-0423f1355def {
  min-height: 380px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d31fda5-f697-4d61-97a5-0423f1355def {
  min-height: 380px;
}
}@media (max-width: 767px){#s-8d31fda5-f697-4d61-97a5-0423f1355def {
  min-height: 380px;
}
}
#s-7d9d7153-1ef3-42db-b891-6cc77fb2ea0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7d9d7153-1ef3-42db-b891-6cc77fb2ea0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d9d7153-1ef3-42db-b891-6cc77fb2ea0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a43936f4-d036-4465-aeb5-b0e36becfe10 .shogun-image-content {
  
    align-items: center;
  
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a43936f4-d036-4465-aeb5-b0e36becfe10 .shogun-image-content {
  
    align-items: center;
  
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a43936f4-d036-4465-aeb5-b0e36becfe10 .shogun-image-content {
  
    align-items: center;
  
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a43936f4-d036-4465-aeb5-b0e36becfe10 .shogun-image-content {
  
    align-items: center;
  
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10 img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-a43936f4-d036-4465-aeb5-b0e36becfe10 .shogun-image-content {
  
    align-items: center;
  
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43936f4-d036-4465-aeb5-b0e36becfe10.shogun-image {
  box-sizing: border-box;
}




}
#s-cfa676ab-d2d4-4428-a571-bb497a7c11ce {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-cfa676ab-d2d4-4428-a571-bb497a7c11ce .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56d8f35c-5d55-4da2-a4ac-5cb3c6df1d61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4bca2b97-8b70-48a4-9703-5e1b5b3366db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-5ed145d7-9cae-4a04-bad7-62bc548cb244 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5ed145d7-9cae-4a04-bad7-62bc548cb244 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ed145d7-9cae-4a04-bad7-62bc548cb244 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ed145d7-9cae-4a04-bad7-62bc548cb244 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-5ed145d7-9cae-4a04-bad7-62bc548cb244 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-71d3ba6e-4c72-49ce-94dc-691088e8b6eb {
  box-shadow:0px 0px 1px 0px rgba(237, 237, 237, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 224, 224, 1);
border-style: none;
border-radius: 5px;
min-height: 0px;
}
@media (min-width: 1200px){#s-71d3ba6e-4c72-49ce-94dc-691088e8b6eb {
  box-shadow:0px 0px 0px 0px ;
border-style: none;
min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71d3ba6e-4c72-49ce-94dc-691088e8b6eb {
  min-height: 380px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71d3ba6e-4c72-49ce-94dc-691088e8b6eb {
  min-height: 380px;
}
}@media (max-width: 767px){#s-71d3ba6e-4c72-49ce-94dc-691088e8b6eb {
  min-height: 380px;
}
}
#s-a8958a98-ebf6-4ad8-bf6f-f14c5bf9bdf1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a8958a98-ebf6-4ad8-bf6f-f14c5bf9bdf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8958a98-ebf6-4ad8-bf6f-f14c5bf9bdf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a .shogun-image-content {
  
    align-items: center;
  
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a .shogun-image-content {
  
    align-items: center;
  
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a .shogun-image-content {
  
    align-items: center;
  
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a .shogun-image-content {
  
    align-items: center;
  
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a .shogun-image-content {
  
    align-items: center;
  
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a5a5ff-ea58-4024-a6b6-b095acb1035a.shogun-image {
  box-sizing: border-box;
}




}
#s-c951bc31-355e-4593-b549-f77ccfe9cc40 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-c951bc31-355e-4593-b549-f77ccfe9cc40 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c3a1a6a-0f07-465a-a808-e11c6e2e73c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a824fc64-aae5-4fc1-a0f6-90eeaec6a493 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-f6d4feea-c8ff-42e5-b228-5e9007b2dd8c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-f6d4feea-c8ff-42e5-b228-5e9007b2dd8c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-f6d4feea-c8ff-42e5-b228-5e9007b2dd8c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6d4feea-c8ff-42e5-b228-5e9007b2dd8c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-f6d4feea-c8ff-42e5-b228-5e9007b2dd8c .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-77dada80-ce2a-41fb-93fd-33ced921a47b {
  box-shadow:0px 0px 1px 0px rgba(237, 237, 237, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 224, 224, 1);
border-style: none;
border-radius: 5px;
min-height: 0px;
}
@media (min-width: 1200px){#s-77dada80-ce2a-41fb-93fd-33ced921a47b {
  box-shadow:0px 0px 0px 0px ;
border-style: none;
min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77dada80-ce2a-41fb-93fd-33ced921a47b {
  min-height: 380px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77dada80-ce2a-41fb-93fd-33ced921a47b {
  min-height: 380px;
}
}@media (max-width: 767px){#s-77dada80-ce2a-41fb-93fd-33ced921a47b {
  min-height: 380px;
}
}
#s-049b9afb-ef80-431e-9562-421d1dc9a3be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-049b9afb-ef80-431e-9562-421d1dc9a3be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-049b9afb-ef80-431e-9562-421d1dc9a3be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-fcc165f8-5cb4-4562-9869-7b69c354137f .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-fcc165f8-5cb4-4562-9869-7b69c354137f .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-fcc165f8-5cb4-4562-9869-7b69c354137f .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-fcc165f8-5cb4-4562-9869-7b69c354137f .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-fcc165f8-5cb4-4562-9869-7b69c354137f .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc165f8-5cb4-4562-9869-7b69c354137f.shogun-image {
  box-sizing: border-box;
}




}
#s-cb16f2d9-d617-478f-8fbc-1dd3f58e1ecd {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-cb16f2d9-d617-478f-8fbc-1dd3f58e1ecd .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-18b15590-f928-485f-8b4c-fc532f3d94db {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b15590-f928-485f-8b4c-fc532f3d94db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f248c9ef-a05b-480e-84ad-225328f875d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f248c9ef-a05b-480e-84ad-225328f875d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-982402a6-07df-4e1a-bc3d-06e9cd3972d6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-982402a6-07df-4e1a-bc3d-06e9cd3972d6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-982402a6-07df-4e1a-bc3d-06e9cd3972d6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-982402a6-07df-4e1a-bc3d-06e9cd3972d6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-982402a6-07df-4e1a-bc3d-06e9cd3972d6 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-0cf410fc-aa5f-459e-b7ca-664b4e19f1f6 {
  box-shadow:0px 0px 1px 0px rgba(237, 237, 237, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 224, 224, 1);
border-style: none;
border-radius: 5px;
min-height: 0px;
}
@media (min-width: 1200px){#s-0cf410fc-aa5f-459e-b7ca-664b4e19f1f6 {
  box-shadow:0px 0px 0px 0px ;
border-style: none;
min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cf410fc-aa5f-459e-b7ca-664b4e19f1f6 {
  min-height: 380px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cf410fc-aa5f-459e-b7ca-664b4e19f1f6 {
  min-height: 380px;
}
}@media (max-width: 767px){#s-0cf410fc-aa5f-459e-b7ca-664b4e19f1f6 {
  min-height: 380px;
}
}
#s-85d33543-7700-4417-81c8-a26d74f1701c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-85d33543-7700-4417-81c8-a26d74f1701c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85d33543-7700-4417-81c8-a26d74f1701c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da {
  margin-left: auto;
margin-right: auto;
height: 3em;
min-height: 3em;
max-width: 3em;
text-align: right;
}

.shg-image-margin-container-s-ee466c3b-c245-4794-8a78-96f1866c99da {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ee466c3b-c245-4794-8a78-96f1866c99da .shogun-image-content {
  
    align-items: center;
  
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-ee466c3b-c245-4794-8a78-96f1866c99da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ee466c3b-c245-4794-8a78-96f1866c99da .shogun-image-content {
  
    align-items: center;
  
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-ee466c3b-c245-4794-8a78-96f1866c99da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ee466c3b-c245-4794-8a78-96f1866c99da .shogun-image-content {
  
    align-items: center;
  
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-ee466c3b-c245-4794-8a78-96f1866c99da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ee466c3b-c245-4794-8a78-96f1866c99da .shogun-image-content {
  
    align-items: center;
  
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-ee466c3b-c245-4794-8a78-96f1866c99da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da img.shogun-image {
  width: 100%;
  height: 3em;
  min-height: 3em;
  max-width: 3em;

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




.s-ee466c3b-c245-4794-8a78-96f1866c99da .shogun-image-content {
  
    align-items: center;
  
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee466c3b-c245-4794-8a78-96f1866c99da.shogun-image {
  box-sizing: border-box;
}




}
#s-3de8ab0f-4964-4cce-8aea-f57c37edfabb {
  margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 216, 13, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 216, 13, 0);
}

#s-3de8ab0f-4964-4cce-8aea-f57c37edfabb .shogun-heading-component h3 {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e969c33d-2f88-4631-92d9-b7592758e7c3 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e969c33d-2f88-4631-92d9-b7592758e7c3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9fdaf819-f2b4-41fb-b912-b295730644fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9fdaf819-f2b4-41fb-b912-b295730644fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-b25f08fb-8d78-4451-97ba-16ddf7cfa2d5 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-b25f08fb-8d78-4451-97ba-16ddf7cfa2d5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-b25f08fb-8d78-4451-97ba-16ddf7cfa2d5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b25f08fb-8d78-4451-97ba-16ddf7cfa2d5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-b25f08fb-8d78-4451-97ba-16ddf7cfa2d5 .shg-product-title-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-b84d92c9-f221-49b1-9da2-8f55354d592d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b84d92c9-f221-49b1-9da2-8f55354d592d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b84d92c9-f221-49b1-9da2-8f55354d592d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b84d92c9-f221-49b1-9da2-8f55354d592d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-b84d92c9-f221-49b1-9da2-8f55354d592d {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b84d92c9-f221-49b1-9da2-8f55354d592d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b84d92c9-f221-49b1-9da2-8f55354d592d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b84d92c9-f221-49b1-9da2-8f55354d592d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b84d92c9-f221-49b1-9da2-8f55354d592d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2fc30e41-804a-4929-8288-357f572e2214 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2fc30e41-804a-4929-8288-357f572e2214 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fc30e41-804a-4929-8288-357f572e2214 {
  
}
}@media (max-width: 767px){#s-2fc30e41-804a-4929-8288-357f572e2214 {
  
}
}







#s-2fc30e41-804a-4929-8288-357f572e2214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fc30e41-804a-4929-8288-357f572e2214 {
  cursor: pointer;
}#s-2fc30e41-804a-4929-8288-357f572e2214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5 {
  margin-left: 50%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-337ed35f-58c1-40cc-b5c6-62d7dcaa51f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-931cb8a3-abda-4db1-b865-39de9fbf2d8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-931cb8a3-abda-4db1-b865-39de9fbf2d8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-931cb8a3-abda-4db1-b865-39de9fbf2d8d {
  cursor: pointer;
}#s-931cb8a3-abda-4db1-b865-39de9fbf2d8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c22be9fa-644f-49ac-85ef-6a9c4e9e5f7b {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
}

#s-756a0f1d-2bed-4e10-b0c5-e6b74223209b {
  margin-left: 0%;
margin-right: 0%;
min-height: 55px;
}








#s-756a0f1d-2bed-4e10-b0c5-e6b74223209b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-756a0f1d-2bed-4e10-b0c5-e6b74223209b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27021cc6-c1b0-4568-b9b1-9446ea5848be {
  margin-left: auto;
margin-right: auto;
}

#s-27021cc6-c1b0-4568-b9b1-9446ea5848be .shogun-icon-wrapper {
  text-align: center;
}


#s-27021cc6-c1b0-4568-b9b1-9446ea5848be .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

/*
  $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;
  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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}