.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-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  min-height: 240px;
}
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/480x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/960x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/768x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/1536x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/1024x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/2048x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/1200x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f40d610-ff26-4244-9738-f7d34e372aa2 {
  background-image: url(https://i.shgcdn.com/3cc47756-2a20-4504-9b08-55d924867a3f/-/resize/2048x/);
}
#s-0f40d610-ff26-4244-9738-f7d34e372aa2.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-0f40d610-ff26-4244-9738-f7d34e372aa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f40d610-ff26-4244-9738-f7d34e372aa2.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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-9caa259c-46b9-40e0-a892-e7d095cb67cd {
  margin-left: auto;
margin-right: auto;
}

#s-9caa259c-46b9-40e0-a892-e7d095cb67cd .shg-proportional-font-size,
#s-9caa259c-46b9-40e0-a892-e7d095cb67cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ad4a464f-7909-4935-b662-78834e6be8ea {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ad4a464f-7909-4935-b662-78834e6be8ea {
  margin-top: -18px;
margin-bottom: 0px;
}
}
#s-ad4a464f-7909-4935-b662-78834e6be8ea .shg-proportional-font-size,
#s-ad4a464f-7909-4935-b662-78834e6be8ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fbc0ebfe-3474-4e26-889b-b459919f4edf {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1100px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-fbc0ebfe-3474-4e26-889b-b459919f4edf {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
max-width: 1100px;
}
}







#s-fbc0ebfe-3474-4e26-889b-b459919f4edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbc0ebfe-3474-4e26-889b-b459919f4edf.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: #000000;
  font-family: "Noto Sans Japanese";
  text-transform: none;
  font-weight: 400;
  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-bd7f20c2-712a-452d-b1a6-5e05d0cb6753 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bd7f20c2-712a-452d-b1a6-5e05d0cb6753 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bd7f20c2-712a-452d-b1a6-5e05d0cb6753 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-bd7f20c2-712a-452d-b1a6-5e05d0cb6753 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-a00fde59-790a-444f-a08a-2413fc160901 {
  margin-left: auto;
margin-right: auto;
}

#s-a00fde59-790a-444f-a08a-2413fc160901 .shg-proportional-font-size,
#s-a00fde59-790a-444f-a08a-2413fc160901 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.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-1a6d979c-58e9-416c-8d79-5396a38a841d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

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

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d {
  --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: 10px !important;
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev,
#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next {
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev svg,
#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 14px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d {
  --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: 8px !important;
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev,
#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next {
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev svg,
#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(8px * 1) !important;
  height: 8px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 14px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d {
  --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: 10px !important;
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev,
#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next {
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev svg,
#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1a6d979c-58e9-416c-8d79-5396a38a841d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 14px !important;
}
}
#s-3dc6d7ce-3935-49f1-a068-8d5a54cebfdc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
background-color: rgba(7, 7, 7, 1);
}
@media (max-width: 767px){#s-3dc6d7ce-3935-49f1-a068-8d5a54cebfdc {
  padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
min-height: 0px;
}
}







#s-3dc6d7ce-3935-49f1-a068-8d5a54cebfdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dc6d7ce-3935-49f1-a068-8d5a54cebfdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cc786f3-d313-480f-a49e-e931ff56ea58 {
  margin-left: auto;
margin-right: auto;
}

#s-45f54ffe-e984-4cea-a963-f7f3bffd1788 {
  margin-left: auto;
margin-right: auto;
}

#s-45f54ffe-e984-4cea-a963-f7f3bffd1788 .shg-proportional-font-size,
#s-45f54ffe-e984-4cea-a963-f7f3bffd1788 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 {
  max-width:  100%;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}




.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 {
  max-width:  100%;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}




.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 {
  max-width:  100%;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}




.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 {
  max-width:  100%;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}




.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 {
  max-width:  100%;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}




.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 .shg-image-zoom,
.shg-c#s-4f253d9f-88eb-4b91-ba8b-1afff6b11bb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Noto Sans Japanese";
  text-transform: none;
  font-weight: 400;
  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-cc990887-263b-4ec5-a011-f5e7d1d1c243 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc990887-263b-4ec5-a011-f5e7d1d1c243 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-77b650dc-a24b-431c-a168-9152b6b353b3 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-77b650dc-a24b-431c-a168-9152b6b353b3 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-77b650dc-a24b-431c-a168-9152b6b353b3 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 15px;
}

#s-77b650dc-a24b-431c-a168-9152b6b353b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-metafield-key {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.shg-metafield-value {
    margin: 0;
    padding: 0;
}

.shg-metafield-inline {
    display: inline-block;
}
#s-70278954-d007-4e95-9f84-efdef424b101 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
line-height: 1.2em;
}

#s-70278954-d007-4e95-9f84-efdef424b101 .shg-product-metafield-component {
  color: rgba(255, 211, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(181, 180, 180, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0.02);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(254, 249, 249, 1);
}
#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5a9783b-63c9-4bed-b2d8-c889b98fa490-atc-btn-wrapper {
    text-align: center;
  }


#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a5a9783b-63c9-4bed-b2d8-c889b98fa490-atc-btn-wrapper {
    text-align: center;
  }


#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5a9783b-63c9-4bed-b2d8-c889b98fa490-atc-btn-wrapper {
    text-align: center;
  }


#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a5a9783b-63c9-4bed-b2d8-c889b98fa490-atc-btn-wrapper {
    text-align: center;
  }


#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a5a9783b-63c9-4bed-b2d8-c889b98fa490-atc-btn-wrapper {
    text-align: center;
  }


#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5a9783b-63c9-4bed-b2d8-c889b98fa490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-285d095b-fbd6-4716-81d3-a5f40882f6a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-285d095b-fbd6-4716-81d3-a5f40882f6a0 {
  padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
min-height: 0px;
}
}







#s-285d095b-fbd6-4716-81d3-a5f40882f6a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-285d095b-fbd6-4716-81d3-a5f40882f6a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e2c84ca-ec6d-4b78-aa08-4c4560c56947 {
  margin-left: auto;
margin-right: auto;
}

#s-c7a0db8a-cf11-455c-a34d-0cf2f51ec299 {
  margin-left: auto;
margin-right: auto;
}

#s-c7a0db8a-cf11-455c-a34d-0cf2f51ec299 .shg-proportional-font-size,
#s-c7a0db8a-cf11-455c-a34d-0cf2f51ec299 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 {
  max-width:  100%;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 {
  max-width:  100%;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 {
  max-width:  100%;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 {
  max-width:  100%;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 {
  max-width:  100%;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 .shg-image-zoom,
.shg-c#s-eeae8b5b-eb8f-4bb0-9d7a-82c7dc01d5c7 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}
#s-adbc0357-139a-4b73-9390-f64db9f93746 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adbc0357-139a-4b73-9390-f64db9f93746 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-ad500e07-dc33-4006-be11-1722673b930b {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-ad500e07-dc33-4006-be11-1722673b930b .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-ad500e07-dc33-4006-be11-1722673b930b .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 15px;
}

#s-ad500e07-dc33-4006-be11-1722673b930b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d8a132c-4128-4b0e-b056-ac0c0ce91134 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
line-height: 1.2em;
}

#s-0d8a132c-4128-4b0e-b056-ac0c0ce91134 .shg-product-metafield-component {
  color: rgba(255, 211, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(181, 180, 180, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0.02);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8-atc-btn-wrapper {
    text-align: center;
  }


#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8-atc-btn-wrapper {
    text-align: center;
  }


#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8-atc-btn-wrapper {
    text-align: center;
  }


#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8-atc-btn-wrapper {
    text-align: center;
  }


#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8-atc-btn-wrapper {
    text-align: center;
  }


#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e46a6ed1-cc17-4daf-b8b5-2a064c1462f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a66d262d-51ba-4d88-8176-9689b225bf95 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
background-color: rgba(7, 7, 7, 1);
}
@media (max-width: 767px){#s-a66d262d-51ba-4d88-8176-9689b225bf95 {
  padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
min-height: 0px;
}
}







#s-a66d262d-51ba-4d88-8176-9689b225bf95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a66d262d-51ba-4d88-8176-9689b225bf95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da9062c7-a6c4-4e35-9ba2-9d52f0304076 {
  margin-left: auto;
margin-right: auto;
}

#s-3d01d5f8-4c5c-43cf-907b-0516f51985d1 {
  margin-left: auto;
margin-right: auto;
}

#s-3d01d5f8-4c5c-43cf-907b-0516f51985d1 .shg-proportional-font-size,
#s-3d01d5f8-4c5c-43cf-907b-0516f51985d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 {
  max-width:  100%;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 {
  max-width:  100%;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 {
  max-width:  100%;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 {
  max-width:  100%;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 {
  max-width:  100%;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 .shg-image-zoom,
.shg-c#s-24c80236-8b84-4a2e-ac52-deb06e9a28f2 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}
#s-4081aa5b-32f3-4431-aa90-cb6fe3b2c158 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4081aa5b-32f3-4431-aa90-cb6fe3b2c158 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-67b7de23-b822-44db-ba36-9d8566a2f3fb {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-67b7de23-b822-44db-ba36-9d8566a2f3fb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-67b7de23-b822-44db-ba36-9d8566a2f3fb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 15px;
}

#s-67b7de23-b822-44db-ba36-9d8566a2f3fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b0849ca-fc8e-4b75-b165-b7e58a70cd60 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
line-height: 1.2em;
}

#s-0b0849ca-fc8e-4b75-b165-b7e58a70cd60 .shg-product-metafield-component {
  color: rgba(255, 211, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(181, 180, 180, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0.02);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(254, 249, 249, 1);
}
#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03-atc-btn-wrapper {
    text-align: center;
  }


#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03-atc-btn-wrapper {
    text-align: center;
  }


