.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-46f0b4c2-ba41-4000-890d-934a0db98426 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-46f0b4c2-ba41-4000-890d-934a0db98426 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46f0b4c2-ba41-4000-890d-934a0db98426 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46f0b4c2-ba41-4000-890d-934a0db98426 {
  
}
}@media (max-width: 767px){#s-46f0b4c2-ba41-4000-890d-934a0db98426 {
  
}
}







#s-46f0b4c2-ba41-4000-890d-934a0db98426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46f0b4c2-ba41-4000-890d-934a0db98426.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dc508d59-d1d0-4b92-a213-5df3e6fd9431 {
  min-height: 50px;
background-color: rgba(153, 47, 197, 0);
}








#s-dc508d59-d1d0-4b92-a213-5df3e6fd9431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc508d59-d1d0-4b92-a213-5df3e6fd9431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bad6e161-de07-4034-a1aa-234c214aff1f {
  text-align: center;
}







  img.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
    
    
  }


.s-bad6e161-de07-4034-a1aa-234c214aff1f .shogun-image-content {
  
    align-items: center;
  
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shg-align-container {
  text-align: center
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
    
    
  }


.s-bad6e161-de07-4034-a1aa-234c214aff1f .shogun-image-content {
  
    align-items: center;
  
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shg-align-container {
  text-align: center
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
    
    
  }


.s-bad6e161-de07-4034-a1aa-234c214aff1f .shogun-image-content {
  
    align-items: center;
  
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shg-align-container {
  text-align: center
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
    
    
  }


.s-bad6e161-de07-4034-a1aa-234c214aff1f .shogun-image-content {
  
    align-items: center;
  
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shg-align-container {
  text-align: center
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
    
    
  }


.s-bad6e161-de07-4034-a1aa-234c214aff1f .shogun-image-content {
  
    align-items: center;
  
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shg-align-container {
  text-align: center
}

.s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad6e161-de07-4034-a1aa-234c214aff1f.shogun-image {
  box-sizing: border-box;
}


}
#s-c97b05fa-c39e-428c-8b3c-b2e5678e912f {
  box-shadow:1px 1px 1px 1px rgba(246, 226, 99, 1);
min-height: 50px;
}








#s-c97b05fa-c39e-428c-8b3c-b2e5678e912f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c97b05fa-c39e-428c-8b3c-b2e5678e912f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

#s-8c857179-eeff-4701-8fc0-24506f9d616f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8c857179-eeff-4701-8fc0-24506f9d616f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c857179-eeff-4701-8fc0-24506f9d616f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8c857179-eeff-4701-8fc0-24506f9d616f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8c857179-eeff-4701-8fc0-24506f9d616f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7a8d600b-948f-4151-b3d5-1ea8c65dd4d2 {
  min-height: 50px;
}








#s-7a8d600b-948f-4151-b3d5-1ea8c65dd4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a8d600b-948f-4151-b3d5-1ea8c65dd4d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f9fb0e3f-d7f1-44f2-8b70-76f1ebf0b00b {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-f9fb0e3f-d7f1-44f2-8b70-76f1ebf0b00b img.shogun-image {
    

    
    
    
  }


#s-f9fb0e3f-d7f1-44f2-8b70-76f1ebf0b00b .shogun-image-content {
  
    align-items: 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-3167c6c0-8789-4151-a3f0-6fc96f54f936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3167c6c0-8789-4151-a3f0-6fc96f54f936 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


#s-3167c6c0-8789-4151-a3f0-6fc96f54f936 .shogun-heading-component h6 a {
  color: #000;
}


#s-5d28d28a-dcf0-46bf-8192-5d892bd83a4e {
  min-height: 50px;
}








#s-5d28d28a-dcf0-46bf-8192-5d892bd83a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d28d28a-dcf0-46bf-8192-5d892bd83a4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52e84f7c-4f4d-4fe5-a250-7705cb8b4a95 {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-52e84f7c-4f4d-4fe5-a250-7705cb8b4a95 img.shogun-image {
    

    
    
    
  }


#s-52e84f7c-4f4d-4fe5-a250-7705cb8b4a95 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d4b7a58-0c61-4f77-9b5e-9288c689141d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d4b7a58-0c61-4f77-9b5e-9288c689141d .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


#s-8d4b7a58-0c61-4f77-9b5e-9288c689141d .shogun-heading-component h6 a {
  color: #000;
}


#s-5d207dfc-53ce-478f-ab99-5b3b6ece8ffa {
  min-height: 50px;
}








#s-5d207dfc-53ce-478f-ab99-5b3b6ece8ffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d207dfc-53ce-478f-ab99-5b3b6ece8ffa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9113968-4808-495e-86c1-a1aa78990178 {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-e9113968-4808-495e-86c1-a1aa78990178 img.shogun-image {
    

    
    
    
  }


#s-e9113968-4808-495e-86c1-a1aa78990178 .shogun-image-content {
  
    align-items: center;
  
}

#s-df28a1ac-4335-4da9-bd49-3692b70ceda6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df28a1ac-4335-4da9-bd49-3692b70ceda6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


#s-df28a1ac-4335-4da9-bd49-3692b70ceda6 .shogun-heading-component h6 a {
  color: #000;
}


#s-309607b2-f54e-4f4d-9421-78c15a5bc7aa {
  min-height: 50px;
}








#s-309607b2-f54e-4f4d-9421-78c15a5bc7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-309607b2-f54e-4f4d-9421-78c15a5bc7aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04a401cf-5bb0-431e-ba72-7a2e852da3cc {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-04a401cf-5bb0-431e-ba72-7a2e852da3cc img.shogun-image {
    

    
    
    
  }


#s-04a401cf-5bb0-431e-ba72-7a2e852da3cc .shogun-image-content {
  
    align-items: center;
  
}

#s-a5d35c3d-9743-4f73-8dab-12db5ec85421 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5d35c3d-9743-4f73-8dab-12db5ec85421 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


#s-a5d35c3d-9743-4f73-8dab-12db5ec85421 .shogun-heading-component h6 a {
  color: #000;
}


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

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

#s-a622d2d1-75ef-4a82-8420-4ee0020ea611 hr {
  border-top: 2px solid #ddd;
}

#s-9217689b-ab97-49d2-8ef0-71b225b48f3c {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-9217689b-ab97-49d2-8ef0-71b225b48f3c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9217689b-ab97-49d2-8ef0-71b225b48f3c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9217689b-ab97-49d2-8ef0-71b225b48f3c {
  
}
}@media (max-width: 767px){#s-9217689b-ab97-49d2-8ef0-71b225b48f3c {
  
}
}







#s-9217689b-ab97-49d2-8ef0-71b225b48f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9217689b-ab97-49d2-8ef0-71b225b48f3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab5a36d2-504a-4167-8e5f-b098d372383d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ab5a36d2-504a-4167-8e5f-b098d372383d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab5a36d2-504a-4167-8e5f-b098d372383d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab5a36d2-504a-4167-8e5f-b098d372383d {
  
}
}@media (max-width: 767px){#s-ab5a36d2-504a-4167-8e5f-b098d372383d {
  
}
}







#s-ab5a36d2-504a-4167-8e5f-b098d372383d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ab5a36d2-504a-4167-8e5f-b098d372383d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-703337b1-9e10-4a7b-97ad-9d00b6e7f764 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-703337b1-9e10-4a7b-97ad-9d00b6e7f764"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-703337b1-9e10-4a7b-97ad-9d00b6e7f764"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-703337b1-9e10-4a7b-97ad-9d00b6e7f764"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-703337b1-9e10-4a7b-97ad-9d00b6e7f764"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-703337b1-9e10-4a7b-97ad-9d00b6e7f764"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-eac0a52c-e4b5-400c-a97a-5237163990d7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-eac0a52c-e4b5-400c-a97a-5237163990d7 {
  min-height: 250px;
}
}







#s-eac0a52c-e4b5-400c-a97a-5237163990d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac0a52c-e4b5-400c-a97a-5237163990d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-eac0a52c-e4b5-400c-a97a-5237163990d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac0a52c-e4b5-400c-a97a-5237163990d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-7c63331b-8ee3-48dc-8b35-9184f8493fce {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 0px;
}
@media (max-width: 767px){#s-7c63331b-8ee3-48dc-8b35-9184f8493fce {
  
}
}
#s-342fc8ad-c1fd-42c5-8353-120f93bc96d9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-342fc8ad-c1fd-42c5-8353-120f93bc96d9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-dee1a02e-0068-49a0-8e78-2fa704365f0c {
  text-align: center;
}







  #s-dee1a02e-0068-49a0-8e78-2fa704365f0c img.shogun-image {
    

    
    
    
  }


#s-dee1a02e-0068-49a0-8e78-2fa704365f0c .shogun-image-content {
  
    align-items: center;
  
}

#s-9fb1512d-73fa-4c48-b22b-e220bfc53335 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-9fb1512d-73fa-4c48-b22b-e220bfc53335 {
  min-height: 311px;
}
}