#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03-atc-btn-wrapper {
    text-align: center;
  }


#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03-atc-btn-wrapper {
    text-align: center;
  }


#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03-atc-btn-wrapper {
    text-align: center;
  }


#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba220956-8abe-4d5b-b8ab-5787bf5d6a03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d66bb6a0-5e08-4ff2-a847-79fe4ea501c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
background-color: rgba(7, 7, 7, 1);
}
@media (max-width: 767px){#s-d66bb6a0-5e08-4ff2-a847-79fe4ea501c5 {
  padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
min-height: 0px;
}
}







#s-d66bb6a0-5e08-4ff2-a847-79fe4ea501c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d66bb6a0-5e08-4ff2-a847-79fe4ea501c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6584da97-f396-4e54-be73-2799cf6eb847 {
  margin-left: auto;
margin-right: auto;
}

#s-c7a65db6-cc45-43ed-a081-45f0ef6969a3 {
  margin-left: auto;
margin-right: auto;
}

#s-c7a65db6-cc45-43ed-a081-45f0ef6969a3 .shg-proportional-font-size,
#s-c7a65db6-cc45-43ed-a081-45f0ef6969a3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-713ecbff-dd67-4c40-a1b7-c74453215a2a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a {
  max-width:  100%;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  aspect-ratio: 1787/1192;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a {
  max-width:  100%;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  aspect-ratio: 1787/1192;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a {
  max-width:  100%;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  aspect-ratio: 1787/1192;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a {
  max-width:  100%;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  aspect-ratio: 1787/1192;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a {
  max-width:  100%;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a .shg-image-zoom,
.shg-c#s-713ecbff-dd67-4c40-a1b7-c74453215a2a img.shogun-image {
  aspect-ratio: 1787/1192;
  
  
  
  
  
  
  
}


}
#s-9e1f8a1d-ef12-476b-88ff-4a62c88614c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e1f8a1d-ef12-476b-88ff-4a62c88614c2 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-797de064-000c-493d-b50b-48aa60030de1 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-797de064-000c-493d-b50b-48aa60030de1 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-797de064-000c-493d-b50b-48aa60030de1 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 15px;
}

#s-797de064-000c-493d-b50b-48aa60030de1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5773c297-6310-4bb8-86ba-7a4fa0ba86bb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
line-height: 1.2em;
}

#s-5773c297-6310-4bb8-86ba-7a4fa0ba86bb .shg-product-metafield-component {
  color: rgba(255, 211, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(181, 180, 180, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0.02);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(254, 249, 249, 1);
}
#s-b55beedb-9be4-4368-bdd7-c2751ba58eba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b55beedb-9be4-4368-bdd7-c2751ba58eba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b55beedb-9be4-4368-bdd7-c2751ba58eba-atc-btn-wrapper {
    text-align: center;
  }


#s-b55beedb-9be4-4368-bdd7-c2751ba58eba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b55beedb-9be4-4368-bdd7-c2751ba58eba-atc-btn-wrapper {
    text-align: center;
  }


#s-b55beedb-9be4-4368-bdd7-c2751ba58eba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b55beedb-9be4-4368-bdd7-c2751ba58eba-atc-btn-wrapper {
    text-align: center;
  }


#s-b55beedb-9be4-4368-bdd7-c2751ba58eba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b55beedb-9be4-4368-bdd7-c2751ba58eba-atc-btn-wrapper {
    text-align: center;
  }


#s-b55beedb-9be4-4368-bdd7-c2751ba58eba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b55beedb-9be4-4368-bdd7-c2751ba58eba-atc-btn-wrapper {
    text-align: center;
  }


#s-b55beedb-9be4-4368-bdd7-c2751ba58eba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b55beedb-9be4-4368-bdd7-c2751ba58eba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9b5558e0-5003-4b1d-b413-d53cd2423be8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
background-color: rgba(7, 7, 7, 1);
}
@media (max-width: 767px){#s-9b5558e0-5003-4b1d-b413-d53cd2423be8 {
  padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
min-height: 0px;
}
}







#s-9b5558e0-5003-4b1d-b413-d53cd2423be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b5558e0-5003-4b1d-b413-d53cd2423be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8d1bdcc-3977-45e5-8611-b79f5410eb0e {
  margin-left: auto;
margin-right: auto;
}

#s-32f6b832-79b5-44ce-b417-72f9ed43973a {
  margin-left: auto;
margin-right: auto;
}

#s-32f6b832-79b5-44ce-b417-72f9ed43973a .shg-proportional-font-size,
#s-32f6b832-79b5-44ce-b417-72f9ed43973a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 {
  max-width:  100%;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 {
  max-width:  100%;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 {
  max-width:  100%;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 {
  max-width:  100%;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 {
  max-width:  100%;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  max-width: 1787px !important;
  
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 .shg-image-zoom,
.shg-c#s-e3e5d70d-3ad8-460f-8d1f-bd5c3e1eeba6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}
#s-e8895956-1040-4bbe-838f-0e9d93590f01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8895956-1040-4bbe-838f-0e9d93590f01 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-4169c975-1a3c-4254-a0b8-752c31329490 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-4169c975-1a3c-4254-a0b8-752c31329490 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-4169c975-1a3c-4254-a0b8-752c31329490 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 15px;
}

#s-4169c975-1a3c-4254-a0b8-752c31329490 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-beaa9d5e-116a-4b1a-aaa3-5058deaa2432 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
line-height: 1.2em;
}

#s-beaa9d5e-116a-4b1a-aaa3-5058deaa2432 .shg-product-metafield-component {
  color: rgba(255, 211, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(181, 180, 180, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0.02);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(254, 249, 249, 1);
}
#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75ef8384-cba1-40ae-9fbe-8a24b1f430da-atc-btn-wrapper {
    text-align: center;
  }


#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-75ef8384-cba1-40ae-9fbe-8a24b1f430da-atc-btn-wrapper {
    text-align: center;
  }


#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-75ef8384-cba1-40ae-9fbe-8a24b1f430da-atc-btn-wrapper {
    text-align: center;
  }


#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-75ef8384-cba1-40ae-9fbe-8a24b1f430da-atc-btn-wrapper {
    text-align: center;
  }


#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-75ef8384-cba1-40ae-9fbe-8a24b1f430da-atc-btn-wrapper {
    text-align: center;
  }


#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn {
  color: rgba(254, 249, 249, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75ef8384-cba1-40ae-9fbe-8a24b1f430da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-04e045a9-44f3-4303-ad17-9a064a1d6c74 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04e045a9-44f3-4303-ad17-9a064a1d6c74 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-04e045a9-44f3-4303-ad17-9a064a1d6c74 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-04e045a9-44f3-4303-ad17-9a064a1d6c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04e045a9-44f3-4303-ad17-9a064a1d6c74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-39b4f58b-1222-4c50-9668-eeaa038142fb {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-39b4f58b-1222-4c50-9668-eeaa038142fb {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-39b4f58b-1222-4c50-9668-eeaa038142fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b4f58b-1222-4c50-9668-eeaa038142fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-39b4f58b-1222-4c50-9668-eeaa038142fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-39b4f58b-1222-4c50-9668-eeaa038142fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-fad9d082-dca2-42b0-bdae-6567f3ae4016 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(50, 81, 34, 1);
}
@media (max-width: 767px){#s-fad9d082-dca2-42b0-bdae-6567f3ae4016 {
  margin-bottom: 1px;
}
}







#s-fad9d082-dca2-42b0-bdae-6567f3ae4016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fad9d082-dca2-42b0-bdae-6567f3ae4016 {
  cursor: pointer;
}#s-fad9d082-dca2-42b0-bdae-6567f3ae4016.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20fbf7bc-ec73-4cf6-965f-faaf407ed18b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-20fbf7bc-ec73-4cf6-965f-faaf407ed18b {
  margin-bottom: 0px;
padding-bottom: 0px;
}
}
#s-20fbf7bc-ec73-4cf6-965f-faaf407ed18b .shg-proportional-font-size,
#s-20fbf7bc-ec73-4cf6-965f-faaf407ed18b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d2d5d123-df3e-41e8-b7b7-d5d569efd9a3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(50, 81, 34, 1);
}
@media (max-width: 767px){#s-d2d5d123-df3e-41e8-b7b7-d5d569efd9a3 {
  margin-bottom: 1px;
}
}







#s-d2d5d123-df3e-41e8-b7b7-d5d569efd9a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2d5d123-df3e-41e8-b7b7-d5d569efd9a3 {
  cursor: pointer;
}#s-d2d5d123-df3e-41e8-b7b7-d5d569efd9a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ff3cfed-8334-4435-8c8d-c2d3f5c6f664 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6ff3cfed-8334-4435-8c8d-c2d3f5c6f664 {
  padding-bottom: 2px;
}
}
#s-6ff3cfed-8334-4435-8c8d-c2d3f5c6f664 .shg-proportional-font-size,
#s-6ff3cfed-8334-4435-8c8d-c2d3f5c6f664 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-129fdf23-05ac-4fcf-8db7-90d7077397a5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(50, 81, 34, 1);
}








#s-129fdf23-05ac-4fcf-8db7-90d7077397a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-129fdf23-05ac-4fcf-8db7-90d7077397a5 {
  cursor: pointer;
}#s-129fdf23-05ac-4fcf-8db7-90d7077397a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca4f3de3-61dc-4086-a5eb-8ca66b36091c {
  margin-left: auto;
margin-right: auto;
}

#s-ca4f3de3-61dc-4086-a5eb-8ca66b36091c .shg-proportional-font-size,
#s-ca4f3de3-61dc-4086-a5eb-8ca66b36091c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eeddf61e-8164-43d9-956b-a5e5761f27fe {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeddf61e-8164-43d9-956b-a5e5761f27fe {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-eeddf61e-8164-43d9-956b-a5e5761f27fe {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
}







#s-eeddf61e-8164-43d9-956b-a5e5761f27fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eeddf61e-8164-43d9-956b-a5e5761f27fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7590701-b1e5-42aa-976c-46ed6c05138e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9e3722be-c706-4ba6-81c4-9b9f0eb30d97 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9e3722be-c706-4ba6-81c4-9b9f0eb30d97 {
  margin-bottom: 4px;
}
}
#s-9e3722be-c706-4ba6-81c4-9b9f0eb30d97 .shg-proportional-font-size,
#s-9e3722be-c706-4ba6-81c4-9b9f0eb30d97 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0105b8b4-7d3b-41b2-9af1-7842bad986b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0105b8b4-7d3b-41b2-9af1-7842bad986b3 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-0105b8b4-7d3b-41b2-9af1-7842bad986b3 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 240px;
text-align: center;
}
@media (max-width: 767px){#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

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




.s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4px;
  margin-bottom: 4px;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e36b191-7c29-4e41-a563-3e9cafff62d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e36b191-7c29-4e41-a563-3e9cafff62d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e36b191-7c29-4e41-a563-3e9cafff62d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-21eca572-2f42-4d77-84b5-21d008f39229 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-21eca572-2f42-4d77-84b5-21d008f39229 {
  margin-top: -10px;
}
}
#s-21eca572-2f42-4d77-84b5-21d008f39229 .shg-proportional-font-size,
#s-21eca572-2f42-4d77-84b5-21d008f39229 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $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;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.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-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f {
  --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-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-prev,
#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-next {
  
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-prev svg,
#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .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-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f {
  --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-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-prev,
#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-next {
  
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-prev svg,
#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .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-e3b3c1b3-5260-48a9-a3d4-0165b20cff1f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-f7ee8f66-a78a-469e-9435-5de90be30871 {
  margin-left: auto;
margin-right: auto;
}

#s-ff8bb418-6d8e-4dd3-a214-e0a352301ab0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ff8bb418-6d8e-4dd3-a214-e0a352301ab0 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ff8bb418-6d8e-4dd3-a214-e0a352301ab0 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ff8bb418-6d8e-4dd3-a214-e0a352301ab0 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ff8bb418-6d8e-4dd3-a214-e0a352301ab0 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ff8bb418-6d8e-4dd3-a214-e0a352301ab0 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-0a5d2a3c-ccca-41dc-8ba4-f64ba609832c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0a5d2a3c-ccca-41dc-8ba4-f64ba609832c .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-0a5d2a3c-ccca-41dc-8ba4-f64ba609832c .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}
}
#s-477893a4-69ff-4d1e-b6cb-bf81e7b418e8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-477893a4-69ff-4d1e-b6cb-bf81e7b418e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-477893a4-69ff-4d1e-b6cb-bf81e7b418e8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-477893a4-69ff-4d1e-b6cb-bf81e7b418e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f51e6cb4-f735-4c14-8967-a918c13dc6b6 {
  margin-left: auto;
margin-right: auto;
}

#s-44e4d821-3dc8-4637-97e3-07bd55c22d88 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-44e4d821-3dc8-4637-97e3-07bd55c22d88 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-44e4d821-3dc8-4637-97e3-07bd55c22d88 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-44e4d821-3dc8-4637-97e3-07bd55c22d88 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-44e4d821-3dc8-4637-97e3-07bd55c22d88 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-44e4d821-3dc8-4637-97e3-07bd55c22d88 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-5df41352-a7e6-41d1-960d-b4b5704f00ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5df41352-a7e6-41d1-960d-b4b5704f00ea .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-feb537b8-ad82-477c-9fb4-3106a60be9f4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-feb537b8-ad82-477c-9fb4-3106a60be9f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-feb537b8-ad82-477c-9fb4-3106a60be9f4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-feb537b8-ad82-477c-9fb4-3106a60be9f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fed95db7-2fd2-418c-b0ef-67114419b9d5 {
  margin-left: auto;
margin-right: auto;
}

#s-48e9f1d5-0e30-479f-8154-774ba4361072 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-48e9f1d5-0e30-479f-8154-774ba4361072 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-48e9f1d5-0e30-479f-8154-774ba4361072 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-48e9f1d5-0e30-479f-8154-774ba4361072 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-48e9f1d5-0e30-479f-8154-774ba4361072 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-48e9f1d5-0e30-479f-8154-774ba4361072 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-ed6a3090-443a-422e-97f7-c3080f754c23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ed6a3090-443a-422e-97f7-c3080f754c23 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-d0aca67b-fe1f-4c33-8631-36abca486a1b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d0aca67b-fe1f-4c33-8631-36abca486a1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-d0aca67b-fe1f-4c33-8631-36abca486a1b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-d0aca67b-fe1f-4c33-8631-36abca486a1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3664f198-18ab-4dd9-a77d-0fea4af4ffbe {
  margin-left: auto;
margin-right: auto;
}

#s-5dfa6e28-2514-4c1f-9342-71e1d20ee829 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5dfa6e28-2514-4c1f-9342-71e1d20ee829 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-5dfa6e28-2514-4c1f-9342-71e1d20ee829 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-5dfa6e28-2514-4c1f-9342-71e1d20ee829 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-5dfa6e28-2514-4c1f-9342-71e1d20ee829 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-5dfa6e28-2514-4c1f-9342-71e1d20ee829 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-e6cfe4fa-2a9f-48d8-af56-2b198c2f29d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e6cfe4fa-2a9f-48d8-af56-2b198c2f29d6 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-822cda81-e043-4e36-a766-c9110c14c1c7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-822cda81-e043-4e36-a766-c9110c14c1c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-822cda81-e043-4e36-a766-c9110c14c1c7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-822cda81-e043-4e36-a766-c9110c14c1c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-957a2478-0419-48c3-9fd2-0e8d23ab8911 {
  margin-left: auto;
margin-right: auto;
}

#s-07188fa2-4352-4d02-918c-5b4c252669c2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-07188fa2-4352-4d02-918c-5b4c252669c2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-07188fa2-4352-4d02-918c-5b4c252669c2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-07188fa2-4352-4d02-918c-5b4c252669c2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-07188fa2-4352-4d02-918c-5b4c252669c2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-07188fa2-4352-4d02-918c-5b4c252669c2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-b873e9d0-84f1-4ffd-98a7-68b826cb4f9a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b873e9d0-84f1-4ffd-98a7-68b826cb4f9a .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-fdb4fa64-f402-42e1-8fe7-86ef77f16937 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fdb4fa64-f402-42e1-8fe7-86ef77f16937 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-fdb4fa64-f402-42e1-8fe7-86ef77f16937 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-fdb4fa64-f402-42e1-8fe7-86ef77f16937 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2caa7d62-8535-4eaf-a78b-982ab3efde9f {
  margin-left: auto;
margin-right: auto;
}

#s-72aa66b0-fd38-4cc1-a816-8c8f00fe0bf3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-72aa66b0-fd38-4cc1-a816-8c8f00fe0bf3 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-72aa66b0-fd38-4cc1-a816-8c8f00fe0bf3 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-72aa66b0-fd38-4cc1-a816-8c8f00fe0bf3 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-72aa66b0-fd38-4cc1-a816-8c8f00fe0bf3 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-72aa66b0-fd38-4cc1-a816-8c8f00fe0bf3 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-c3154fb6-8f6e-4b8e-9e5d-04de3d982369 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c3154fb6-8f6e-4b8e-9e5d-04de3d982369 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-f696afb5-e091-49ec-9e8b-bd836de4b264 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f696afb5-e091-49ec-9e8b-bd836de4b264 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f696afb5-e091-49ec-9e8b-bd836de4b264 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f696afb5-e091-49ec-9e8b-bd836de4b264 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2eded865-0ff7-43c9-9ef0-f2f9a9d4fa84 {
  margin-left: auto;