#s-9fb1512d-73fa-4c48-b22b-e220bfc53335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fb1512d-73fa-4c48-b22b-e220bfc53335.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c1562e03-1f42-426a-ae3c-2e3497783c3e {
  text-align: left;
}

#s-76ba4f99-bd39-4378-8b8c-d6e982b6b01c {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-76ba4f99-bd39-4378-8b8c-d6e982b6b01c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76ba4f99-bd39-4378-8b8c-d6e982b6b01c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-76ba4f99-bd39-4378-8b8c-d6e982b6b01c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76ba4f99-bd39-4378-8b8c-d6e982b6b01c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-b5d1dce5-5ff3-4282-b506-0b925e15778b {
  margin-bottom: 2%;
}

#s-48499696-a2a9-4c8e-b1b4-aa5f09e90dfa {
  margin-top: 10px;
margin-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-48499696-a2a9-4c8e-b1b4-aa5f09e90dfa {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-bd276114-8ebf-4c63-b613-8c4ef49314a4 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd276114-8ebf-4c63-b613-8c4ef49314a4 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-bd276114-8ebf-4c63-b613-8c4ef49314a4 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-bd276114-8ebf-4c63-b613-8c4ef49314a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd276114-8ebf-4c63-b613-8c4ef49314a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bd276114-8ebf-4c63-b613-8c4ef49314a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd276114-8ebf-4c63-b613-8c4ef49314a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-a895e74e-3f35-4d53-b415-ba03a6df76a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a895e74e-3f35-4d53-b415-ba03a6df76a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a895e74e-3f35-4d53-b415-ba03a6df76a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a895e74e-3f35-4d53-b415-ba03a6df76a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8b1619a9-cacc-4681-ada2-b6d160b47679 {
  display: none;
}
#s-fe90eea2-d4c7-4a2b-9993-bed5854b44a0 {
  display: none;
}
.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);
}

.shg-product-image-wrapper {
  display: none;
  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-441a78f2-b141-4b11-b448-2d6d6a25bd70 {
  text-align: left;
}



.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-441a78f2-b141-4b11-b448-2d6d6a25bd70 img.shogun-image {
  width: 100%;
}



}
#s-907e6354-0ccc-4386-bc12-a949efc3dbcf {
  margin-top: 5px;
text-align: center;
}

#s-907e6354-0ccc-4386-bc12-a949efc3dbcf .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-907e6354-0ccc-4386-bc12-a949efc3dbcf .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-907e6354-0ccc-4386-bc12-a949efc3dbcf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-b4a7fffb-a0ca-4a31-ae9a-ff598626aa6a {
  text-align: center;
}

#s-b4a7fffb-a0ca-4a31-ae9a-ff598626aa6a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

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

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

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

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

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

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

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

#s-4640be56-3583-4e33-821a-43b095941193 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4640be56-3583-4e33-821a-43b095941193:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4640be56-3583-4e33-821a-43b095941193:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4640be56-3583-4e33-821a-43b095941193 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4640be56-3583-4e33-821a-43b095941193.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4640be56-3583-4e33-821a-43b095941193.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4640be56-3583-4e33-821a-43b095941193.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4640be56-3583-4e33-821a-43b095941193.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-885eec8d-505a-4e06-8a68-2cdf7da2dbeb {
  display: none;
}
#s-237ac0e3-7e48-4051-a62e-a4cc2d94c3ed {
  display: none;
}
#s-ba2b6b63-3433-45da-948e-8697854c7622 {
  text-align: left;
}



.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2b6b63-3433-45da-948e-8697854c7622 img.shogun-image {
  width: 100%;
}



}
#s-a8b1aaaf-9f0a-485c-9643-fdc7c0950eb4 {
  text-align: center;
}

#s-a8b1aaaf-9f0a-485c-9643-fdc7c0950eb4 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a8b1aaaf-9f0a-485c-9643-fdc7c0950eb4 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-a8b1aaaf-9f0a-485c-9643-fdc7c0950eb4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-14f8cba3-87ca-41bc-8e43-f92eee3f978a {
  text-align: center;
}

#s-14f8cba3-87ca-41bc-8e43-f92eee3f978a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-b40118a1-c5e4-4471-a917-520f12995583 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b40118a1-c5e4-4471-a917-520f12995583:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b40118a1-c5e4-4471-a917-520f12995583:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b40118a1-c5e4-4471-a917-520f12995583 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b40118a1-c5e4-4471-a917-520f12995583.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b40118a1-c5e4-4471-a917-520f12995583.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b40118a1-c5e4-4471-a917-520f12995583.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b40118a1-c5e4-4471-a917-520f12995583.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-2a0449d2-ecc6-4437-be9d-25c7f277a5da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2a0449d2-ecc6-4437-be9d-25c7f277a5da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2a0449d2-ecc6-4437-be9d-25c7f277a5da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a0449d2-ecc6-4437-be9d-25c7f277a5da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-da479667-37b5-4dce-8ac9-636e292abf34 {
  display: none;
}
#s-acdd6333-b68a-44c1-bd27-154e37a01e24 {
  display: none;
}
#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 {
  text-align: left;
}



.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b92887c-94e3-4a4c-9b29-0241d6b224a8 img.shogun-image {
  width: 100%;
}



}
#s-6b7b5bd7-641c-40d4-99ca-ef48815b13f3 {
  margin-top: 5px;
text-align: center;
}

#s-6b7b5bd7-641c-40d4-99ca-ef48815b13f3 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-6b7b5bd7-641c-40d4-99ca-ef48815b13f3 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-6b7b5bd7-641c-40d4-99ca-ef48815b13f3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-91f5288f-63f6-4ebb-8094-74cd486d1565 {
  text-align: center;
}

#s-91f5288f-63f6-4ebb-8094-74cd486d1565 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-0727f1fe-95aa-425b-8081-12e72ab0cf43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0727f1fe-95aa-425b-8081-12e72ab0cf43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0727f1fe-95aa-425b-8081-12e72ab0cf43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0727f1fe-95aa-425b-8081-12e72ab0cf43 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0727f1fe-95aa-425b-8081-12e72ab0cf43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0727f1fe-95aa-425b-8081-12e72ab0cf43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0727f1fe-95aa-425b-8081-12e72ab0cf43.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0727f1fe-95aa-425b-8081-12e72ab0cf43.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-55868ec9-6258-4485-95e8-d1740f7cf304 {
  display: none;
}
#s-b4f14b2a-87af-47e5-aac0-328d73504d55 {
  display: none;
}
#s-e7d3affe-7f23-4223-85ed-01ffe0362056 {
  text-align: left;
}



.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d3affe-7f23-4223-85ed-01ffe0362056 img.shogun-image {
  width: 100%;
}



}
#s-44bf44f6-0126-4f5e-a357-d3c21bede858 {
  margin-top: 5px;
text-align: center;
}

#s-44bf44f6-0126-4f5e-a357-d3c21bede858 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-44bf44f6-0126-4f5e-a357-d3c21bede858 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-44bf44f6-0126-4f5e-a357-d3c21bede858 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-cb1d3abc-950e-4d72-8aca-14ea27206553 {
  text-align: center;
}

#s-cb1d3abc-950e-4d72-8aca-14ea27206553 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-31e28507-c49a-4200-8445-191bfedf4620 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-31e28507-c49a-4200-8445-191bfedf4620:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31e28507-c49a-4200-8445-191bfedf4620:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31e28507-c49a-4200-8445-191bfedf4620 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31e28507-c49a-4200-8445-191bfedf4620.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31e28507-c49a-4200-8445-191bfedf4620.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31e28507-c49a-4200-8445-191bfedf4620.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-31e28507-c49a-4200-8445-191bfedf4620.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-732cb6eb-7989-4c7c-974f-533e6288c2f8 {
  min-height: 10px;
}








#s-732cb6eb-7989-4c7c-974f-533e6288c2f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-732cb6eb-7989-4c7c-974f-533e6288c2f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-115c8ed1-4059-4e36-aa32-b77d59f3f931 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-115c8ed1-4059-4e36-aa32-b77d59f3f931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115c8ed1-4059-4e36-aa32-b77d59f3f931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a {
  border-style: solid;
padding-top: 10px;
padding-left: 120px;
padding-bottom: 10px;
padding-right: 120px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
opacity: 1;
}
#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a175235-40ba-4a56-b6f4-2d4b57836a7a-btn-wrapper {
    text-align: center;
  }


#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a175235-40ba-4a56-b6f4-2d4b57836a7a-btn-wrapper {
    text-align: center;
  }


#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a175235-40ba-4a56-b6f4-2d4b57836a7a-btn-wrapper {
    text-align: center;
  }


#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a175235-40ba-4a56-b6f4-2d4b57836a7a-btn-wrapper {
    text-align: center;
  }


#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a175235-40ba-4a56-b6f4-2d4b57836a7a-btn-wrapper {
    text-align: center;
  }


#s-4a175235-40ba-4a56-b6f4-2d4b57836a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-654c466b-1c73-4b36-a814-e2ade2fef435 hr {
  border-top: 2px solid #ddd;
}