margin-right: auto;
}

#s-38f473a4-4846-4599-a306-d240fc35af63 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-38f473a4-4846-4599-a306-d240fc35af63 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-38f473a4-4846-4599-a306-d240fc35af63 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-38f473a4-4846-4599-a306-d240fc35af63 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-38f473a4-4846-4599-a306-d240fc35af63 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-38f473a4-4846-4599-a306-d240fc35af63 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-d3e97fde-4959-4817-971f-5b626e0b4155 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d3e97fde-4959-4817-971f-5b626e0b4155 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-aa085f5c-1b75-47e7-ae02-2d3523bae2ac {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aa085f5c-1b75-47e7-ae02-2d3523bae2ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-aa085f5c-1b75-47e7-ae02-2d3523bae2ac .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-aa085f5c-1b75-47e7-ae02-2d3523bae2ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cde9af7a-b365-42da-8757-e0a95d316883 {
  margin-left: auto;
margin-right: auto;
}

#s-42291d75-0bb5-4ef9-a975-fea6b733edb8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-42291d75-0bb5-4ef9-a975-fea6b733edb8 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-42291d75-0bb5-4ef9-a975-fea6b733edb8 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-42291d75-0bb5-4ef9-a975-fea6b733edb8 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-42291d75-0bb5-4ef9-a975-fea6b733edb8 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-42291d75-0bb5-4ef9-a975-fea6b733edb8 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-c5815b82-8969-42d4-a6f2-4ac898a2e033 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c5815b82-8969-42d4-a6f2-4ac898a2e033 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-b8d2ea85-b3d2-431e-9f6e-426c6122bd90 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b8d2ea85-b3d2-431e-9f6e-426c6122bd90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-b8d2ea85-b3d2-431e-9f6e-426c6122bd90 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-b8d2ea85-b3d2-431e-9f6e-426c6122bd90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-15f36364-eb10-41bf-8889-fa767364dbc3 {
  margin-left: auto;
margin-right: auto;
}

#s-98769069-c7da-4ba3-82d8-27968712f05c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


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

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


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

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


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

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c .shg-image-zoom,
.shg-c#s-98769069-c7da-4ba3-82d8-27968712f05c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}
#s-b45c59a9-4670-4911-95db-04266f58a5fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b45c59a9-4670-4911-95db-04266f58a5fb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-0c01db5e-1fc9-4966-8359-f066e4492e2d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0c01db5e-1fc9-4966-8359-f066e4492e2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0c01db5e-1fc9-4966-8359-f066e4492e2d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0c01db5e-1fc9-4966-8359-f066e4492e2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-eb932c18-a1a1-4f18-8aee-98d35223e3e8 {
  margin-left: auto;
margin-right: auto;
}

#s-eb932c18-a1a1-4f18-8aee-98d35223e3e8 hr {
  border-top: 2px solid #ddd;
}

#s-96fe3a16-9032-40af-85e9-7d7e2dff9145 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96fe3a16-9032-40af-85e9-7d7e2dff9145 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-96fe3a16-9032-40af-85e9-7d7e2dff9145 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
}







#s-96fe3a16-9032-40af-85e9-7d7e2dff9145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96fe3a16-9032-40af-85e9-7d7e2dff9145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1c5936c-1593-4c2f-9d72-4523a15e76c9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9a3d5b60-3f95-4f10-a620-6df0ac1e7f58 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9a3d5b60-3f95-4f10-a620-6df0ac1e7f58 {
  margin-bottom: 4px;
}
}
#s-9a3d5b60-3f95-4f10-a620-6df0ac1e7f58 .shg-proportional-font-size,
#s-9a3d5b60-3f95-4f10-a620-6df0ac1e7f58 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-68765a9a-9439-44ed-8e7a-610775a00729 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-68765a9a-9439-44ed-8e7a-610775a00729 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-68765a9a-9439-44ed-8e7a-610775a00729 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  
}


}
#s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 240px;
text-align: center;
}
@media (max-width: 767px){#s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

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




.s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4px;
  margin-bottom: 4px;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-40ba3031-0cad-4cef-93f3-d6feb0703464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40ba3031-0cad-4cef-93f3-d6feb0703464 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40ba3031-0cad-4cef-93f3-d6feb0703464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ba3031-0cad-4cef-93f3-d6feb0703464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c7fec6e-e65b-44d8-bd05-97f8f8e43b00 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6c7fec6e-e65b-44d8-bd05-97f8f8e43b00 {
  margin-top: -10px;
}
}
#s-6c7fec6e-e65b-44d8-bd05-97f8f8e43b00 .shg-proportional-font-size,
#s-6c7fec6e-e65b-44d8-bd05-97f8f8e43b00 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-34147d9e-652f-478c-b8c1-8f23eaa501a1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-34147d9e-652f-478c-b8c1-8f23eaa501a1 {
  margin-top: 10px;
}
}
#s-34147d9e-652f-478c-b8c1-8f23eaa501a1 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 {
  --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-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-prev,
#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-next {
  
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-prev svg,
#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 .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-34147d9e-652f-478c-b8c1-8f23eaa501a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-34147d9e-652f-478c-b8c1-8f23eaa501a1 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 {
  --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-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-prev,
#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-next {
  
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-prev svg,
#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-34147d9e-652f-478c-b8c1-8f23eaa501a1 .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-34147d9e-652f-478c-b8c1-8f23eaa501a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-b7815697-ecdf-4b5a-87db-c33a4d888154 {
  margin-left: auto;
margin-right: auto;
}

#s-eff21756-1773-4cb1-a69b-a58f18e1f93f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-eff21756-1773-4cb1-a69b-a58f18e1f93f .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-eff21756-1773-4cb1-a69b-a58f18e1f93f .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-eff21756-1773-4cb1-a69b-a58f18e1f93f .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-eff21756-1773-4cb1-a69b-a58f18e1f93f .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-eff21756-1773-4cb1-a69b-a58f18e1f93f .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-95331b8a-003d-4afe-aa37-714c3a77827b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-95331b8a-003d-4afe-aa37-714c3a77827b .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-607b54fe-d42e-41af-8d07-ce4f76ce1928 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-607b54fe-d42e-41af-8d07-ce4f76ce1928 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-607b54fe-d42e-41af-8d07-ce4f76ce1928 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-607b54fe-d42e-41af-8d07-ce4f76ce1928 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e36a3a67-74be-4947-9ee6-0de95273cbd9 {
  margin-left: auto;
margin-right: auto;
}

#s-b7a8a374-152a-44cb-8059-2115147581ab {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b7a8a374-152a-44cb-8059-2115147581ab .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b7a8a374-152a-44cb-8059-2115147581ab .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-b7a8a374-152a-44cb-8059-2115147581ab .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-b7a8a374-152a-44cb-8059-2115147581ab .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-b7a8a374-152a-44cb-8059-2115147581ab .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-fdab62b9-7081-4e15-9b3a-8a80e7ac272c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fdab62b9-7081-4e15-9b3a-8a80e7ac272c .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-f766b91d-34c8-42a8-91dd-b08ff806bc44 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f766b91d-34c8-42a8-91dd-b08ff806bc44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f766b91d-34c8-42a8-91dd-b08ff806bc44 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f766b91d-34c8-42a8-91dd-b08ff806bc44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0d88270-ed4d-4568-83a6-bcca22dbc97d {
  margin-left: auto;
margin-right: auto;
}

#s-ab4e9cab-696d-48a1-aaf3-aa999279d277 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ab4e9cab-696d-48a1-aaf3-aa999279d277 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ab4e9cab-696d-48a1-aaf3-aa999279d277 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ab4e9cab-696d-48a1-aaf3-aa999279d277 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ab4e9cab-696d-48a1-aaf3-aa999279d277 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ab4e9cab-696d-48a1-aaf3-aa999279d277 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-06e8a6cf-e3b7-40c5-ae57-96b806b5a949 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-06e8a6cf-e3b7-40c5-ae57-96b806b5a949 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-548ff99a-7c37-4ce9-910e-ffb9bb7f45d2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-548ff99a-7c37-4ce9-910e-ffb9bb7f45d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-548ff99a-7c37-4ce9-910e-ffb9bb7f45d2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-548ff99a-7c37-4ce9-910e-ffb9bb7f45d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e96d451-edb9-4e6a-abec-463de0d9bf73 {
  margin-left: auto;
margin-right: auto;
}

#s-8b2ba5e6-ec02-4651-8df0-3d08e723868b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8b2ba5e6-ec02-4651-8df0-3d08e723868b .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8b2ba5e6-ec02-4651-8df0-3d08e723868b .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-8b2ba5e6-ec02-4651-8df0-3d08e723868b .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-8b2ba5e6-ec02-4651-8df0-3d08e723868b .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-8b2ba5e6-ec02-4651-8df0-3d08e723868b .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-3e8b343e-e52c-4731-997f-e80140787a04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3e8b343e-e52c-4731-997f-e80140787a04 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-565c2c81-bf8d-4939-a130-190c7e88181a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-565c2c81-bf8d-4939-a130-190c7e88181a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-565c2c81-bf8d-4939-a130-190c7e88181a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-565c2c81-bf8d-4939-a130-190c7e88181a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-836f414e-863e-4861-b5b7-8f9ff46770a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
min-height: 50px;
background-color: rgba(219, 227, 204, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-836f414e-863e-4861-b5b7-8f9ff46770a7 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-836f414e-863e-4861-b5b7-8f9ff46770a7 {
  padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
}
}