#s-e45563fd-1b89-49b4-8bfa-ea5a1a81e17c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e45563fd-1b89-49b4-8bfa-ea5a1a81e17c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e45563fd-1b89-49b4-8bfa-ea5a1a81e17c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e45563fd-1b89-49b4-8bfa-ea5a1a81e17c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e45563fd-1b89-49b4-8bfa-ea5a1a81e17c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9361e17a-d080-4ab8-9e0a-c88e0f4c35ee {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-9361e17a-d080-4ab8-9e0a-c88e0f4c35ee {
  min-height: 300px;
}
}







#s-9361e17a-d080-4ab8-9e0a-c88e0f4c35ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9361e17a-d080-4ab8-9e0a-c88e0f4c35ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a36a2c4a-9339-4bdd-a02e-86307091fa8d {
  text-align: left;
}

#s-ed2baa93-4589-4f22-a5d4-1cb7090de333 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-ed2baa93-4589-4f22-a5d4-1cb7090de333 {
  min-height: 250px;
}
}







#s-ed2baa93-4589-4f22-a5d4-1cb7090de333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2baa93-4589-4f22-a5d4-1cb7090de333.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00ad30ac-230f-4a80-b360-e87e2a949d92 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-4ad5602d-a152-4bed-8ba8-d3809386d72a {
  margin-left: 50px;
margin-right: 50px;
}

#s-4ad5602d-a152-4bed-8ba8-d3809386d72a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-bfecbac6-5d47-4d37-acec-0146562e81b8 {
  text-align: center;
}







  #s-bfecbac6-5d47-4d37-acec-0146562e81b8 img.shogun-image {
    

    
    
    
  }


#s-bfecbac6-5d47-4d37-acec-0146562e81b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-99661e0e-96af-4bcb-9bfc-94935cc0b73e {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-99661e0e-96af-4bcb-9bfc-94935cc0b73e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99661e0e-96af-4bcb-9bfc-94935cc0b73e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99661e0e-96af-4bcb-9bfc-94935cc0b73e {
  
}
}@media (max-width: 767px){#s-99661e0e-96af-4bcb-9bfc-94935cc0b73e {
  
}
}







#s-99661e0e-96af-4bcb-9bfc-94935cc0b73e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99661e0e-96af-4bcb-9bfc-94935cc0b73e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63b6f96d-045f-4a8d-b544-5dd83a9b0435 {
  margin-bottom: 2%;
}

#s-e956fe11-c0b3-4b63-b96c-3c8879bfa6f3 {
  margin-top: 10px;
margin-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-e956fe11-c0b3-4b63-b96c-3c8879bfa6f3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-3c0bd8b6-63f1-48a3-b96a-bc0be5282262 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c0bd8b6-63f1-48a3-b96a-bc0be5282262 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3c0bd8b6-63f1-48a3-b96a-bc0be5282262 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-3c0bd8b6-63f1-48a3-b96a-bc0be5282262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c0bd8b6-63f1-48a3-b96a-bc0be5282262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3c0bd8b6-63f1-48a3-b96a-bc0be5282262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c0bd8b6-63f1-48a3-b96a-bc0be5282262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-56bda0c6-5912-4a33-8bcf-bf700d0396e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-56bda0c6-5912-4a33-8bcf-bf700d0396e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-56bda0c6-5912-4a33-8bcf-bf700d0396e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-56bda0c6-5912-4a33-8bcf-bf700d0396e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e34a167f-edbb-4be1-b0b4-cc6fdbc60a85 {
  display: none;
}
#s-1776b501-0f08-4d36-99a9-907e2335a663 {
  display: none;
}
#s-57e20240-6918-4f98-81a7-040a477c62ff {
  text-align: left;
}



.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57e20240-6918-4f98-81a7-040a477c62ff img.shogun-image {
  width: 100%;
}



}
#s-63033f39-2998-4d68-a4db-69387e3cb797 {
  margin-top: 5px;
text-align: center;
}

#s-63033f39-2998-4d68-a4db-69387e3cb797 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-63033f39-2998-4d68-a4db-69387e3cb797 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-63033f39-2998-4d68-a4db-69387e3cb797 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-a4ddad84-09cf-4665-8086-df788c935bb3 {
  text-align: center;
}

#s-a4ddad84-09cf-4665-8086-df788c935bb3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cd2f38bc-f91b-46e2-a9f6-4159d5ddb90e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7c3720f1-0f50-4b66-b108-bb6d772bd1d8 {
  display: none;
}
#s-f5689a7d-0088-4d28-8309-59bd23c418f4 {
  display: none;
}
#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 {
  text-align: left;
}



.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1aa6a6e2-3d46-404e-ac00-6dbbd3d12918 img.shogun-image {
  width: 100%;
}



}
#s-93654b52-1824-4e1d-ba9e-e8e62651dfda {
  margin-top: 5px;
text-align: center;
}

#s-93654b52-1824-4e1d-ba9e-e8e62651dfda .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-93654b52-1824-4e1d-ba9e-e8e62651dfda .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-93654b52-1824-4e1d-ba9e-e8e62651dfda .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-b0d5c050-c77c-4177-bf27-eb9337f5774e {
  text-align: center;
}

#s-b0d5c050-c77c-4177-bf27-eb9337f5774e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-10e2db54-de4e-4828-9de3-24cacba8fc1a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-10e2db54-de4e-4828-9de3-24cacba8fc1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10e2db54-de4e-4828-9de3-24cacba8fc1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-10e2db54-de4e-4828-9de3-24cacba8fc1a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10e2db54-de4e-4828-9de3-24cacba8fc1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10e2db54-de4e-4828-9de3-24cacba8fc1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-10e2db54-de4e-4828-9de3-24cacba8fc1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-10e2db54-de4e-4828-9de3-24cacba8fc1a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-ae030e3a-c2f1-4b24-8616-0aa29637d178"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ae030e3a-c2f1-4b24-8616-0aa29637d178"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ae030e3a-c2f1-4b24-8616-0aa29637d178"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae030e3a-c2f1-4b24-8616-0aa29637d178"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-22f42121-c16d-4ac4-a61a-80b7e8f8e397 {
  display: none;
}
#s-c4449373-d475-4d26-b230-a3bf4d699300 {
  display: none;
}
#s-8c748f01-24ea-46b5-ab82-6c8ef173991b {
  text-align: left;
}



.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c748f01-24ea-46b5-ab82-6c8ef173991b img.shogun-image {
  width: 100%;
}



}
#s-f5de55bd-175e-4aeb-89cf-95d0e0d30722 {
  margin-top: 5px;
text-align: center;
}

#s-f5de55bd-175e-4aeb-89cf-95d0e0d30722 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f5de55bd-175e-4aeb-89cf-95d0e0d30722 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-f5de55bd-175e-4aeb-89cf-95d0e0d30722 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-d32f40e6-0574-4a1e-bfd4-bca6802a0533 {
  text-align: center;
}

#s-d32f40e6-0574-4a1e-bfd4-bca6802a0533 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-944857a4-f7f8-4f14-9847-7dc90b9b4f55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-944857a4-f7f8-4f14-9847-7dc90b9b4f55:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-944857a4-f7f8-4f14-9847-7dc90b9b4f55:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-944857a4-f7f8-4f14-9847-7dc90b9b4f55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-944857a4-f7f8-4f14-9847-7dc90b9b4f55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-944857a4-f7f8-4f14-9847-7dc90b9b4f55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-944857a4-f7f8-4f14-9847-7dc90b9b4f55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-944857a4-f7f8-4f14-9847-7dc90b9b4f55.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0551105c-7742-4ed1-a9e0-54d3fcc4ed6a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
opacity: 1;
}

#s-0551105c-7742-4ed1-a9e0-54d3fcc4ed6a {
  display: none;
}
#s-578c513b-2772-4612-be2c-813af31e219b {
  text-align: left;
}



.shg-c#s-578c513b-2772-4612-be2c-813af31e219b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578c513b-2772-4612-be2c-813af31e219b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-578c513b-2772-4612-be2c-813af31e219b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578c513b-2772-4612-be2c-813af31e219b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578c513b-2772-4612-be2c-813af31e219b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578c513b-2772-4612-be2c-813af31e219b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578c513b-2772-4612-be2c-813af31e219b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578c513b-2772-4612-be2c-813af31e219b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578c513b-2772-4612-be2c-813af31e219b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578c513b-2772-4612-be2c-813af31e219b img.shogun-image {
  width: 100%;
}



}
#s-94a7482b-7ce9-46f7-9115-171f339f08ba {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-94a7482b-7ce9-46f7-9115-171f339f08ba .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94a7482b-7ce9-46f7-9115-171f339f08ba .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-94a7482b-7ce9-46f7-9115-171f339f08ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-fe8007ff-18ce-4396-a78d-103c9a16be1a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fe8007ff-18ce-4396-a78d-103c9a16be1a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-58256442-098d-44f8-afb1-fcf083bfb937 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-58256442-098d-44f8-afb1-fcf083bfb937:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58256442-098d-44f8-afb1-fcf083bfb937:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58256442-098d-44f8-afb1-fcf083bfb937 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58256442-098d-44f8-afb1-fcf083bfb937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58256442-098d-44f8-afb1-fcf083bfb937.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58256442-098d-44f8-afb1-fcf083bfb937.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-58256442-098d-44f8-afb1-fcf083bfb937.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-78d9b0aa-874c-44bf-853c-f51dbaa7e680 {
  min-height: 10px;
}








#s-78d9b0aa-874c-44bf-853c-f51dbaa7e680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78d9b0aa-874c-44bf-853c-f51dbaa7e680.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ed04bb3-563f-4d97-9b7b-25510b59225e {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-7ed04bb3-563f-4d97-9b7b-25510b59225e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ed04bb3-563f-4d97-9b7b-25510b59225e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2 {
  border-style: solid;
padding-top: 10px;
padding-left: 120px;
padding-bottom: 10px;
padding-right: 120px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
opacity: 1;
}
#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2-btn-wrapper {
    text-align: center;
  }


#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2-btn-wrapper {
    text-align: center;
  }


#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2-btn-wrapper {
    text-align: center;
  }


#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2-btn-wrapper {
    text-align: center;
  }


#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2-btn-wrapper {
    text-align: center;
  }


#s-a5b8b0bd-dba8-4ee2-ae94-fbe55b2d73d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-41d1b4b3-344e-4446-979c-abaef4ff4b5e hr {
  border-top: 2px solid #ddd;
}

#s-ebeb3d71-2ca9-4cc2-a439-fc13e9762e00 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ebeb3d71-2ca9-4cc2-a439-fc13e9762e00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebeb3d71-2ca9-4cc2-a439-fc13e9762e00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebeb3d71-2ca9-4cc2-a439-fc13e9762e00 {
  
}
}@media (max-width: 767px){#s-ebeb3d71-2ca9-4cc2-a439-fc13e9762e00 {
  
}
}







#s-ebeb3d71-2ca9-4cc2-a439-fc13e9762e00 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ebeb3d71-2ca9-4cc2-a439-fc13e9762e00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb651726-302f-4ea6-9b75-76416fa8d6eb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-fb651726-302f-4ea6-9b75-76416fa8d6eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb651726-302f-4ea6-9b75-76416fa8d6eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb651726-302f-4ea6-9b75-76416fa8d6eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb651726-302f-4ea6-9b75-76416fa8d6eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fb651726-302f-4ea6-9b75-76416fa8d6eb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0548ba3b-f265-444a-808f-d48b355e2bca {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-0548ba3b-f265-444a-808f-d48b355e2bca {
  min-height: 250px;
}
}







#s-0548ba3b-f265-444a-808f-d48b355e2bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0548ba3b-f265-444a-808f-d48b355e2bca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ea2c3b4-14cb-4ab9-af4d-a635b93b6028 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-f7b82601-38e4-4b7c-86c9-98bd941658d7 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f7b82601-38e4-4b7c-86c9-98bd941658d7 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5af17ebb-5082-4dfd-9d16-c98c29481188 {
  text-align: center;
}







  #s-5af17ebb-5082-4dfd-9d16-c98c29481188 img.shogun-image {
    

    
    
    
  }


#s-5af17ebb-5082-4dfd-9d16-c98c29481188 .shogun-image-content {
  
    align-items: center;
  
}

#s-616d7a8a-d914-47e2-9351-e8e3ff8fc26b {
  text-align: left;
}

#s-6e684163-fe37-41fc-bdc5-7e03e468554a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-6e684163-fe37-41fc-bdc5-7e03e468554a {
  min-height: 300px;
}
}







#s-6e684163-fe37-41fc-bdc5-7e03e468554a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e684163-fe37-41fc-bdc5-7e03e468554a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c02da66-330e-470d-949f-3db867fa351d {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-9c02da66-330e-470d-949f-3db867fa351d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c02da66-330e-470d-949f-3db867fa351d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f72b6c01-871c-4b1e-9fc2-b163b8f574b4 {
  margin-bottom: 2%;
}

#s-106b786b-f419-437e-b75e-06f282f43b32 {
  margin-top: 10px;
margin-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-106b786b-f419-437e-b75e-06f282f43b32 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-2d4504fc-3698-498d-a5dd-d13fcbd419fe {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d4504fc-3698-498d-a5dd-d13fcbd419fe {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2d4504fc-3698-498d-a5dd-d13fcbd419fe {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-2d4504fc-3698-498d-a5dd-d13fcbd419fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d4504fc-3698-498d-a5dd-d13fcbd419fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2d4504fc-3698-498d-a5dd-d13fcbd419fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d4504fc-3698-498d-a5dd-d13fcbd419fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-8d069239-9afa-4aef-8599-f38bad58e1ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8d069239-9afa-4aef-8599-f38bad58e1ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8d069239-9afa-4aef-8599-f38bad58e1ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d069239-9afa-4aef-8599-f38bad58e1ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e4abe2c0-826c-415c-9537-e0e4eadc712d {
  display: none;
}
#s-8e142412-15c6-4de3-a696-dfe1b1041395 {
  text-align: left;
}



.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e142412-15c6-4de3-a696-dfe1b1041395 img.shogun-image {
  width: 100%;
}



}
#s-e9cc594d-2fcc-458e-acae-fd30c0b3a130 {
  margin-top: 5px;
text-align: center;
}

#s-e9cc594d-2fcc-458e-acae-fd30c0b3a130 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-e9cc594d-2fcc-458e-acae-fd30c0b3a130 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-e9cc594d-2fcc-458e-acae-fd30c0b3a130 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-96633891-c884-4306-b3b7-c52fd8b1d13b {
  text-align: center;
}

#s-96633891-c884-4306-b3b7-c52fd8b1d13b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cbdb96ee-2e76-45ba-bb2c-6a8c10e6113e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5ad39bc6-fbbc-4d2d-8335-ef050f04991f {
  display: none;
}
#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 {
  text-align: left;
}



.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c81ffa1-bbfb-47a1-b221-a943fc6c02c8 img.shogun-image {
  width: 100%;
}



}
#s-00a234e6-5f38-425e-9964-f3517cf215c7 {
  margin-top: 5px;
text-align: center;
}

#s-00a234e6-5f38-425e-9964-f3517cf215c7 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-00a234e6-5f38-425e-9964-f3517cf215c7 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-00a234e6-5f38-425e-9964-f3517cf215c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-bbc29eb1-392a-4bf0-bbc9-f47de1eb187b {
  text-align: center;
}

#s-bbc29eb1-392a-4bf0-bbc9-f47de1eb187b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-98ae90ee-56b5-40c4-8787-2c19ae9ef108 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-98ae90ee-56b5-40c4-8787-2c19ae9ef108:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98ae90ee-56b5-40c4-8787-2c19ae9ef108:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-98ae90ee-56b5-40c4-8787-2c19ae9ef108 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98ae90ee-56b5-40c4-8787-2c19ae9ef108.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98ae90ee-56b5-40c4-8787-2c19ae9ef108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-98ae90ee-56b5-40c4-8787-2c19ae9ef108.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-98ae90ee-56b5-40c4-8787-2c19ae9ef108.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-8e330fe0-cc04-4c37-a6b4-92cfef8c241c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8e330fe0-cc04-4c37-a6b4-92cfef8c241c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8e330fe0-cc04-4c37-a6b4-92cfef8c241c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e330fe0-cc04-4c37-a6b4-92cfef8c241c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7495bce1-2c07-449b-8df7-d5b9ee855e29 {
  display: none;
}
#s-59a871c5-cc14-4aad-aa40-b209176a869e {
  text-align: left;
}



.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a871c5-cc14-4aad-aa40-b209176a869e img.shogun-image {
  width: 100%;
}



}
#s-0939193c-59f1-499b-91fb-6ed7b89d7b4f {
  margin-top: 5px;
text-align: center;
}

#s-0939193c-59f1-499b-91fb-6ed7b89d7b4f .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-0939193c-59f1-499b-91fb-6ed7b89d7b4f .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-0939193c-59f1-499b-91fb-6ed7b89d7b4f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-0b43eeb9-0fad-4601-8799-b9f7c408cd49 {
  text-align: center;
}

#s-0b43eeb9-0fad-4601-8799-b9f7c408cd49 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-c442a84a-6e49-47ec-ba99-6a32df16c45b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c442a84a-6e49-47ec-ba99-6a32df16c45b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c442a84a-6e49-47ec-ba99-6a32df16c45b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c442a84a-6e49-47ec-ba99-6a32df16c45b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c442a84a-6e49-47ec-ba99-6a32df16c45b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c442a84a-6e49-47ec-ba99-6a32df16c45b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c442a84a-6e49-47ec-ba99-6a32df16c45b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c442a84a-6e49-47ec-ba99-6a32df16c45b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-167b9e8a-53c1-4475-ad24-594292a8052b {
  display: none;
}
#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d {
  text-align: left;
}



.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6426ebcc-2d59-4bd9-96e7-d1fd1b64865d img.shogun-image {
  width: 100%;
}



}
#s-2fb685aa-73a7-40e0-a459-810e786117ea {
  margin-top: 5px;