#s-836f414e-863e-4861-b5b7-8f9ff46770a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-836f414e-863e-4861-b5b7-8f9ff46770a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-346142b0-caa1-48ee-a224-527a1af87b98 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0c2333cc-97f4-4851-955a-9b02d600993d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0c2333cc-97f4-4851-955a-9b02d600993d {
  margin-bottom: 4px;
}
}
#s-0c2333cc-97f4-4851-955a-9b02d600993d .shg-proportional-font-size,
#s-0c2333cc-97f4-4851-955a-9b02d600993d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-02c7065d-f6a4-4808-80b1-e197131d7524 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-02c7065d-f6a4-4808-80b1-e197131d7524 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-02c7065d-f6a4-4808-80b1-e197131d7524 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 240px;
text-align: center;
}
@media (max-width: 767px){#s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  margin-top: 4px;
}
}
#s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

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




.s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4px;
  
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fe105de-938f-4827-8716-e5cdfa9261a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fe105de-938f-4827-8716-e5cdfa9261a9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6fe105de-938f-4827-8716-e5cdfa9261a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fe105de-938f-4827-8716-e5cdfa9261a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a1d77121-b0f0-46b6-ab06-f117afb839ec {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a1d77121-b0f0-46b6-ab06-f117afb839ec {
  margin-top: -10px;
}
}
#s-a1d77121-b0f0-46b6-ab06-f117afb839ec .shg-proportional-font-size,
#s-a1d77121-b0f0-46b6-ab06-f117afb839ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-273268c9-ab9d-400b-8b20-0424f5039c09 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-273268c9-ab9d-400b-8b20-0424f5039c09 {
  margin-top: 10px;
}
}
#s-273268c9-ab9d-400b-8b20-0424f5039c09 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 {
  --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-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-prev,
#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-next {
  
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-prev svg,
#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 .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-273268c9-ab9d-400b-8b20-0424f5039c09 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-273268c9-ab9d-400b-8b20-0424f5039c09 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 {
  --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-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-prev,
#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-next {
  
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-prev svg,
#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-273268c9-ab9d-400b-8b20-0424f5039c09 .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-273268c9-ab9d-400b-8b20-0424f5039c09 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-b85d3b36-d86f-43df-8089-dbc24595b915 {
  margin-left: auto;
margin-right: auto;
}

#s-b29319da-948c-4677-aca5-c2ae3b9bc2cd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b29319da-948c-4677-aca5-c2ae3b9bc2cd .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b29319da-948c-4677-aca5-c2ae3b9bc2cd .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-b29319da-948c-4677-aca5-c2ae3b9bc2cd .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-b29319da-948c-4677-aca5-c2ae3b9bc2cd .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-b29319da-948c-4677-aca5-c2ae3b9bc2cd .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-2423de5c-8c23-47d9-a818-c1e7e4a39f0a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2423de5c-8c23-47d9-a818-c1e7e4a39f0a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-6e3d7e46-7893-4828-b6cb-ecf59246ff31 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6e3d7e46-7893-4828-b6cb-ecf59246ff31 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-6e3d7e46-7893-4828-b6cb-ecf59246ff31 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6e3d7e46-7893-4828-b6cb-ecf59246ff31 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7585c83f-2adf-42f7-b792-f318a67b9520 {
  margin-left: auto;
margin-right: auto;
}

#s-ae2d308e-6e92-406d-8852-3f195570274c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ae2d308e-6e92-406d-8852-3f195570274c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ae2d308e-6e92-406d-8852-3f195570274c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ae2d308e-6e92-406d-8852-3f195570274c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ae2d308e-6e92-406d-8852-3f195570274c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-ae2d308e-6e92-406d-8852-3f195570274c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-123fef43-078b-4480-bbe7-cc3c156c1084 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-123fef43-078b-4480-bbe7-cc3c156c1084 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-800ebe0c-8e91-4c9e-bd30-d00e62f2f314 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-800ebe0c-8e91-4c9e-bd30-d00e62f2f314 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-800ebe0c-8e91-4c9e-bd30-d00e62f2f314 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-800ebe0c-8e91-4c9e-bd30-d00e62f2f314 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0124d8fb-7cca-4421-b595-102273c7b1b7 {
  margin-left: auto;
margin-right: auto;
}

#s-0d332d34-5ccb-4930-bb15-82bc54bd53c6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0d332d34-5ccb-4930-bb15-82bc54bd53c6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-0d332d34-5ccb-4930-bb15-82bc54bd53c6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-0d332d34-5ccb-4930-bb15-82bc54bd53c6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-0d332d34-5ccb-4930-bb15-82bc54bd53c6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-0d332d34-5ccb-4930-bb15-82bc54bd53c6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-2f783276-9780-429f-a6c6-3fbd1dadde70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2f783276-9780-429f-a6c6-3fbd1dadde70 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-ae5a6423-a85c-413f-ae1c-1d4593cc82b8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ae5a6423-a85c-413f-ae1c-1d4593cc82b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-ae5a6423-a85c-413f-ae1c-1d4593cc82b8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-ae5a6423-a85c-413f-ae1c-1d4593cc82b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31155a09-edbe-4ef8-a86c-2ed5db114aec {
  margin-left: auto;
margin-right: auto;
}

#s-3d6a0a79-9773-46a9-b01a-337363affefa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3d6a0a79-9773-46a9-b01a-337363affefa .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3d6a0a79-9773-46a9-b01a-337363affefa .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-3d6a0a79-9773-46a9-b01a-337363affefa .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-3d6a0a79-9773-46a9-b01a-337363affefa .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-3d6a0a79-9773-46a9-b01a-337363affefa .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-e00b1e7b-c951-4fde-83f9-aabf0f157371 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e00b1e7b-c951-4fde-83f9-aabf0f157371 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-c713b580-70d0-48eb-bc07-c0f954c6ae64 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c713b580-70d0-48eb-bc07-c0f954c6ae64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-c713b580-70d0-48eb-bc07-c0f954c6ae64 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-c713b580-70d0-48eb-bc07-c0f954c6ae64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-006e62e7-e89e-4631-8dd5-75d2b3856f21 {
  margin-left: auto;
margin-right: auto;
}

#s-78e8e4a5-745c-46d2-8db2-bc2cfed6e998 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-78e8e4a5-745c-46d2-8db2-bc2cfed6e998 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-78e8e4a5-745c-46d2-8db2-bc2cfed6e998 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-78e8e4a5-745c-46d2-8db2-bc2cfed6e998 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-78e8e4a5-745c-46d2-8db2-bc2cfed6e998 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-78e8e4a5-745c-46d2-8db2-bc2cfed6e998 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-e2f0e0f0-9c89-4849-b0f6-e8e4b6ea78b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e2f0e0f0-9c89-4849-b0f6-e8e4b6ea78b0 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-0afc602b-752b-4d65-9534-56aedde9d4b5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0afc602b-752b-4d65-9534-56aedde9d4b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-0afc602b-752b-4d65-9534-56aedde9d4b5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-0afc602b-752b-4d65-9534-56aedde9d4b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1b47de18-6cb6-4c20-8966-9e2fc7a5e6fc {
  margin-left: auto;
margin-right: auto;
}

#s-26efbf81-f5b1-4652-91d8-e6572896efec {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-26efbf81-f5b1-4652-91d8-e6572896efec .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-26efbf81-f5b1-4652-91d8-e6572896efec .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-26efbf81-f5b1-4652-91d8-e6572896efec .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-26efbf81-f5b1-4652-91d8-e6572896efec .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-26efbf81-f5b1-4652-91d8-e6572896efec .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-208a2af6-dc94-44c4-994b-52afa3e9bba8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-208a2af6-dc94-44c4-994b-52afa3e9bba8 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-d260aace-8183-4295-87bc-2c586a7180e1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d260aace-8183-4295-87bc-2c586a7180e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-d260aace-8183-4295-87bc-2c586a7180e1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-d260aace-8183-4295-87bc-2c586a7180e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-133143cf-e393-40a6-9d72-12bc8b74768a {
  margin-left: auto;
margin-right: auto;
}

#s-4571e5fd-0943-4004-8b2d-e805626e87ba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4571e5fd-0943-4004-8b2d-e805626e87ba .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-4571e5fd-0943-4004-8b2d-e805626e87ba .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-4571e5fd-0943-4004-8b2d-e805626e87ba .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-4571e5fd-0943-4004-8b2d-e805626e87ba .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-4571e5fd-0943-4004-8b2d-e805626e87ba .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-1693fc04-c11f-4f78-8bb3-014c200fc35d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1693fc04-c11f-4f78-8bb3-014c200fc35d .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-79c3bd50-313b-434d-b68b-1655bcdc298b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-79c3bd50-313b-434d-b68b-1655bcdc298b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-79c3bd50-313b-434d-b68b-1655bcdc298b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-79c3bd50-313b-434d-b68b-1655bcdc298b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72ef3843-0174-4311-b060-9bf033181bcb {
  margin-left: auto;