text-align: center;
}

#s-2fb685aa-73a7-40e0-a459-810e786117ea .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-2fb685aa-73a7-40e0-a459-810e786117ea .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-2fb685aa-73a7-40e0-a459-810e786117ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-57a48a1a-0188-407a-a7e8-c3df385d928b {
  text-align: center;
}

#s-57a48a1a-0188-407a-a7e8-c3df385d928b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-b3de11bb-0b27-4b32-aefe-717eb469d6a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b3de11bb-0b27-4b32-aefe-717eb469d6a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3de11bb-0b27-4b32-aefe-717eb469d6a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3de11bb-0b27-4b32-aefe-717eb469d6a7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3de11bb-0b27-4b32-aefe-717eb469d6a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3de11bb-0b27-4b32-aefe-717eb469d6a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3de11bb-0b27-4b32-aefe-717eb469d6a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3de11bb-0b27-4b32-aefe-717eb469d6a7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 {
  display: none;
}
#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9, #wrap-s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 {
  display: none;
}
#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9, #wrap-s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 {
  display: none;
}
#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9, #wrap-s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 { display:none !important; }}@media (max-width: 767px){#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 {
  display: none;
}
#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9, #wrap-s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 { display:none !important; }}







#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e681c64d-4fc6-4148-bc8b-ec12d46d63a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b7c0aa2-57e7-4fe4-98df-bdc3c414db12 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b7c0aa2-57e7-4fe4-98df-bdc3c414db12 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1b7c0aa2-57e7-4fe4-98df-bdc3c414db12 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-1b7c0aa2-57e7-4fe4-98df-bdc3c414db12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b7c0aa2-57e7-4fe4-98df-bdc3c414db12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1b7c0aa2-57e7-4fe4-98df-bdc3c414db12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b7c0aa2-57e7-4fe4-98df-bdc3c414db12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-9baaac6d-189b-4247-935f-cf8310cd1d4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9baaac6d-189b-4247-935f-cf8310cd1d4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9baaac6d-189b-4247-935f-cf8310cd1d4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9baaac6d-189b-4247-935f-cf8310cd1d4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-473d2589-6af3-4339-a6f4-fd9750667f05 {
  display: none;
}
#s-488d2fcf-ee18-4df9-a50f-c0b3a9497de6 {
  display: none;
}
#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d {
  text-align: left;
}



.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94b6d6e4-aa9e-4a3d-982e-05c2676e341d img.shogun-image {
  width: 100%;
}



}
#s-9a2653e6-b58a-491d-b7a7-834334a71d2b {
  margin-top: 5px;
text-align: center;
}

#s-9a2653e6-b58a-491d-b7a7-834334a71d2b .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-9a2653e6-b58a-491d-b7a7-834334a71d2b .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-9a2653e6-b58a-491d-b7a7-834334a71d2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-ab3f08f5-f867-4327-bb80-832cae86563a {
  text-align: center;
}

#s-ab3f08f5-f867-4327-bb80-832cae86563a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-86d3d5c8-3c5a-4b59-abfe-b796c18ba25b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c657b895-fc05-4bc9-98ce-4ab56e726b95 {
  display: none;
}
#s-4a15a9a1-d9ca-4dfb-afaa-ece246e6c4f6 {
  display: none;
}
#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 {
  text-align: left;
}



.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a055b58d-cf7b-41f1-b4d1-40794451fe81 img.shogun-image {
  width: 100%;
}



}
#s-c48adf08-8da5-446b-8aa5-d2eef8a92a0b {
  margin-top: 5px;
text-align: center;
}

#s-c48adf08-8da5-446b-8aa5-d2eef8a92a0b .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-c48adf08-8da5-446b-8aa5-d2eef8a92a0b .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-c48adf08-8da5-446b-8aa5-d2eef8a92a0b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-81256e3d-f131-4c8b-ab1b-258812c3e60c {
  text-align: center;
}

#s-81256e3d-f131-4c8b-ab1b-258812c3e60c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-1fe7f8fc-5495-4d77-9613-7198d275b756 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1fe7f8fc-5495-4d77-9613-7198d275b756:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fe7f8fc-5495-4d77-9613-7198d275b756:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1fe7f8fc-5495-4d77-9613-7198d275b756 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1fe7f8fc-5495-4d77-9613-7198d275b756.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fe7f8fc-5495-4d77-9613-7198d275b756.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1fe7f8fc-5495-4d77-9613-7198d275b756.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1fe7f8fc-5495-4d77-9613-7198d275b756.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-c26688d6-b976-4082-8ba7-817efc762929"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c26688d6-b976-4082-8ba7-817efc762929"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c26688d6-b976-4082-8ba7-817efc762929"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c26688d6-b976-4082-8ba7-817efc762929"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a46d5333-ce94-4af0-b201-fa777025e9ef {
  display: none;
}
#s-f8dfc5e9-e336-4591-94cb-d513b8146c8f {
  display: none;
}
#s-b81375a3-6c40-4faf-b796-e45148904349 {
  text-align: left;
}



.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81375a3-6c40-4faf-b796-e45148904349 img.shogun-image {
  width: 100%;
}



}
#s-02f3f42a-0912-4221-9689-521de3017984 {
  margin-top: 5px;
text-align: center;
}

#s-02f3f42a-0912-4221-9689-521de3017984 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-02f3f42a-0912-4221-9689-521de3017984 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-02f3f42a-0912-4221-9689-521de3017984 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-8af85dd3-bf46-4528-b8a3-39cd7b6a2e77 {
  text-align: center;
}

#s-8af85dd3-bf46-4528-b8a3-39cd7b6a2e77 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-3ec3049a-f615-4c10-9841-7c1247662828 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ec3049a-f615-4c10-9841-7c1247662828:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ec3049a-f615-4c10-9841-7c1247662828:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ec3049a-f615-4c10-9841-7c1247662828 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ec3049a-f615-4c10-9841-7c1247662828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ec3049a-f615-4c10-9841-7c1247662828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ec3049a-f615-4c10-9841-7c1247662828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3ec3049a-f615-4c10-9841-7c1247662828.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-716aa004-3037-45c1-96e3-93394dc2e8c1 {
  display: none;
}
#s-70f4489d-e00d-4f9b-9793-42ae6d8a4e64 {
  display: none;
}
#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff {
  text-align: left;
}



.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1487e2d9-ba40-49af-bcf5-f2b0a5ba0bff img.shogun-image {
  width: 100%;
}



}
#s-eecb15eb-fca8-40e8-af99-5923a596efa1 {
  margin-top: 5px;
text-align: center;
}

#s-eecb15eb-fca8-40e8-af99-5923a596efa1 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-eecb15eb-fca8-40e8-af99-5923a596efa1 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-eecb15eb-fca8-40e8-af99-5923a596efa1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-12957da8-09c4-4aef-bcd5-07c1b3018a57 {
  text-align: center;
}

#s-12957da8-09c4-4aef-bcd5-07c1b3018a57 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb20c223-c5a8-407c-8c68-3a7ab0fe54b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-df9080cf-b6af-4a24-beb4-3b5ac894e820 {
  min-height: 50px;
}








#s-df9080cf-b6af-4a24-beb4-3b5ac894e820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df9080cf-b6af-4a24-beb4-3b5ac894e820.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2eb53f7-c3af-4844-b937-4f35a016a7a2 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 86px;
}








#s-f2eb53f7-c3af-4844-b937-4f35a016a7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2eb53f7-c3af-4844-b937-4f35a016a7a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb01a57a-24c8-46c9-b6fe-3bb4cd7fcccd {
  min-height: 10px;
}








#s-eb01a57a-24c8-46c9-b6fe-3bb4cd7fcccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb01a57a-24c8-46c9-b6fe-3bb4cd7fcccd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-769fa28c-be01-401f-ac9f-430d240933fa {
  border-style: solid;
padding-top: 10px;
padding-left: 120px;
padding-bottom: 10px;
padding-right: 120px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
opacity: 1;
}
#s-769fa28c-be01-401f-ac9f-430d240933fa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-769fa28c-be01-401f-ac9f-430d240933fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-769fa28c-be01-401f-ac9f-430d240933fa-btn-wrapper {
    text-align: center;
  }


#s-769fa28c-be01-401f-ac9f-430d240933fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-769fa28c-be01-401f-ac9f-430d240933fa-btn-wrapper {
    text-align: center;
  }


#s-769fa28c-be01-401f-ac9f-430d240933fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-769fa28c-be01-401f-ac9f-430d240933fa-btn-wrapper {
    text-align: center;
  }


#s-769fa28c-be01-401f-ac9f-430d240933fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-769fa28c-be01-401f-ac9f-430d240933fa-btn-wrapper {
    text-align: center;
  }


#s-769fa28c-be01-401f-ac9f-430d240933fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-769fa28c-be01-401f-ac9f-430d240933fa-btn-wrapper {
    text-align: center;
  }