margin-right: auto;
}

#s-e2479b16-388c-40ee-b5fc-16f896c33722 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e2479b16-388c-40ee-b5fc-16f896c33722 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e2479b16-388c-40ee-b5fc-16f896c33722 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-e2479b16-388c-40ee-b5fc-16f896c33722 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-e2479b16-388c-40ee-b5fc-16f896c33722 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-e2479b16-388c-40ee-b5fc-16f896c33722 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-abed2d0a-d106-4603-89be-0e0b477394a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-abed2d0a-d106-4603-89be-0e0b477394a8 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-82377f6b-009f-476a-9538-935724ae04f9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-82377f6b-009f-476a-9538-935724ae04f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-82377f6b-009f-476a-9538-935724ae04f9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-82377f6b-009f-476a-9538-935724ae04f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7237e7f-5caf-4541-960d-431390c5731a {
  margin-left: auto;
margin-right: auto;
}

#s-58cec18f-4537-484c-9263-53d948edc1f9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-58cec18f-4537-484c-9263-53d948edc1f9 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-58cec18f-4537-484c-9263-53d948edc1f9 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-58cec18f-4537-484c-9263-53d948edc1f9 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-58cec18f-4537-484c-9263-53d948edc1f9 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-58cec18f-4537-484c-9263-53d948edc1f9 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-222a9b51-ff03-46b1-9b03-1817ad0e7111 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-222a9b51-ff03-46b1-9b03-1817ad0e7111 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-f1a6a7e1-bd53-4444-bbe5-2d16486f5f06 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f1a6a7e1-bd53-4444-bbe5-2d16486f5f06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f1a6a7e1-bd53-4444-bbe5-2d16486f5f06 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f1a6a7e1-bd53-4444-bbe5-2d16486f5f06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff2e0e71-9dae-4005-b96b-fbc6875f2254 {
  margin-left: auto;
margin-right: auto;
}

#s-e1268699-b725-4b7b-8249-21475ffe7a27 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e1268699-b725-4b7b-8249-21475ffe7a27 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e1268699-b725-4b7b-8249-21475ffe7a27 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-e1268699-b725-4b7b-8249-21475ffe7a27 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-e1268699-b725-4b7b-8249-21475ffe7a27 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-e1268699-b725-4b7b-8249-21475ffe7a27 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-c229faa3-b056-49c5-b2ec-d7e9567f3a37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c229faa3-b056-49c5-b2ec-d7e9567f3a37 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-dd6922b4-383f-4ab7-82dd-e0c8247f579d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dd6922b4-383f-4ab7-82dd-e0c8247f579d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-dd6922b4-383f-4ab7-82dd-e0c8247f579d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-dd6922b4-383f-4ab7-82dd-e0c8247f579d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a261cec4-85d2-4dad-98c1-a7b1bef7d69b {
  margin-left: auto;
margin-right: auto;
}

#s-24faaa38-976c-4bf5-9f44-d803b8803a91 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-24faaa38-976c-4bf5-9f44-d803b8803a91 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-24faaa38-976c-4bf5-9f44-d803b8803a91 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-24faaa38-976c-4bf5-9f44-d803b8803a91 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-24faaa38-976c-4bf5-9f44-d803b8803a91 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-24faaa38-976c-4bf5-9f44-d803b8803a91 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-35cd3d4b-112a-49de-898f-7aad4f625a0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-35cd3d4b-112a-49de-898f-7aad4f625a0f .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-e183702f-cdf1-4792-b929-7dac3ab5b6e7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e183702f-cdf1-4792-b929-7dac3ab5b6e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e183702f-cdf1-4792-b929-7dac3ab5b6e7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e183702f-cdf1-4792-b929-7dac3ab5b6e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a2f7d474-841e-4891-8dbd-7066d09be1b5 {
  margin-left: auto;
margin-right: auto;
}

#s-621e24b8-83b0-43f0-8f90-96f33d5d3b6c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-621e24b8-83b0-43f0-8f90-96f33d5d3b6c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-621e24b8-83b0-43f0-8f90-96f33d5d3b6c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-621e24b8-83b0-43f0-8f90-96f33d5d3b6c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-621e24b8-83b0-43f0-8f90-96f33d5d3b6c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-621e24b8-83b0-43f0-8f90-96f33d5d3b6c .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-d129d3e4-d62d-4fef-a7a7-4c5c4dd8b16f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d129d3e4-d62d-4fef-a7a7-4c5c4dd8b16f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-5580fdfd-5b08-4471-afc6-f39c0be743b1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5580fdfd-5b08-4471-afc6-f39c0be743b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-5580fdfd-5b08-4471-afc6-f39c0be743b1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5580fdfd-5b08-4471-afc6-f39c0be743b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-095e11a3-c18d-410d-8b46-f192416abf98 {
  margin-left: auto;
margin-right: auto;
}

#s-da8ac977-6012-4850-8736-3b950e72c632 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-da8ac977-6012-4850-8736-3b950e72c632 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-da8ac977-6012-4850-8736-3b950e72c632 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-da8ac977-6012-4850-8736-3b950e72c632 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-da8ac977-6012-4850-8736-3b950e72c632 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-da8ac977-6012-4850-8736-3b950e72c632 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-59e3af84-6a00-447c-a236-2e46cf0bba8d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-59e3af84-6a00-447c-a236-2e46cf0bba8d .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-db5204e8-be08-4fa0-a786-3caf5e83db34 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-db5204e8-be08-4fa0-a786-3caf5e83db34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-db5204e8-be08-4fa0-a786-3caf5e83db34 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-db5204e8-be08-4fa0-a786-3caf5e83db34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ebd64d4c-2695-4648-ad33-494d8ba810fd {
  margin-left: auto;
margin-right: auto;
}

#s-2dad2128-820d-4536-835b-62db6dddbcc2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2dad2128-820d-4536-835b-62db6dddbcc2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-2dad2128-820d-4536-835b-62db6dddbcc2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-2dad2128-820d-4536-835b-62db6dddbcc2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-2dad2128-820d-4536-835b-62db6dddbcc2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-2dad2128-820d-4536-835b-62db6dddbcc2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-067b2def-4813-4740-9178-b3c7185821da {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-067b2def-4813-4740-9178-b3c7185821da .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-bc84348b-dda4-44d9-a6d4-4d35e82562d7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bc84348b-dda4-44d9-a6d4-4d35e82562d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-bc84348b-dda4-44d9-a6d4-4d35e82562d7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-bc84348b-dda4-44d9-a6d4-4d35e82562d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4ef7c403-f809-4de4-a23c-4d00a0e398e0 {
  margin-left: auto;
margin-right: auto;
}

#s-0123a751-180f-42f2-bcda-40a994a903d2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0123a751-180f-42f2-bcda-40a994a903d2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-0123a751-180f-42f2-bcda-40a994a903d2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-0123a751-180f-42f2-bcda-40a994a903d2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-0123a751-180f-42f2-bcda-40a994a903d2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-0123a751-180f-42f2-bcda-40a994a903d2 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-eed6e12c-b7d6-4c99-b2cc-1de7d05ffb56 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eed6e12c-b7d6-4c99-b2cc-1de7d05ffb56 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-4caf10df-ddcb-4c92-a929-e13ba8b133c3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4caf10df-ddcb-4c92-a929-e13ba8b133c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-4caf10df-ddcb-4c92-a929-e13ba8b133c3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4caf10df-ddcb-4c92-a929-e13ba8b133c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aa27b0d7-f828-41b3-8408-a109f17bb966 {
  margin-left: auto;
margin-right: auto;
}

#s-cec1d024-620b-4228-90d2-d4992d16c615 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cec1d024-620b-4228-90d2-d4992d16c615 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-cec1d024-620b-4228-90d2-d4992d16c615 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-cec1d024-620b-4228-90d2-d4992d16c615 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-cec1d024-620b-4228-90d2-d4992d16c615 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





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

.shg-c#s-cec1d024-620b-4228-90d2-d4992d16c615 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}





}
#s-9b0f9636-7116-4217-b839-794f7990fda2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b0f9636-7116-4217-b839-794f7990fda2 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-388cd8be-dc8f-4a0f-bd10-d1a229d2cb38 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-388cd8be-dc8f-4a0f-bd10-d1a229d2cb38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-388cd8be-dc8f-4a0f-bd10-d1a229d2cb38 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-388cd8be-dc8f-4a0f-bd10-d1a229d2cb38 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26fcbc69-1996-460c-a845-6a64d046beb9 {
  margin-left: auto;
margin-right: auto;
}