#s-769fa28c-be01-401f-ac9f-430d240933fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9dfa63d6-2d73-40df-9c92-98ad7f268b40 hr {
  border-top: 2px solid #ddd;
}

#s-9d939127-b10c-40e2-a721-0f0a5af266e3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d939127-b10c-40e2-a721-0f0a5af266e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d939127-b10c-40e2-a721-0f0a5af266e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d939127-b10c-40e2-a721-0f0a5af266e3 {
  
}
}@media (max-width: 767px){#s-9d939127-b10c-40e2-a721-0f0a5af266e3 {
  
}
}







#s-9d939127-b10c-40e2-a721-0f0a5af266e3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9d939127-b10c-40e2-a721-0f0a5af266e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85dff696-329a-4b59-a829-56f388fd9711 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-85dff696-329a-4b59-a829-56f388fd9711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85dff696-329a-4b59-a829-56f388fd9711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85dff696-329a-4b59-a829-56f388fd9711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85dff696-329a-4b59-a829-56f388fd9711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-85dff696-329a-4b59-a829-56f388fd9711"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-987a2d0b-4f4b-48c9-b4fc-e8b89c88d88b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-987a2d0b-4f4b-48c9-b4fc-e8b89c88d88b {
  min-height: 250px;
}
}







#s-987a2d0b-4f4b-48c9-b4fc-e8b89c88d88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-987a2d0b-4f4b-48c9-b4fc-e8b89c88d88b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-644fbdc1-9fcd-42be-91e8-7e7c64009dde {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-0958fe2c-f1a0-41f9-bfde-644074a07a6e {
  margin-left: 50px;
margin-right: 50px;
}

#s-0958fe2c-f1a0-41f9-bfde-644074a07a6e hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-24051fdf-ea4b-4396-9634-ece726535381 {
  text-align: center;
}







  #s-24051fdf-ea4b-4396-9634-ece726535381 img.shogun-image {
    

    
    
    
  }


#s-24051fdf-ea4b-4396-9634-ece726535381 .shogun-image-content {
  
    align-items: center;
  
}

#s-f72c1b81-744e-4631-8f83-cb4cacbf6880 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-f72c1b81-744e-4631-8f83-cb4cacbf6880 {
  min-height: 500px;
}
}







#s-f72c1b81-744e-4631-8f83-cb4cacbf6880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72c1b81-744e-4631-8f83-cb4cacbf6880.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f60ec030-193d-4175-ab44-69953b2cf2ce {
  text-align: left;
}

#s-aefc3e20-cbdd-4503-a305-8a210a27ebc9 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-aefc3e20-cbdd-4503-a305-8a210a27ebc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aefc3e20-cbdd-4503-a305-8a210a27ebc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65cc4c62-5ee0-459b-a5c9-0435a00c2935 {
  margin-bottom: 2%;
}

#s-924704d2-8511-489a-a897-4b0c4077d5d7 {
  margin-top: 10px;
margin-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-924704d2-8511-489a-a897-4b0c4077d5d7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-b84f999d-dfd8-4716-80df-503bbed66f98 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b84f999d-dfd8-4716-80df-503bbed66f98 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-b84f999d-dfd8-4716-80df-503bbed66f98 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b84f999d-dfd8-4716-80df-503bbed66f98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b84f999d-dfd8-4716-80df-503bbed66f98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b84f999d-dfd8-4716-80df-503bbed66f98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b84f999d-dfd8-4716-80df-503bbed66f98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-d77e8ab9-7646-44aa-99fb-dfa9f66c6712"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d77e8ab9-7646-44aa-99fb-dfa9f66c6712"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d77e8ab9-7646-44aa-99fb-dfa9f66c6712"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d77e8ab9-7646-44aa-99fb-dfa9f66c6712"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-697606ff-9458-4273-904e-2a23a69814b5 {
  display: none;
}
#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 {
  text-align: left;
}



.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3885e7-5897-4702-a7bc-22eebe91deb0 img.shogun-image {
  width: 100%;
}



}
#s-b4cd400a-597a-4f57-bcbf-875e40b37967 {
  margin-top: 5px;
text-align: center;
}

#s-b4cd400a-597a-4f57-bcbf-875e40b37967 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-b4cd400a-597a-4f57-bcbf-875e40b37967 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-b4cd400a-597a-4f57-bcbf-875e40b37967 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-d63604c5-eaab-4c68-886c-edff14dc84d5 {
  text-align: center;
}

#s-d63604c5-eaab-4c68-886c-edff14dc84d5 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-7c00bcd1-5e31-44dc-a03c-459d847e750d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c00bcd1-5e31-44dc-a03c-459d847e750d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c00bcd1-5e31-44dc-a03c-459d847e750d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c00bcd1-5e31-44dc-a03c-459d847e750d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c00bcd1-5e31-44dc-a03c-459d847e750d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c00bcd1-5e31-44dc-a03c-459d847e750d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c00bcd1-5e31-44dc-a03c-459d847e750d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c00bcd1-5e31-44dc-a03c-459d847e750d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-54adc19a-bfca-4491-ae83-96c108f31df7 {
  display: none;
}
#s-4cde9873-06a5-4df6-8b56-d840333881d6 {
  text-align: left;
}



.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cde9873-06a5-4df6-8b56-d840333881d6 img.shogun-image {
  width: 100%;
}



}
#s-f4979985-331d-491c-ac2a-91af847ad082 {
  margin-top: 5px;
text-align: center;
}

#s-f4979985-331d-491c-ac2a-91af847ad082 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f4979985-331d-491c-ac2a-91af847ad082 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-f4979985-331d-491c-ac2a-91af847ad082 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-2a445628-b518-400d-bbd1-6c07d8979868 {
  text-align: center;
}

#s-2a445628-b518-400d-bbd1-6c07d8979868 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-0f8a675c-3b68-4a1b-acde-a572aee36452 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0f8a675c-3b68-4a1b-acde-a572aee36452:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f8a675c-3b68-4a1b-acde-a572aee36452:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f8a675c-3b68-4a1b-acde-a572aee36452 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f8a675c-3b68-4a1b-acde-a572aee36452.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f8a675c-3b68-4a1b-acde-a572aee36452.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0f8a675c-3b68-4a1b-acde-a572aee36452.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0f8a675c-3b68-4a1b-acde-a572aee36452.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-f8835434-dae3-482d-9ee3-e0b93134f759"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f8835434-dae3-482d-9ee3-e0b93134f759"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f8835434-dae3-482d-9ee3-e0b93134f759"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8835434-dae3-482d-9ee3-e0b93134f759"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-87960ee9-53d0-4d0e-8101-5ac698d02c9c {
  display: none;
}
#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a {
  text-align: left;
}



.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa6c8b9-d45a-4110-9847-9655b5e3346a img.shogun-image {
  width: 100%;
}



}
#s-68b155a8-d922-464a-9d33-d274a3200681 {
  margin-top: 5px;
text-align: center;
}

#s-68b155a8-d922-464a-9d33-d274a3200681 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-68b155a8-d922-464a-9d33-d274a3200681 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-68b155a8-d922-464a-9d33-d274a3200681 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-08043853-44a0-4c4c-a630-1d3846e72568 {
  text-align: center;
}

#s-08043853-44a0-4c4c-a630-1d3846e72568 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-9dbb66ba-fad9-4c86-b604-17ca416610f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9dbb66ba-fad9-4c86-b604-17ca416610f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9dbb66ba-fad9-4c86-b604-17ca416610f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9dbb66ba-fad9-4c86-b604-17ca416610f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dbb66ba-fad9-4c86-b604-17ca416610f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dbb66ba-fad9-4c86-b604-17ca416610f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9dbb66ba-fad9-4c86-b604-17ca416610f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9dbb66ba-fad9-4c86-b604-17ca416610f9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c1447ce0-038b-4181-a8ab-ef2d90932e52 {
  display: none;
}
#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 {
  text-align: left;
}



.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-044772ca-b6a7-4df3-a81f-f65bd336eb76 img.shogun-image {
  width: 100%;
}



}
#s-db8621f8-cf55-4d8a-9d71-c4ce318eef8d {
  margin-top: 5px;
text-align: center;
}

#s-db8621f8-cf55-4d8a-9d71-c4ce318eef8d .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-db8621f8-cf55-4d8a-9d71-c4ce318eef8d .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-db8621f8-cf55-4d8a-9d71-c4ce318eef8d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 7px;
}

#s-bd547716-e6a2-4900-8e11-05b13a38e30d {
  text-align: center;
}

#s-bd547716-e6a2-4900-8e11-05b13a38e30d .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}

#s-7085cf06-2235-483f-b9fa-eded956ad986 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7085cf06-2235-483f-b9fa-eded956ad986:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7085cf06-2235-483f-b9fa-eded956ad986:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7085cf06-2235-483f-b9fa-eded956ad986 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7085cf06-2235-483f-b9fa-eded956ad986.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7085cf06-2235-483f-b9fa-eded956ad986.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7085cf06-2235-483f-b9fa-eded956ad986.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7085cf06-2235-483f-b9fa-eded956ad986.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-453eedd0-df8c-48c7-bdae-07e212f5e17b {
  min-height: 50px;
}








#s-453eedd0-df8c-48c7-bdae-07e212f5e17b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-453eedd0-df8c-48c7-bdae-07e212f5e17b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59fe9488-ba0e-47ed-b57b-e3c290609b1a {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 86px;
}








#s-59fe9488-ba0e-47ed-b57b-e3c290609b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59fe9488-ba0e-47ed-b57b-e3c290609b1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d220769-39a6-4c05-8fd9-975eb354c058 {
  border-style: solid;
padding-top: 10px;
padding-left: 120px;
padding-bottom: 10px;
padding-right: 120px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
opacity: 1;
}
#s-0d220769-39a6-4c05-8fd9-975eb354c058:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0d220769-39a6-4c05-8fd9-975eb354c058:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d220769-39a6-4c05-8fd9-975eb354c058-btn-wrapper {
    text-align: center;
  }


#s-0d220769-39a6-4c05-8fd9-975eb354c058.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d220769-39a6-4c05-8fd9-975eb354c058-btn-wrapper {
    text-align: center;
  }


#s-0d220769-39a6-4c05-8fd9-975eb354c058.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d220769-39a6-4c05-8fd9-975eb354c058-btn-wrapper {
    text-align: center;
  }


#s-0d220769-39a6-4c05-8fd9-975eb354c058.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d220769-39a6-4c05-8fd9-975eb354c058-btn-wrapper {
    text-align: center;
  }


#s-0d220769-39a6-4c05-8fd9-975eb354c058.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d220769-39a6-4c05-8fd9-975eb354c058-btn-wrapper {
    text-align: center;
  }


#s-0d220769-39a6-4c05-8fd9-975eb354c058.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1b103cdb-324a-4620-bc33-5f1eab45148b hr {
  border-top: 2px solid #ddd;
}

#s-e40679d6-1023-46e2-8fb4-9885d451ab9b {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 50px;
background-color: rgba(235, 235, 235, 0);
}








#s-e40679d6-1023-46e2-8fb4-9885d451ab9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e40679d6-1023-46e2-8fb4-9885d451ab9b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d055f1fa-cebb-4b93-904f-577e11148932 {
  background-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 0px) {
[id="s-d055f1fa-cebb-4b93-904f-577e11148932"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d055f1fa-cebb-4b93-904f-577e11148932"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d055f1fa-cebb-4b93-904f-577e11148932"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d055f1fa-cebb-4b93-904f-577e11148932"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-680b3eca-9ffa-4bfc-b792-6efbaecdd966 {
  text-align: center;
}







  img.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
    
    
  }


.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966 .shogun-image-content {
  
    align-items: center;
  
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shg-align-container {
  text-align: center
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
    
    
  }


.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966 .shogun-image-content {
  
    align-items: center;
  
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shg-align-container {
  text-align: center
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
  box-sizing: border-box;
}


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





  img.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
    
    
  }


.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966 .shogun-image-content {
  
    align-items: center;
  
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shg-align-container {
  text-align: center
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
  box-sizing: border-box;
}


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





  img.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
    
    
  }


.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966 .shogun-image-content {
  
    align-items: center;
  
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shg-align-container {
  text-align: center
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
  box-sizing: border-box;
}


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





  img.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
    
    
  }


.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966 .shogun-image-content {
  
    align-items: center;
  
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shg-align-container {
  text-align: center
}

.s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680b3eca-9ffa-4bfc-b792-6efbaecdd966.shogun-image {
  box-sizing: border-box;
}


}
#s-e9d2ef31-4dd1-462b-9ccf-67b39432749e {
  text-align: center;
}







  img.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
    
    
  }


.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shg-align-container {
  text-align: center
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
    
    
  }


.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shg-align-container {
  text-align: center
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
    
    
  }


.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shg-align-container {
  text-align: center
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
    
    
  }


.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shg-align-container {
  text-align: center
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
    
    
  }


.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shg-align-container {
  text-align: center
}

.s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d2ef31-4dd1-462b-9ccf-67b39432749e.shogun-image {
  box-sizing: border-box;
}


}
#s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15 {
  text-align: center;
}







  img.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
    
    
  }


.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shg-align-container {
  text-align: center
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
    
    
  }


.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shg-align-container {
  text-align: center
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
    
    
  }


.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shg-align-container {
  text-align: center
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
    
    
  }


.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shg-align-container {
  text-align: center
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
    
    
  }


.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shg-align-container {
  text-align: center
}

.s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc9fbf96-9b3b-42d5-bfbe-88eb4e984a15.shogun-image {
  box-sizing: border-box;
}


}
#s-fa9efcae-ba52-44e2-bbbc-42a19a6fbac8 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-fa9efcae-ba52-44e2-bbbc-42a19a6fbac8 {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-fa9efcae-ba52-44e2-bbbc-42a19a6fbac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa9efcae-ba52-44e2-bbbc-42a19a6fbac8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1087fd7-44bc-4eef-8453-3e650df1bd31 {
  min-height: 50px;
}








#s-a1087fd7-44bc-4eef-8453-3e650df1bd31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1087fd7-44bc-4eef-8453-3e650df1bd31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34355d9c-5ad6-4e3a-bd8c-d75aed5ee359 {
  margin-top: 10px;
margin-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-34355d9c-5ad6-4e3a-bd8c-d75aed5ee359 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c1707d75-cbfc-4f4c-821e-5bbb9d8ee795 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c1707d75-cbfc-4f4c-821e-5bbb9d8ee795 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c1707d75-cbfc-4f4c-821e-5bbb9d8ee795 .shg-sld-nav-button.shg-sld-left,
#s-c1707d75-cbfc-4f4c-821e-5bbb9d8ee795 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-86cba25d-8220-4d73-95c3-fe60e6b1f488"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86cba25d-8220-4d73-95c3-fe60e6b1f488"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86cba25d-8220-4d73-95c3-fe60e6b1f488"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86cba25d-8220-4d73-95c3-fe60e6b1f488"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4d5f5a34-0af3-408c-a4c7-0c5a5a2c21c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d5f5a34-0af3-408c-a4c7-0c5a5a2c21c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d5f5a34-0af3-408c-a4c7-0c5a5a2c21c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d5f5a34-0af3-408c-a4c7-0c5a5a2c21c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0226bf11-4761-4921-9f93-76c5c0196477 {
  display: none;
}
#s-d8bb24d9-98bc-47d3-9783-16690267ecda {
  text-align: left;
}



.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bb24d9-98bc-47d3-9783-16690267ecda img.shogun-image {
  width: 100%;
}



}
#s-fc520d6a-54c2-4f13-882d-929c66f17d6e {
  padding-top: 10px;
text-align: center;
}

#s-fc520d6a-54c2-4f13-882d-929c66f17d6e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-4f3d1306-08b9-47c6-8f0d-451f9370eeaa {
  text-align: center;
}

#s-4f3d1306-08b9-47c6-8f0d-451f9370eeaa .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f3d1306-08b9-47c6-8f0d-451f9370eeaa .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-4f3d1306-08b9-47c6-8f0d-451f9370eeaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bf33ff6e-7692-4c52-9d36-ec42f7c27cca.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d7fc3027-afa5-456f-bafb-a14623a65657 {
  display: none;
}
#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 {
  text-align: left;
}



.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2e8aaa4-71e7-41d2-8945-077f914b9778 img.shogun-image {
  width: 100%;
}



}
#s-a65d2991-a013-4744-9758-96d44b1fdd22 {
  padding-top: 10px;
text-align: center;
}

#s-a65d2991-a013-4744-9758-96d44b1fdd22 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-5871f3b9-d209-4d97-8df9-9168b43e28c6 {
  text-align: center;
}

#s-5871f3b9-d209-4d97-8df9-9168b43e28c6 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5871f3b9-d209-4d97-8df9-9168b43e28c6 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-5871f3b9-d209-4d97-8df9-9168b43e28c6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4b1138f4-7a3d-456e-a235-b6837bdf8fc0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-a269ab79-2ed1-47e2-bf7e-073f7a9fb513"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a269ab79-2ed1-47e2-bf7e-073f7a9fb513"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a269ab79-2ed1-47e2-bf7e-073f7a9fb513"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a269ab79-2ed1-47e2-bf7e-073f7a9fb513"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4389c4f8-c15a-418d-bd39-c8526679b3dc {
  display: none;
}
#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 {
  text-align: left;
}



.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8589f7-902d-4fd4-94a7-860d1b9e5145 img.shogun-image {
  width: 100%;
}



}
#s-5cf96690-2be0-4714-9934-8bc900eab1d1 {
  padding-top: 10px;
text-align: center;
}

#s-5cf96690-2be0-4714-9934-8bc900eab1d1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-148f1627-8d29-496d-8f4c-82dc7ab127c5 {
  text-align: center;
}