#s-aa04d02a-04ae-42a0-8b8b-6448c5a5fe23 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-aa04d02a-04ae-42a0-8b8b-6448c5a5fe23 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-aa04d02a-04ae-42a0-8b8b-6448c5a5fe23 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-aa04d02a-04ae-42a0-8b8b-6448c5a5fe23 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-aa04d02a-04ae-42a0-8b8b-6448c5a5fe23 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-aa04d02a-04ae-42a0-8b8b-6448c5a5fe23 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-852777a0-7e1c-4ea6-a525-cd746fcb1b98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-852777a0-7e1c-4ea6-a525-cd746fcb1b98 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-958e468f-cb3f-420b-8b57-80a472b22ddd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-958e468f-cb3f-420b-8b57-80a472b22ddd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-958e468f-cb3f-420b-8b57-80a472b22ddd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-958e468f-cb3f-420b-8b57-80a472b22ddd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c319f5cf-00bc-4038-af9b-bb7c3907dcbf {
  margin-left: auto;
margin-right: auto;
}

#s-4b96096a-75cf-4937-9761-ca49f2ab0e6f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4b96096a-75cf-4937-9761-ca49f2ab0e6f .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-4b96096a-75cf-4937-9761-ca49f2ab0e6f .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-4b96096a-75cf-4937-9761-ca49f2ab0e6f .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-4b96096a-75cf-4937-9761-ca49f2ab0e6f .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-4b96096a-75cf-4937-9761-ca49f2ab0e6f .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-0c016e9e-761c-496e-92d5-fb9852102465 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0c016e9e-761c-496e-92d5-fb9852102465 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-fe73ee32-bc6d-49f5-af62-d3b344c6d327 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fe73ee32-bc6d-49f5-af62-d3b344c6d327 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-fe73ee32-bc6d-49f5-af62-d3b344c6d327 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-fe73ee32-bc6d-49f5-af62-d3b344c6d327 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-91da8d63-8349-4a13-b9c0-8e094184fced {
  margin-left: auto;
margin-right: auto;
}

#s-6e06a964-865e-4b03-990c-e29b35b0f230 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6e06a964-865e-4b03-990c-e29b35b0f230 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-6e06a964-865e-4b03-990c-e29b35b0f230 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-6e06a964-865e-4b03-990c-e29b35b0f230 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-6e06a964-865e-4b03-990c-e29b35b0f230 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-6e06a964-865e-4b03-990c-e29b35b0f230 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-a6024781-e096-44fe-beb4-35b015b4be26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a6024781-e096-44fe-beb4-35b015b4be26 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 15px;
  
  
  
}

#s-a1feda73-6e9c-4a53-9173-1379ad956181 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a1feda73-6e9c-4a53-9173-1379ad956181 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-a1feda73-6e9c-4a53-9173-1379ad956181 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-a1feda73-6e9c-4a53-9173-1379ad956181 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2521734c-19e0-41e7-b376-21254d5617d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2521734c-19e0-41e7-b376-21254d5617d2 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-2521734c-19e0-41e7-b376-21254d5617d2 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
}







#s-2521734c-19e0-41e7-b376-21254d5617d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2521734c-19e0-41e7-b376-21254d5617d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-662be468-05e7-4917-b96d-d255a6120f18 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-662be468-05e7-4917-b96d-d255a6120f18 {
  margin-bottom: 4px;
}
}
#s-662be468-05e7-4917-b96d-d255a6120f18 .shg-proportional-font-size,
#s-662be468-05e7-4917-b96d-d255a6120f18 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6628cb97-3fee-4cd1-a467-ae7b140ffdee {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6628cb97-3fee-4cd1-a467-ae7b140ffdee .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-6628cb97-3fee-4cd1-a467-ae7b140ffdee .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Shippori Mincho";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  
}


}
#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 240px;
text-align: center;
}
@media (max-width: 767px){#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

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




.s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4px;
  margin-bottom: 4px;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dbdf9a6-8117-4554-b109-af5caf0c3254 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3dbdf9a6-8117-4554-b109-af5caf0c3254 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbdf9a6-8117-4554-b109-af5caf0c3254.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c764535b-d451-4db6-8061-059cbd69bec8 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c764535b-d451-4db6-8061-059cbd69bec8 {
  margin-top: -10px;
display: none;
}
#s-c764535b-d451-4db6-8061-059cbd69bec8, #wrap-s-c764535b-d451-4db6-8061-059cbd69bec8, #wrap-content-s-c764535b-d451-4db6-8061-059cbd69bec8 { display: none !important; }}
#s-c764535b-d451-4db6-8061-059cbd69bec8 .shg-proportional-font-size,
#s-c764535b-d451-4db6-8061-059cbd69bec8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2ab9fba8-a4a0-4452-b4df-154138b2042b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2ab9fba8-a4a0-4452-b4df-154138b2042b {
  display: none;
}
#s-2ab9fba8-a4a0-4452-b4df-154138b2042b, #wrap-s-2ab9fba8-a4a0-4452-b4df-154138b2042b, #wrap-content-s-2ab9fba8-a4a0-4452-b4df-154138b2042b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ab9fba8-a4a0-4452-b4df-154138b2042b {
  display: none;
}
#s-2ab9fba8-a4a0-4452-b4df-154138b2042b, #wrap-s-2ab9fba8-a4a0-4452-b4df-154138b2042b, #wrap-content-s-2ab9fba8-a4a0-4452-b4df-154138b2042b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ab9fba8-a4a0-4452-b4df-154138b2042b {
  display: none;
}
#s-2ab9fba8-a4a0-4452-b4df-154138b2042b, #wrap-s-2ab9fba8-a4a0-4452-b4df-154138b2042b, #wrap-content-s-2ab9fba8-a4a0-4452-b4df-154138b2042b { display: none !important; }}@media (max-width: 767px){#s-2ab9fba8-a4a0-4452-b4df-154138b2042b {
  margin-top: -10px;
}
}
#s-2ab9fba8-a4a0-4452-b4df-154138b2042b .shg-proportional-font-size,
#s-2ab9fba8-a4a0-4452-b4df-154138b2042b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9862f069-fe01-40a2-88c2-e43127b90080 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-9862f069-fe01-40a2-88c2-e43127b90080 {
  margin-top: 10px;
}
}
#s-9862f069-fe01-40a2-88c2-e43127b90080 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 {
  --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-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-prev,
#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-next {
  
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-prev svg,
#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 .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-9862f069-fe01-40a2-88c2-e43127b90080 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-9862f069-fe01-40a2-88c2-e43127b90080 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 {
  --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-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-prev,
#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-next {
  
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-prev svg,
#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9862f069-fe01-40a2-88c2-e43127b90080 .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-9862f069-fe01-40a2-88c2-e43127b90080 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-6973ccd0-9f70-4ffd-a257-91d4fbe0012e {
  margin-left: auto;
margin-right: auto;
}

#s-bb9d020b-3bf2-4be1-9537-2281464e533d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bb9d020b-3bf2-4be1-9537-2281464e533d .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-bb9d020b-3bf2-4be1-9537-2281464e533d .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-bb9d020b-3bf2-4be1-9537-2281464e533d .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-bb9d020b-3bf2-4be1-9537-2281464e533d .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-bb9d020b-3bf2-4be1-9537-2281464e533d .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-d7ddd6e5-6c3a-4671-bb54-b18fa30c3d6f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d7ddd6e5-6c3a-4671-bb54-b18fa30c3d6f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-d7ddd6e5-6c3a-4671-bb54-b18fa30c3d6f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}
}
#s-030cbe70-9b0c-4462-a66a-5c4240c6ae70 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-030cbe70-9b0c-4462-a66a-5c4240c6ae70 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-030cbe70-9b0c-4462-a66a-5c4240c6ae70 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-030cbe70-9b0c-4462-a66a-5c4240c6ae70 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-030cbe70-9b0c-4462-a66a-5c4240c6ae70 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-030cbe70-9b0c-4462-a66a-5c4240c6ae70 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-030cbe70-9b0c-4462-a66a-5c4240c6ae70 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-526a5b2b-0598-4b1b-9115-9423f54ea649 {
  margin-left: auto;
margin-right: auto;
}

#s-47c45d7d-4781-4946-9830-6d9c112b4cfd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-47c45d7d-4781-4946-9830-6d9c112b4cfd .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-47c45d7d-4781-4946-9830-6d9c112b4cfd .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-47c45d7d-4781-4946-9830-6d9c112b4cfd .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-47c45d7d-4781-4946-9830-6d9c112b4cfd .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-47c45d7d-4781-4946-9830-6d9c112b4cfd .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-c728871e-7eb6-4fac-ae24-134feec6c840 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c728871e-7eb6-4fac-ae24-134feec6c840 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-c728871e-7eb6-4fac-ae24-134feec6c840 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}
}
#s-f28cf471-d586-4ce3-8bbd-73d6cac55387 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f28cf471-d586-4ce3-8bbd-73d6cac55387 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-f28cf471-d586-4ce3-8bbd-73d6cac55387 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-f28cf471-d586-4ce3-8bbd-73d6cac55387 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-f28cf471-d586-4ce3-8bbd-73d6cac55387 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f28cf471-d586-4ce3-8bbd-73d6cac55387 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f28cf471-d586-4ce3-8bbd-73d6cac55387 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-877cfe0e-239d-4bc6-a7a5-5f0525cee1be {
  margin-left: auto;
margin-right: auto;
}

#s-a9dadf15-4775-4b89-addd-fa5036a7d4dc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a9dadf15-4775-4b89-addd-fa5036a7d4dc .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a9dadf15-4775-4b89-addd-fa5036a7d4dc .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-a9dadf15-4775-4b89-addd-fa5036a7d4dc .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-a9dadf15-4775-4b89-addd-fa5036a7d4dc .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-a9dadf15-4775-4b89-addd-fa5036a7d4dc .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-e1f1bbb7-f20f-4fed-bdeb-7144b812f343 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e1f1bbb7-f20f-4fed-bdeb-7144b812f343 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-e1f1bbb7-f20f-4fed-bdeb-7144b812f343 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}
}
#s-4f3ae89f-8b34-43c1-aa18-2ac70adb64e6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4f3ae89f-8b34-43c1-aa18-2ac70adb64e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-4f3ae89f-8b34-43c1-aa18-2ac70adb64e6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-4f3ae89f-8b34-43c1-aa18-2ac70adb64e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-4f3ae89f-8b34-43c1-aa18-2ac70adb64e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-4f3ae89f-8b34-43c1-aa18-2ac70adb64e6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4f3ae89f-8b34-43c1-aa18-2ac70adb64e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-61bab687-0ed2-4a52-ba2a-a0ff66bf67d4 {
  margin-left: auto;
margin-right: auto;
}

#s-a8e87c61-6d68-4cf4-a356-d71e3c24fae9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8e87c61-6d68-4cf4-a356-d71e3c24fae9 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a8e87c61-6d68-4cf4-a356-d71e3c24fae9 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-a8e87c61-6d68-4cf4-a356-d71e3c24fae9 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-a8e87c61-6d68-4cf4-a356-d71e3c24fae9 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-a8e87c61-6d68-4cf4-a356-d71e3c24fae9 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-f1377baa-2709-4ab2-964f-7ecd55fe25bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f1377baa-2709-4ab2-964f-7ecd55fe25bb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-f1377baa-2709-4ab2-964f-7ecd55fe25bb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}
}
#s-2c46c14f-ce3c-4765-a238-8c3a5fceaee6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2c46c14f-ce3c-4765-a238-8c3a5fceaee6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-2c46c14f-ce3c-4765-a238-8c3a5fceaee6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-2c46c14f-ce3c-4765-a238-8c3a5fceaee6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-2c46c14f-ce3c-4765-a238-8c3a5fceaee6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-2c46c14f-ce3c-4765-a238-8c3a5fceaee6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-2c46c14f-ce3c-4765-a238-8c3a5fceaee6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-69d20497-ffbb-4d77-924e-2dd8efef2203 {
  margin-left: auto;
margin-right: auto;
}

#s-3910ab20-3362-4389-93ff-95b7205b7873 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3910ab20-3362-4389-93ff-95b7205b7873 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3910ab20-3362-4389-93ff-95b7205b7873 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-3910ab20-3362-4389-93ff-95b7205b7873 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-3910ab20-3362-4389-93ff-95b7205b7873 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-3910ab20-3362-4389-93ff-95b7205b7873 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-221063be-8510-4844-99d1-aa18179e8cf4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-221063be-8510-4844-99d1-aa18179e8cf4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-221063be-8510-4844-99d1-aa18179e8cf4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}
}
#s-307ba82b-2b2e-4993-abdd-2ee23919bd15 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-307ba82b-2b2e-4993-abdd-2ee23919bd15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-307ba82b-2b2e-4993-abdd-2ee23919bd15 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-307ba82b-2b2e-4993-abdd-2ee23919bd15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-307ba82b-2b2e-4993-abdd-2ee23919bd15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-307ba82b-2b2e-4993-abdd-2ee23919bd15 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-307ba82b-2b2e-4993-abdd-2ee23919bd15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-dd923ef5-db8e-4a10-b50a-97113e5e1a52 {
  margin-left: auto;
margin-right: auto;
}

#s-acfaac90-dc37-4679-9fe8-0a3681e742f0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-acfaac90-dc37-4679-9fe8-0a3681e742f0 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-acfaac90-dc37-4679-9fe8-0a3681e742f0 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-acfaac90-dc37-4679-9fe8-0a3681e742f0 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-acfaac90-dc37-4679-9fe8-0a3681e742f0 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





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

.shg-c#s-acfaac90-dc37-4679-9fe8-0a3681e742f0 .shg-image-zoom {
  width:  960; 
  height:  100%; 
}





}
#s-3dab7b76-64b6-402c-adab-4cba44e8a2bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3dab7b76-64b6-402c-adab-4cba44e8a2bc .shg-product-title-component h3 span {
  
  font-weight:  200 ;
  font-family: Montserrat;
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-3dab7b76-64b6-402c-adab-4cba44e8a2bc .shg-product-title-component h3 span {
  
  font-weight:  200 ;
  font-family: Montserrat;
  
  font-size: 15px;
  
  
  
}
}
#s-f14c02a4-ebb3-49e3-ac29-4912eb430397 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f14c02a4-ebb3-49e3-ac29-4912eb430397 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-f14c02a4-ebb3-49e3-ac29-4912eb430397 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-f14c02a4-ebb3-49e3-ac29-4912eb430397 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-f14c02a4-ebb3-49e3-ac29-4912eb430397 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f14c02a4-ebb3-49e3-ac29-4912eb430397 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f14c02a4-ebb3-49e3-ac29-4912eb430397 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-58572137-b8a0-4b81-ab9b-0108356e0a72 {
  margin-left: auto;
margin-right: auto;
}

#s-58572137-b8a0-4b81-ab9b-0108356e0a72 hr {
  border-top: 2px solid #ddd;
}

#s-227c8475-7da0-44af-b7e3-bf609cd6056e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-227c8475-7da0-44af-b7e3-bf609cd6056e {
  margin-top: 40px;
margin-bottom: 40px;
max-width: 1100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-227c8475-7da0-44af-b7e3-bf609cd6056e {
  padding-left: 40px;
padding-right: 40px;
max-width: 100%;
}
}@media (max-width: 767px){#s-227c8475-7da0-44af-b7e3-bf609cd6056e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-227c8475-7da0-44af-b7e3-bf609cd6056e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-227c8475-7da0-44af-b7e3-bf609cd6056e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3e12974-5906-4776-9556-8dd75a2f2c34 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e3e12974-5906-4776-9556-8dd75a2f2c34 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e3e12974-5906-4776-9556-8dd75a2f2c34 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-e3e12974-5906-4776-9556-8dd75a2f2c34 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3fbf3397-5ee1-41dc-84e6-0d6d0239425d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-3fbf3397-5ee1-41dc-84e6-0d6d0239425d .shg-proportional-font-size,
#s-3fbf3397-5ee1-41dc-84e6-0d6d0239425d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8e75e0c2-891f-413d-89a6-58fd971f0c6d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e75e0c2-891f-413d-89a6-58fd971f0c6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 0px;
}
}
@media (min-width: 0px) {
[id="s-8e75e0c2-891f-413d-89a6-58fd971f0c6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e75e0c2-891f-413d-89a6-58fd971f0c6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8e75e0c2-891f-413d-89a6-58fd971f0c6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e75e0c2-891f-413d-89a6-58fd971f0c6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c861000c-c129-4cdb-aa5c-c94f312013ee {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c861000c-c129-4cdb-aa5c-c94f312013ee {
  min-height: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c861000c-c129-4cdb-aa5c-c94f312013ee {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 240px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c861000c-c129-4cdb-aa5c-c94f312013ee {
  min-height: 180px;
}
}@media (max-width: 767px){#s-c861000c-c129-4cdb-aa5c-c94f312013ee {
  margin-bottom: 10px;
min-height: 120px;
}
}







#s-c861000c-c129-4cdb-aa5c-c94f312013ee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-c861000c-c129-4cdb-aa5c-c94f312013ee {
  cursor: pointer;
}#s-c861000c-c129-4cdb-aa5c-c94f312013ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeea5f46-e702-41c1-9e91-3f9570a2285a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eeea5f46-e702-41c1-9e91-3f9570a2285a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-20427841-b7f3-4cba-bdb4-0d8770d6d24c {
  margin-left: auto;
margin-right: auto;
}

#s-20427841-b7f3-4cba-bdb4-0d8770d6d24c .shg-proportional-font-size,
#s-20427841-b7f3-4cba-bdb4-0d8770d6d24c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98 {
  min-height: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 240px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98 {
  min-height: 180px;
}
}@media (max-width: 767px){#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98 {
  min-height: 120px;
}
}







#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98 {
  cursor: pointer;
}#s-0992a984-2882-4b3e-b6c6-1d6404c9cc98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aee9b14a-3292-4f0c-8723-a5612e28ece2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aee9b14a-3292-4f0c-8723-a5612e28ece2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-c51a33ef-f21b-4c57-8885-3d2c543e77a4 {
  margin-left: auto;
margin-right: auto;
}

#s-c51a33ef-f21b-4c57-8885-3d2c543e77a4 .shg-proportional-font-size,
#s-c51a33ef-f21b-4c57-8885-3d2c543e77a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $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}