#s-148f1627-8d29-496d-8f4c-82dc7ab127c5 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-148f1627-8d29-496d-8f4c-82dc7ab127c5 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-148f1627-8d29-496d-8f4c-82dc7ab127c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6433e9f7-81ba-4334-b63d-bb4d1418f254 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6433e9f7-81ba-4334-b63d-bb4d1418f254:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6433e9f7-81ba-4334-b63d-bb4d1418f254:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6433e9f7-81ba-4334-b63d-bb4d1418f254 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6433e9f7-81ba-4334-b63d-bb4d1418f254.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6433e9f7-81ba-4334-b63d-bb4d1418f254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6433e9f7-81ba-4334-b63d-bb4d1418f254.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6433e9f7-81ba-4334-b63d-bb4d1418f254.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1d0e0c06-a189-4c33-8235-8937174c63e1 {
  display: none;
}
#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc {
  text-align: left;
}



.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1142bf8c-f05d-4fce-a4d9-73b009ade9cc img.shogun-image {
  width: 100%;
}



}
#s-a8f9bc3c-8ada-43be-bf65-2b6edd149a15 {
  padding-top: 10px;
text-align: center;
}

#s-a8f9bc3c-8ada-43be-bf65-2b6edd149a15 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-de6f8ac9-9265-41e8-bd7e-a0d9bcb7681c {
  text-align: center;
}

#s-de6f8ac9-9265-41e8-bd7e-a0d9bcb7681c .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-de6f8ac9-9265-41e8-bd7e-a0d9bcb7681c .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-de6f8ac9-9265-41e8-bd7e-a0d9bcb7681c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccf9ad89-06f9-4be0-90e2-8dcfaf509cad.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-b5d029d5-bab3-4381-950e-b3a2beed9d64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5d029d5-bab3-4381-950e-b3a2beed9d64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5d029d5-bab3-4381-950e-b3a2beed9d64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5d029d5-bab3-4381-950e-b3a2beed9d64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-85ba7cef-c2ed-4b0a-89e4-9db3040766d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85ba7cef-c2ed-4b0a-89e4-9db3040766d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85ba7cef-c2ed-4b0a-89e4-9db3040766d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85ba7cef-c2ed-4b0a-89e4-9db3040766d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0fb18432-9b05-4873-b947-e218313cd8f3 {
  display: none;
}
#s-ea34aad9-ab59-4dda-812a-6c28e543da40 {
  text-align: left;
}



.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea34aad9-ab59-4dda-812a-6c28e543da40 img.shogun-image {
  width: 100%;
}



}
#s-48277fa0-b11e-4645-b67a-1b0a1b451b64 {
  padding-top: 10px;
text-align: center;
}

#s-48277fa0-b11e-4645-b67a-1b0a1b451b64 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-ab73af84-c9ac-48f5-97d8-04425f3732fd {
  text-align: center;
}

#s-ab73af84-c9ac-48f5-97d8-04425f3732fd .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab73af84-c9ac-48f5-97d8-04425f3732fd .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-ab73af84-c9ac-48f5-97d8-04425f3732fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-386fa034-bd62-4975-a3e0-65699d75c638 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-386fa034-bd62-4975-a3e0-65699d75c638:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-386fa034-bd62-4975-a3e0-65699d75c638:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-386fa034-bd62-4975-a3e0-65699d75c638 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-386fa034-bd62-4975-a3e0-65699d75c638.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-386fa034-bd62-4975-a3e0-65699d75c638.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-386fa034-bd62-4975-a3e0-65699d75c638.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-386fa034-bd62-4975-a3e0-65699d75c638.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-be73c6e4-0469-4892-bb55-c4ef23b1e5c0 {
  display: none;
}
#s-9ae18fc2-55a7-4040-844f-8e02742881cb {
  text-align: left;
}



.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae18fc2-55a7-4040-844f-8e02742881cb img.shogun-image {
  width: 100%;
}



}
#s-22870012-b840-425c-983e-27bdaed08e44 {
  padding-top: 10px;
text-align: center;
}

#s-22870012-b840-425c-983e-27bdaed08e44 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-49b0bbda-1e08-44c9-9977-6192c50cd45a {
  text-align: center;
}

#s-49b0bbda-1e08-44c9-9977-6192c50cd45a .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-49b0bbda-1e08-44c9-9977-6192c50cd45a .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-49b0bbda-1e08-44c9-9977-6192c50cd45a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-270ec73f-62d5-4f06-b7b6-bda22fd29f83 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-270ec73f-62d5-4f06-b7b6-bda22fd29f83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-270ec73f-62d5-4f06-b7b6-bda22fd29f83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-270ec73f-62d5-4f06-b7b6-bda22fd29f83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-270ec73f-62d5-4f06-b7b6-bda22fd29f83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-270ec73f-62d5-4f06-b7b6-bda22fd29f83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-270ec73f-62d5-4f06-b7b6-bda22fd29f83.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-270ec73f-62d5-4f06-b7b6-bda22fd29f83.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-da6fc9c1-800b-4bbc-b36a-950d04f4fb1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-da6fc9c1-800b-4bbc-b36a-950d04f4fb1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da6fc9c1-800b-4bbc-b36a-950d04f4fb1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da6fc9c1-800b-4bbc-b36a-950d04f4fb1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63421388-1307-4277-90d1-b65f4cdc06e6 {
  display: none;
}
#s-34defb00-fda7-4099-89ec-44900a5a989f {
  text-align: left;
}



.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34defb00-fda7-4099-89ec-44900a5a989f img.shogun-image {
  width: 100%;
}



}
#s-e18301fb-9946-401a-b399-f290143c367d {
  padding-top: 10px;
text-align: center;
}

#s-e18301fb-9946-401a-b399-f290143c367d .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-40f57d24-cc5c-4c6b-8cf8-9b5c073b7ec5 {
  text-align: center;
}

#s-40f57d24-cc5c-4c6b-8cf8-9b5c073b7ec5 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-40f57d24-cc5c-4c6b-8cf8-9b5c073b7ec5 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-40f57d24-cc5c-4c6b-8cf8-9b5c073b7ec5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e616efde-961d-451b-a8cb-5db893062bb0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e616efde-961d-451b-a8cb-5db893062bb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e616efde-961d-451b-a8cb-5db893062bb0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e616efde-961d-451b-a8cb-5db893062bb0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e616efde-961d-451b-a8cb-5db893062bb0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e616efde-961d-451b-a8cb-5db893062bb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e616efde-961d-451b-a8cb-5db893062bb0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e616efde-961d-451b-a8cb-5db893062bb0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-05f63711-9aa4-499b-a864-6fa304e3e950 {
  display: none;
}
#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 {
  text-align: left;
}



.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-781a7445-b2bb-4fcb-8d33-59aceaa853e1 img.shogun-image {
  width: 100%;
}



}
#s-75913c98-ce54-42df-8da5-1ffb5f1e628c {
  padding-top: 10px;
text-align: center;
}

#s-75913c98-ce54-42df-8da5-1ffb5f1e628c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}

#s-d561ffe9-9c45-416d-870f-8ffe12d8a0d4 {
  text-align: center;
}

#s-d561ffe9-9c45-416d-870f-8ffe12d8a0d4 .shg-product-sold-out {
  display: none;
  color: rgba(225, 56, 62, 1);
  font-size: 1.3em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d561ffe9-9c45-416d-870f-8ffe12d8a0d4 .shg-product-price {
  color: rgba(225, 56, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1.3em;
}

#s-d561ffe9-9c45-416d-870f-8ffe12d8a0d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94456864-d203-46be-a4e8-ff5e7504c652 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-94456864-d203-46be-a4e8-ff5e7504c652:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94456864-d203-46be-a4e8-ff5e7504c652:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94456864-d203-46be-a4e8-ff5e7504c652 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94456864-d203-46be-a4e8-ff5e7504c652.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94456864-d203-46be-a4e8-ff5e7504c652.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-94456864-d203-46be-a4e8-ff5e7504c652.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-94456864-d203-46be-a4e8-ff5e7504c652.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-695ffcb2-0136-4bfd-b338-9b5b0e7665c2 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-695ffcb2-0136-4bfd-b338-9b5b0e7665c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-695ffcb2-0136-4bfd-b338-9b5b0e7665c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-695ffcb2-0136-4bfd-b338-9b5b0e7665c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-695ffcb2-0136-4bfd-b338-9b5b0e7665c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e0fa10de-b644-474a-b0ad-2929b30634c8 {
  text-align: center;
}







  #s-e0fa10de-b644-474a-b0ad-2929b30634c8 img.shogun-image {
    

    
    
    
  }


#s-e0fa10de-b644-474a-b0ad-2929b30634c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d26db3e2-bc19-436b-aeff-7b095548d5d3 {
  text-align: center;
}







  #s-d26db3e2-bc19-436b-aeff-7b095548d5d3 img.shogun-image {
    

    
    
    
  }


#s-d26db3e2-bc19-436b-aeff-7b095548d5d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1907547-d86e-4805-b374-8cd0bd2daf75 {
  text-align: center;
}







  #s-d1907547-d86e-4805-b374-8cd0bd2daf75 img.shogun-image {
    

    
    
    
  }


#s-d1907547-d86e-4805-b374-8cd0bd2daf75 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
