.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-395629e0-18f1-4bfc-ba8f-2db7fc935e0e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e {
  display: none;
}
#s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e, #wrap-s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e {
  display: none;
}
#s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e, #wrap-s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e { display:none !important; }}







#s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-395629e0-18f1-4bfc-ba8f-2db7fc935e0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e617fd39-89ec-4fe3-9393-85461cf28f2e {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
min-height: 50px;
}








#s-e617fd39-89ec-4fe3-9393-85461cf28f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e617fd39-89ec-4fe3-9393-85461cf28f2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-9343b8c2-3a0b-4c69-be70-5ef979a0905a {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9343b8c2-3a0b-4c69-be70-5ef979a0905a .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-d6a77355-d2e2-4037-9a7b-af499adae786 {
  text-align: center;
}
@media (min-width: 1200px){#s-d6a77355-d2e2-4037-9a7b-af499adae786 {
  display: none;
}
#s-d6a77355-d2e2-4037-9a7b-af499adae786, #wrap-s-d6a77355-d2e2-4037-9a7b-af499adae786 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6a77355-d2e2-4037-9a7b-af499adae786 {
  display: none;
}
#s-d6a77355-d2e2-4037-9a7b-af499adae786, #wrap-s-d6a77355-d2e2-4037-9a7b-af499adae786 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6a77355-d2e2-4037-9a7b-af499adae786 {
  display: none;
}
#s-d6a77355-d2e2-4037-9a7b-af499adae786, #wrap-s-d6a77355-d2e2-4037-9a7b-af499adae786 { display:none !important; }}@media (max-width: 767px){#s-d6a77355-d2e2-4037-9a7b-af499adae786 {
  display: none;
}
#s-d6a77355-d2e2-4037-9a7b-af499adae786, #wrap-s-d6a77355-d2e2-4037-9a7b-af499adae786 { display:none !important; }}






  #s-d6a77355-d2e2-4037-9a7b-af499adae786 img.shogun-image {
    

    
    
    
  }


#s-d6a77355-d2e2-4037-9a7b-af499adae786 .shogun-image-content {
  
    align-items:  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;
}

@media (min-width: 0px) {
[id="s-95841e66-d4e7-4750-a3d3-ad88b16430ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95841e66-d4e7-4750-a3d3-ad88b16430ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95841e66-d4e7-4750-a3d3-ad88b16430ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95841e66-d4e7-4750-a3d3-ad88b16430ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0721ed25-32fa-4eef-b97d-2baba73fb6fb {
  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-c4026d99-ac75-494b-b55e-c1f7da79afac {
  text-align: left;
}



.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4026d99-ac75-494b-b55e-c1f7da79afac img.shogun-image {
  width: 100%;
}



}
#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e {
  display: none;
}
#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e, #wrap-s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e {
  display: none;
}
#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e, #wrap-s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e {
  display: none;
}
#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e, #wrap-s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e { display:none !important; }}







#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e5e784a-06ac-49b1-afab-1b8ad8746e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-60309372-98df-4db3-8483-3d6518c61926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60309372-98df-4db3-8483-3d6518c61926 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8939b6ea-f04c-4860-b80b-847a0fb2018e {
  text-align: center;
}

#s-8939b6ea-f04c-4860-b80b-847a0fb2018e .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-8939b6ea-f04c-4860-b80b-847a0fb2018e .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-8939b6ea-f04c-4860-b80b-847a0fb2018e .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-afc51582-0132-400e-a418-ff323696ee03 {
  display: none;
}
#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 {
  text-align: left;
}



.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e44c90d-1f08-46f6-96f0-7f385743d0b2 img.shogun-image {
  width: 100%;
}



}
#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 {
  display: none;
}
#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0, #wrap-s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 {
  display: none;
}
#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0, #wrap-s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 {
  display: none;
}
#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0, #wrap-s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 { display:none !important; }}







#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f0ed7e-0602-47f8-b857-a0ea5d029bc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d468bd0e-41da-447e-8c46-4a8133ecbe3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d468bd0e-41da-447e-8c46-4a8133ecbe3c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ecae754a-25af-42bc-a35a-e20cf1fb7f96 {
  text-align: center;
}

#s-ecae754a-25af-42bc-a35a-e20cf1fb7f96 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ecae754a-25af-42bc-a35a-e20cf1fb7f96 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ecae754a-25af-42bc-a35a-e20cf1fb7f96 .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-0aa98899-7ba3-4136-afa6-8727e0865bcb {
  display: none;
}
#s-2b148943-0f86-4787-b93f-bb549fabda3b {
  text-align: left;
}



.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b148943-0f86-4787-b93f-bb549fabda3b img.shogun-image {
  width: 100%;
}



}
#s-3cc8259e-50ee-46ff-859e-702e289fe11b {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3cc8259e-50ee-46ff-859e-702e289fe11b {
  display: none;
}
#s-3cc8259e-50ee-46ff-859e-702e289fe11b, #wrap-s-3cc8259e-50ee-46ff-859e-702e289fe11b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cc8259e-50ee-46ff-859e-702e289fe11b {
  display: none;
}
#s-3cc8259e-50ee-46ff-859e-702e289fe11b, #wrap-s-3cc8259e-50ee-46ff-859e-702e289fe11b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cc8259e-50ee-46ff-859e-702e289fe11b {
  display: none;
}
#s-3cc8259e-50ee-46ff-859e-702e289fe11b, #wrap-s-3cc8259e-50ee-46ff-859e-702e289fe11b { display:none !important; }}







#s-3cc8259e-50ee-46ff-859e-702e289fe11b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cc8259e-50ee-46ff-859e-702e289fe11b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6fa66fa-ede1-4242-a2dc-adc6d3bf6b11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6fa66fa-ede1-4242-a2dc-adc6d3bf6b11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9489bd4d-4e5d-457d-8fc5-293fa2834015 {
  text-align: center;
}

#s-9489bd4d-4e5d-457d-8fc5-293fa2834015 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-9489bd4d-4e5d-457d-8fc5-293fa2834015 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-9489bd4d-4e5d-457d-8fc5-293fa2834015 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-f60cc7c0-5d29-4cc6-bba6-6635aad7a118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f60cc7c0-5d29-4cc6-bba6-6635aad7a118"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f60cc7c0-5d29-4cc6-bba6-6635aad7a118"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f60cc7c0-5d29-4cc6-bba6-6635aad7a118"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-351107fd-8ead-41b3-a2e2-26fe96747aa4 {
  display: none;
}
#s-698db7fa-7864-4abf-97b4-1b66041f3b1f {
  text-align: left;
}



.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698db7fa-7864-4abf-97b4-1b66041f3b1f img.shogun-image {
  width: 100%;
}



}
#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 {
  display: none;
}
#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7, #wrap-s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 {
  display: none;
}
#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7, #wrap-s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 {
  display: none;
}
#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7, #wrap-s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 { display:none !important; }}







#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33d4ada1-dbab-44c0-b328-3d9b1f067cd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04bdaf97-38b0-488c-aa80-f68ac277cb8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04bdaf97-38b0-488c-aa80-f68ac277cb8d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cdf1897b-d6ce-4b0c-88ab-6c7fa6ce80bd {
  text-align: center;
}

#s-cdf1897b-d6ce-4b0c-88ab-6c7fa6ce80bd .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-cdf1897b-d6ce-4b0c-88ab-6c7fa6ce80bd .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-cdf1897b-d6ce-4b0c-88ab-6c7fa6ce80bd .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-b69fdaee-760d-411d-9b72-7b8753b1fdaa {
  display: none;
}
#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 {
  text-align: left;
}



.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c84b56-0db3-4d9c-9c4d-e3942122e754 img.shogun-image {
  width: 100%;
}



}
#s-202c3b92-2987-46e9-83ab-5289a3acb103 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-202c3b92-2987-46e9-83ab-5289a3acb103 {
  display: none;
}
#s-202c3b92-2987-46e9-83ab-5289a3acb103, #wrap-s-202c3b92-2987-46e9-83ab-5289a3acb103 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-202c3b92-2987-46e9-83ab-5289a3acb103 {
  display: none;
}
#s-202c3b92-2987-46e9-83ab-5289a3acb103, #wrap-s-202c3b92-2987-46e9-83ab-5289a3acb103 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-202c3b92-2987-46e9-83ab-5289a3acb103 {
  display: none;
}
#s-202c3b92-2987-46e9-83ab-5289a3acb103, #wrap-s-202c3b92-2987-46e9-83ab-5289a3acb103 { display:none !important; }}







#s-202c3b92-2987-46e9-83ab-5289a3acb103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202c3b92-2987-46e9-83ab-5289a3acb103.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c865ca-a8e1-4558-be7f-b0c026fee5f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70c865ca-a8e1-4558-be7f-b0c026fee5f1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a38d6091-92ce-42c1-ab79-461faaeec705 {
  text-align: center;
}

#s-a38d6091-92ce-42c1-ab79-461faaeec705 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-a38d6091-92ce-42c1-ab79-461faaeec705 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-a38d6091-92ce-42c1-ab79-461faaeec705 .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-8426f839-8140-4254-9fac-37058e54989a {
  display: none;
}
#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 {
  text-align: left;
}



.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffaa3ca4-9025-4857-9b7e-95cdd2b9ed49 img.shogun-image {
  width: 100%;
}



}
#s-e77264b7-654b-44be-af05-d59447820512 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e77264b7-654b-44be-af05-d59447820512 {
  display: none;
}
#s-e77264b7-654b-44be-af05-d59447820512, #wrap-s-e77264b7-654b-44be-af05-d59447820512 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e77264b7-654b-44be-af05-d59447820512 {
  display: none;
}
#s-e77264b7-654b-44be-af05-d59447820512, #wrap-s-e77264b7-654b-44be-af05-d59447820512 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e77264b7-654b-44be-af05-d59447820512 {
  display: none;
}
#s-e77264b7-654b-44be-af05-d59447820512, #wrap-s-e77264b7-654b-44be-af05-d59447820512 { display:none !important; }}







#s-e77264b7-654b-44be-af05-d59447820512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77264b7-654b-44be-af05-d59447820512.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64649b4a-3359-46a8-be32-890e1957f87d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64649b4a-3359-46a8-be32-890e1957f87d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d0cabbfc-31fb-4267-a359-12d5dbea2035 {
  text-align: center;
}

#s-d0cabbfc-31fb-4267-a359-12d5dbea2035 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-d0cabbfc-31fb-4267-a359-12d5dbea2035 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-d0cabbfc-31fb-4267-a359-12d5dbea2035 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-8a06d3d5-534b-43bd-8d58-c222fe74f36e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a06d3d5-534b-43bd-8d58-c222fe74f36e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a06d3d5-534b-43bd-8d58-c222fe74f36e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a06d3d5-534b-43bd-8d58-c222fe74f36e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-39765835-4060-4952-beca-2a55080b78e9 {
  display: none;
}
#s-145c3717-9925-4e55-adb1-8672869d958a {
  text-align: left;
}



.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145c3717-9925-4e55-adb1-8672869d958a img.shogun-image {
  width: 100%;
}



}
#s-4ddd7056-9038-426f-b430-87835753ebef {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4ddd7056-9038-426f-b430-87835753ebef {
  display: none;
}
#s-4ddd7056-9038-426f-b430-87835753ebef, #wrap-s-4ddd7056-9038-426f-b430-87835753ebef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ddd7056-9038-426f-b430-87835753ebef {
  display: none;
}
#s-4ddd7056-9038-426f-b430-87835753ebef, #wrap-s-4ddd7056-9038-426f-b430-87835753ebef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ddd7056-9038-426f-b430-87835753ebef {
  display: none;
}
#s-4ddd7056-9038-426f-b430-87835753ebef, #wrap-s-4ddd7056-9038-426f-b430-87835753ebef { display:none !important; }}







#s-4ddd7056-9038-426f-b430-87835753ebef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ddd7056-9038-426f-b430-87835753ebef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3669d7b-9780-42b2-8e82-3a1407cb4c80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3669d7b-9780-42b2-8e82-3a1407cb4c80 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-76207e69-9002-469f-8dc8-4aa67e6aa495 {
  text-align: center;
}

#s-76207e69-9002-469f-8dc8-4aa67e6aa495 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-76207e69-9002-469f-8dc8-4aa67e6aa495 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-76207e69-9002-469f-8dc8-4aa67e6aa495 .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-81ea30be-8d03-4aef-9291-b74e5deb4218 {
  display: none;
}
#s-1296755c-348b-4d5c-91e8-8e9100efb77a {
  text-align: left;
}



.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1296755c-348b-4d5c-91e8-8e9100efb77a img.shogun-image {
  width: 100%;
}



}
#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b {
  display: none;
}
#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b, #wrap-s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b {
  display: none;
}
#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b, #wrap-s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b {
  display: none;
}
#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b, #wrap-s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b { display:none !important; }}







#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b1d22b-87b8-4b09-a8cb-06be6590a36b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5378bf45-92ff-42ea-af27-44de2802f76a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5378bf45-92ff-42ea-af27-44de2802f76a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c28bf4fa-381b-4cc4-95c8-9bd7a6a3aa0a {
  text-align: center;
}

#s-c28bf4fa-381b-4cc4-95c8-9bd7a6a3aa0a .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-c28bf4fa-381b-4cc4-95c8-9bd7a6a3aa0a .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-c28bf4fa-381b-4cc4-95c8-9bd7a6a3aa0a .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-98476542-9143-40dd-989f-4225bd4a46af {
  display: none;
}
#s-4380e207-dcff-44c0-ad33-657b47b954cb {
  text-align: left;
}



.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4380e207-dcff-44c0-ad33-657b47b954cb img.shogun-image {
  width: 100%;
}



}
#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 {
  display: none;
}
#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4, #wrap-s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 {
  display: none;
}
#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4, #wrap-s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 {
  display: none;
}
#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4, #wrap-s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 { display:none !important; }}







#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d62ddb8-8bc6-40c3-8c94-5baae37559f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52ed1abd-fc05-41ef-b188-8b05f792f376 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52ed1abd-fc05-41ef-b188-8b05f792f376 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d7f458a0-6a39-4d5f-bcbe-e319dcdb8f7b {
  text-align: center;
}

#s-d7f458a0-6a39-4d5f-bcbe-e319dcdb8f7b .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-d7f458a0-6a39-4d5f-bcbe-e319dcdb8f7b .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-d7f458a0-6a39-4d5f-bcbe-e319dcdb8f7b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-bf1e47b3-476b-4629-a23b-0f31a188bcb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf1e47b3-476b-4629-a23b-0f31a188bcb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf1e47b3-476b-4629-a23b-0f31a188bcb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf1e47b3-476b-4629-a23b-0f31a188bcb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-789d0109-86a8-40bf-bc07-35d2e26fa5ba {
  display: none;
}
#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 {
  text-align: left;
}



.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f31bb0af-ea43-4503-b269-a18aeaaa9316 img.shogun-image {
  width: 100%;
}



}
#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 {
  display: none;
}
#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504, #wrap-s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 {
  display: none;
}
#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504, #wrap-s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 {
  display: none;
}
#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504, #wrap-s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 { display:none !important; }}







#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-291a1cc1-84b5-4ae7-b106-ee815f1f3504.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84d47b45-b18a-4e99-9ced-c5fb8187d32d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84d47b45-b18a-4e99-9ced-c5fb8187d32d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ab93688d-f9c9-42f9-936d-9855b5cbf6a8 {
  text-align: center;
}

#s-ab93688d-f9c9-42f9-936d-9855b5cbf6a8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ab93688d-f9c9-42f9-936d-9855b5cbf6a8 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ab93688d-f9c9-42f9-936d-9855b5cbf6a8 .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-d6fdf2d5-1fb8-4457-b385-2d4a4cd104b4 {
  display: none;
}
#s-c438406f-64fc-4400-84c5-872af5ad4ca7 {
  text-align: left;
}



.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438406f-64fc-4400-84c5-872af5ad4ca7 img.shogun-image {
  width: 100%;
}



}
#s-6307f223-090c-4ec0-bd8e-009b66ad079d {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6307f223-090c-4ec0-bd8e-009b66ad079d {
  display: none;
}
#s-6307f223-090c-4ec0-bd8e-009b66ad079d, #wrap-s-6307f223-090c-4ec0-bd8e-009b66ad079d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6307f223-090c-4ec0-bd8e-009b66ad079d {
  display: none;
}
#s-6307f223-090c-4ec0-bd8e-009b66ad079d, #wrap-s-6307f223-090c-4ec0-bd8e-009b66ad079d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6307f223-090c-4ec0-bd8e-009b66ad079d {
  display: none;
}
#s-6307f223-090c-4ec0-bd8e-009b66ad079d, #wrap-s-6307f223-090c-4ec0-bd8e-009b66ad079d { display:none !important; }}







#s-6307f223-090c-4ec0-bd8e-009b66ad079d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6307f223-090c-4ec0-bd8e-009b66ad079d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e0f1f40-349c-45a3-b5f6-d84d9781e821 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e0f1f40-349c-45a3-b5f6-d84d9781e821 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-de3995cc-cc76-4fb0-b480-49852833710e {
  text-align: center;
}

#s-de3995cc-cc76-4fb0-b480-49852833710e .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-de3995cc-cc76-4fb0-b480-49852833710e .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-de3995cc-cc76-4fb0-b480-49852833710e .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-f1d55044-c44b-4455-b7ed-5518969478fd {
  display: none;
}
#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac {
  text-align: left;
}



.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8624f46-dd37-4c89-8bef-2b48999ed1ac img.shogun-image {
  width: 100%;
}



}
#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a {
  display: none;
}
#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a, #wrap-s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a {
  display: none;
}
#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a, #wrap-s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a {
  display: none;
}
#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a, #wrap-s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a { display:none !important; }}







#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c0ebaaa-d2bf-4229-919f-b215c6a2ce6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e33d46-82cf-4aa8-a1d2-7ec42b689710 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79e33d46-82cf-4aa8-a1d2-7ec42b689710 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-055fdda7-9dde-4313-a060-20f1d1889d52 {
  text-align: center;
}

#s-055fdda7-9dde-4313-a060-20f1d1889d52 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-055fdda7-9dde-4313-a060-20f1d1889d52 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-055fdda7-9dde-4313-a060-20f1d1889d52 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-debc5e2f-3238-4e49-8c76-8a5718c2fce3 {
  display: none;
}
#s-debc5e2f-3238-4e49-8c76-8a5718c2fce3, #wrap-s-debc5e2f-3238-4e49-8c76-8a5718c2fce3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-debc5e2f-3238-4e49-8c76-8a5718c2fce3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-debc5e2f-3238-4e49-8c76-8a5718c2fce3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-debc5e2f-3238-4e49-8c76-8a5718c2fce3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-debc5e2f-3238-4e49-8c76-8a5718c2fce3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5756ccfd-9c82-417b-b6a0-7e987180768b {
  display: none;
}
#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 {
  text-align: left;
}



.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6575c5-ce09-4c6d-bdc7-8e69fd8636e0 img.shogun-image {
  width: 100%;
}



}
#s-7e25d80c-7647-463e-8f1c-98fac222c168 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7e25d80c-7647-463e-8f1c-98fac222c168 {
  display: none;
}
#s-7e25d80c-7647-463e-8f1c-98fac222c168, #wrap-s-7e25d80c-7647-463e-8f1c-98fac222c168 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e25d80c-7647-463e-8f1c-98fac222c168 {
  display: none;
}
#s-7e25d80c-7647-463e-8f1c-98fac222c168, #wrap-s-7e25d80c-7647-463e-8f1c-98fac222c168 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e25d80c-7647-463e-8f1c-98fac222c168 {
  display: none;
}
#s-7e25d80c-7647-463e-8f1c-98fac222c168, #wrap-s-7e25d80c-7647-463e-8f1c-98fac222c168 { display:none !important; }}







#s-7e25d80c-7647-463e-8f1c-98fac222c168 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e25d80c-7647-463e-8f1c-98fac222c168.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-329c81ee-1a91-4efe-a84a-8659872a5d83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-329c81ee-1a91-4efe-a84a-8659872a5d83 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-724578c7-d220-4021-8551-68b320232653 {
  text-align: center;
}

#s-724578c7-d220-4021-8551-68b320232653 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-724578c7-d220-4021-8551-68b320232653 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-724578c7-d220-4021-8551-68b320232653 .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-f3122b8e-05c1-4d24-b901-d7302b9ae28e {
  display: none;
}
#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 {
  text-align: left;
}



.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ff3ed3-04f7-4849-b805-b4ce49252e51 img.shogun-image {
  width: 100%;
}



}
#s-a8ede405-fe34-4d30-9201-49cf507ad794 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a8ede405-fe34-4d30-9201-49cf507ad794 {
  display: none;
}
#s-a8ede405-fe34-4d30-9201-49cf507ad794, #wrap-s-a8ede405-fe34-4d30-9201-49cf507ad794 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8ede405-fe34-4d30-9201-49cf507ad794 {
  display: none;
}
#s-a8ede405-fe34-4d30-9201-49cf507ad794, #wrap-s-a8ede405-fe34-4d30-9201-49cf507ad794 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8ede405-fe34-4d30-9201-49cf507ad794 {
  display: none;
}
#s-a8ede405-fe34-4d30-9201-49cf507ad794, #wrap-s-a8ede405-fe34-4d30-9201-49cf507ad794 { display:none !important; }}







#s-a8ede405-fe34-4d30-9201-49cf507ad794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ede405-fe34-4d30-9201-49cf507ad794.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6941f7fc-c511-4b20-9e52-f368cf8d7aeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6941f7fc-c511-4b20-9e52-f368cf8d7aeb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fac36e2d-a8cf-4053-9b09-cfaeb9295405 {
  text-align: center;
}

#s-fac36e2d-a8cf-4053-9b09-cfaeb9295405 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-fac36e2d-a8cf-4053-9b09-cfaeb9295405 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-fac36e2d-a8cf-4053-9b09-cfaeb9295405 .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-48e66d3a-2716-46a6-954a-255a203acf2a {
  display: none;
}
#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 {
  text-align: left;
}



.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43ccdb-8d7f-4ad9-b943-3777514b70b4 img.shogun-image {
  width: 100%;
}



}
#s-285b33a1-1039-4254-8587-e25ba8008d3d {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-285b33a1-1039-4254-8587-e25ba8008d3d {
  display: none;
}
#s-285b33a1-1039-4254-8587-e25ba8008d3d, #wrap-s-285b33a1-1039-4254-8587-e25ba8008d3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-285b33a1-1039-4254-8587-e25ba8008d3d {
  display: none;
}
#s-285b33a1-1039-4254-8587-e25ba8008d3d, #wrap-s-285b33a1-1039-4254-8587-e25ba8008d3d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-285b33a1-1039-4254-8587-e25ba8008d3d {
  display: none;
}
#s-285b33a1-1039-4254-8587-e25ba8008d3d, #wrap-s-285b33a1-1039-4254-8587-e25ba8008d3d { display:none !important; }}







#s-285b33a1-1039-4254-8587-e25ba8008d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-285b33a1-1039-4254-8587-e25ba8008d3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e4c01c8-cc6d-4043-a4e6-80617ea14b0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e4c01c8-cc6d-4043-a4e6-80617ea14b0c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ff36784a-3000-41cc-a982-ec6bd81378b8 {
  text-align: center;
}

#s-ff36784a-3000-41cc-a982-ec6bd81378b8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ff36784a-3000-41cc-a982-ec6bd81378b8 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ff36784a-3000-41cc-a982-ec6bd81378b8 .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-46c092a5-df30-48b3-9d49-5c0197ecd5a5 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-46c092a5-df30-48b3-9d49-5c0197ecd5a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c092a5-df30-48b3-9d49-5c0197ecd5a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eb28f7fc-d291-45ae-88c6-b670d92be7aa {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb28f7fc-d291-45ae-88c6-b670d92be7aa .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2b8c8813-638b-47b2-b504-a40ff71c7199"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b8c8813-638b-47b2-b504-a40ff71c7199"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2b8c8813-638b-47b2-b504-a40ff71c7199"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b8c8813-638b-47b2-b504-a40ff71c7199"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-b2e6e23c-2ec1-4bd8-ae01-8583418eee3e {
  text-align: center;
}







  #s-b2e6e23c-2ec1-4bd8-ae01-8583418eee3e img.shogun-image {
    

    
    
    
  }


#s-b2e6e23c-2ec1-4bd8-ae01-8583418eee3e .shogun-image-content {
  
    align-items: center;
  
}

#s-8830c4f2-56b2-4d87-8b19-24773a65cf6f {
  display: none;
}
#s-c8507f47-2063-4e77-9e40-8c570e8fb343 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c8507f47-2063-4e77-9e40-8c570e8fb343 {
  display: none;
}
#s-c8507f47-2063-4e77-9e40-8c570e8fb343, #wrap-s-c8507f47-2063-4e77-9e40-8c570e8fb343 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8507f47-2063-4e77-9e40-8c570e8fb343 {
  display: none;
}
#s-c8507f47-2063-4e77-9e40-8c570e8fb343, #wrap-s-c8507f47-2063-4e77-9e40-8c570e8fb343 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8507f47-2063-4e77-9e40-8c570e8fb343 {
  display: none;
}
#s-c8507f47-2063-4e77-9e40-8c570e8fb343, #wrap-s-c8507f47-2063-4e77-9e40-8c570e8fb343 { display:none !important; }}







#s-c8507f47-2063-4e77-9e40-8c570e8fb343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8507f47-2063-4e77-9e40-8c570e8fb343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1633a374-3190-4041-a22f-859241791e2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1633a374-3190-4041-a22f-859241791e2b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a968ed90-2dd3-4411-b1f9-4c4ee67888c9 {
  text-align: center;
}

#s-a968ed90-2dd3-4411-b1f9-4c4ee67888c9 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a968ed90-2dd3-4411-b1f9-4c4ee67888c9 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a968ed90-2dd3-4411-b1f9-4c4ee67888c9 .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-a521febd-12b1-414c-839b-c9d7b244b919 {
  display: none;
}
#s-010ea8cb-105e-40c9-937e-b64b20a683bd {
  text-align: left;
}



.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd img.shogun-image {
  width: 100%;
}



}

.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-010ea8cb-105e-40c9-937e-b64b20a683bd img.shogun-image {
  width: 100%;
}




#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d {
  display: none;
}
#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d, #wrap-s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d {
  display: none;
}
#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d, #wrap-s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d {
  display: none;
}
#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d, #wrap-s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d { display:none !important; }}







#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b39a3d68-2dcb-4fd6-a79b-d6c2f7d7930d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1303e8f-744a-4c1e-953e-d3b1f280f34c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1303e8f-744a-4c1e-953e-d3b1f280f34c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ff4fd953-379b-42e5-a27b-0e73e06257bb {
  text-align: center;
}

#s-ff4fd953-379b-42e5-a27b-0e73e06257bb .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff4fd953-379b-42e5-a27b-0e73e06257bb .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-ff4fd953-379b-42e5-a27b-0e73e06257bb .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-8e2a23b2-9d87-4b36-9c71-960853cd8a20 {
  margin-top: -8%;
}

@media (min-width: 0px) {
[id="s-8e2a23b2-9d87-4b36-9c71-960853cd8a20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e2a23b2-9d87-4b36-9c71-960853cd8a20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8e2a23b2-9d87-4b36-9c71-960853cd8a20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e2a23b2-9d87-4b36-9c71-960853cd8a20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-3f369f23-2f8a-4d72-a392-78bb4141d648 {
  display: none;
}
#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef23c16e-eebe-4c1b-a806-1f01f73f8c7c img.shogun-image {
  width: 100%;
}




#s-ddd19928-b54e-4151-8ae0-88a0370df031 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ddd19928-b54e-4151-8ae0-88a0370df031 {
  display: none;
}
#s-ddd19928-b54e-4151-8ae0-88a0370df031, #wrap-s-ddd19928-b54e-4151-8ae0-88a0370df031 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddd19928-b54e-4151-8ae0-88a0370df031 {
  display: none;
}
#s-ddd19928-b54e-4151-8ae0-88a0370df031, #wrap-s-ddd19928-b54e-4151-8ae0-88a0370df031 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddd19928-b54e-4151-8ae0-88a0370df031 {
  display: none;
}
#s-ddd19928-b54e-4151-8ae0-88a0370df031, #wrap-s-ddd19928-b54e-4151-8ae0-88a0370df031 { display:none !important; }}







#s-ddd19928-b54e-4151-8ae0-88a0370df031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddd19928-b54e-4151-8ae0-88a0370df031.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-999c7dee-0bcd-4226-ba74-43a296c17892 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-999c7dee-0bcd-4226-ba74-43a296c17892 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-79719daa-ad9b-4926-b84e-ab463131d3f1 {
  text-align: center;
}

#s-79719daa-ad9b-4926-b84e-ab463131d3f1 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79719daa-ad9b-4926-b84e-ab463131d3f1 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-79719daa-ad9b-4926-b84e-ab463131d3f1 .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-b94f0984-2989-4fb3-a406-6c4c28385f7e {
  display: none;
}
#s-489eba01-0470-4bf2-bc66-5a45a2a1557e {
  margin-left: 10%;
margin-right: 10%;
text-align: right;
}



.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-489eba01-0470-4bf2-bc66-5a45a2a1557e img.shogun-image {
  width: 100%;
}




#s-013c3837-335d-4bb7-85a4-d1c69b96a427 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-013c3837-335d-4bb7-85a4-d1c69b96a427 {
  display: none;
}
#s-013c3837-335d-4bb7-85a4-d1c69b96a427, #wrap-s-013c3837-335d-4bb7-85a4-d1c69b96a427 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-013c3837-335d-4bb7-85a4-d1c69b96a427 {
  display: none;
}
#s-013c3837-335d-4bb7-85a4-d1c69b96a427, #wrap-s-013c3837-335d-4bb7-85a4-d1c69b96a427 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-013c3837-335d-4bb7-85a4-d1c69b96a427 {
  display: none;
}
#s-013c3837-335d-4bb7-85a4-d1c69b96a427, #wrap-s-013c3837-335d-4bb7-85a4-d1c69b96a427 { display:none !important; }}







#s-013c3837-335d-4bb7-85a4-d1c69b96a427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-013c3837-335d-4bb7-85a4-d1c69b96a427.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07f3d05f-f692-4da3-bd38-2e811b556b00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07f3d05f-f692-4da3-bd38-2e811b556b00 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7daf20d6-6715-4dc0-b3b0-ae0087d233eb {
  text-align: center;
}

#s-7daf20d6-6715-4dc0-b3b0-ae0087d233eb .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7daf20d6-6715-4dc0-b3b0-ae0087d233eb .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-7daf20d6-6715-4dc0-b3b0-ae0087d233eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-75bc7e2f-ee40-4a43-bad7-5898a3114235"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75bc7e2f-ee40-4a43-bad7-5898a3114235"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75bc7e2f-ee40-4a43-bad7-5898a3114235"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75bc7e2f-ee40-4a43-bad7-5898a3114235"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7cc8a9c7-e7f6-4f07-a327-a0f1e05f1920 {
  display: none;
}
#s-d5a53bda-06e4-4836-a208-9636cc309ac6 {
  text-align: left;
}



.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5a53bda-06e4-4836-a208-9636cc309ac6 img.shogun-image {
  width: 100%;
}



}
#s-171bcf98-4f18-4410-a45a-3f7e841175b6 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-171bcf98-4f18-4410-a45a-3f7e841175b6 {
  display: none;
}
#s-171bcf98-4f18-4410-a45a-3f7e841175b6, #wrap-s-171bcf98-4f18-4410-a45a-3f7e841175b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-171bcf98-4f18-4410-a45a-3f7e841175b6 {
  display: none;
}
#s-171bcf98-4f18-4410-a45a-3f7e841175b6, #wrap-s-171bcf98-4f18-4410-a45a-3f7e841175b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-171bcf98-4f18-4410-a45a-3f7e841175b6 {
  display: none;
}
#s-171bcf98-4f18-4410-a45a-3f7e841175b6, #wrap-s-171bcf98-4f18-4410-a45a-3f7e841175b6 { display:none !important; }}







#s-171bcf98-4f18-4410-a45a-3f7e841175b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-171bcf98-4f18-4410-a45a-3f7e841175b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b59a58d3-83e1-4392-975c-3fee99bbed2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b59a58d3-83e1-4392-975c-3fee99bbed2f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-58a35b84-3b18-4828-b152-fddef067cf13 {
  text-align: center;
}

#s-58a35b84-3b18-4828-b152-fddef067cf13 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-58a35b84-3b18-4828-b152-fddef067cf13 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-58a35b84-3b18-4828-b152-fddef067cf13 .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-19d6f9ef-c575-4f7b-a965-02ca6b18c1c7 {
  display: none;
}
#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 {
  text-align: left;
}



.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bdd94dc-6fce-4d36-a064-33b1618bc557 img.shogun-image {
  width: 100%;
}



}
#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 {
  display: none;
}
#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7, #wrap-s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 {
  display: none;
}
#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7, #wrap-s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 {
  display: none;
}
#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7, #wrap-s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 { display:none !important; }}







#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56520e4c-b0e7-4e2c-bae4-f8d7a6e50ff7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-529abbaf-b4c2-4931-8bb3-4ff4e323f78c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-529abbaf-b4c2-4931-8bb3-4ff4e323f78c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-308c33a8-f303-4b94-a61e-a6e9d6cfcca2 {
  text-align: center;
}

#s-308c33a8-f303-4b94-a61e-a6e9d6cfcca2 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-308c33a8-f303-4b94-a61e-a6e9d6cfcca2 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-308c33a8-f303-4b94-a61e-a6e9d6cfcca2 .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-49125bc6-7a1a-4067-a474-07b08667b74f {
  display: none;
}
#s-405a6094-a02b-4760-a02b-1011f1e73224 {
  text-align: left;
}



.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405a6094-a02b-4760-a02b-1011f1e73224 img.shogun-image {
  width: 100%;
}



}
#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 {
  display: none;
}
#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5, #wrap-s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 {
  display: none;
}
#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5, #wrap-s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 {
  display: none;
}
#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5, #wrap-s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 { display:none !important; }}
#s-296c5c53-6ff1-4511-93c5-cc38b21c14f5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 {
  text-align: center;
}
@media (min-width: 1200px){#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 {
  display: none;
}
#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0, #wrap-s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 {
  display: none;
}
#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0, #wrap-s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 {
  display: none;
}
#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0, #wrap-s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 { display:none !important; }}
#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-85585bb9-f145-4726-aa03-8bcfe50ed7b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-78cfa41b-1dc0-4428-b8ff-dda46cd4eb8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78cfa41b-1dc0-4428-b8ff-dda46cd4eb8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78cfa41b-1dc0-4428-b8ff-dda46cd4eb8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78cfa41b-1dc0-4428-b8ff-dda46cd4eb8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-51220237-dab8-41be-97c4-15f41cce9640 {
  display: none;
}
#s-bf804aee-0561-4dd7-bacb-801b7c162b54 {
  text-align: left;
}



.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf804aee-0561-4dd7-bacb-801b7c162b54 img.shogun-image {
  width: 100%;
}



}
#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e {
  display: none;
}
#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e, #wrap-s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e {
  display: none;
}
#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e, #wrap-s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e {
  display: none;
}
#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e, #wrap-s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e { display:none !important; }}







#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62158bdb-9569-4985-bc1c-eee0b9dbcf6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc1edd9-5a90-415a-a7bb-71cb1b02cbe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efc1edd9-5a90-415a-a7bb-71cb1b02cbe5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-03ea36d0-1126-4778-82fc-586961fa5362 {
  text-align: center;
}

#s-03ea36d0-1126-4778-82fc-586961fa5362 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-03ea36d0-1126-4778-82fc-586961fa5362 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-03ea36d0-1126-4778-82fc-586961fa5362 .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-84d38ad8-bbbf-453f-990b-80f3ac110ecb {
  display: none;
}
#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 {
  display: none;
}
#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82, #wrap-s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 {
  display: none;
}
#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82, #wrap-s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 {
  display: none;
}
#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82, #wrap-s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 { display:none !important; }}







#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a1e00da-50cc-4332-9f75-5e4ee2222c82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2135aa2b-e2b0-47a4-aa16-ca84db167310 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2135aa2b-e2b0-47a4-aa16-ca84db167310 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8a875292-e81e-4e9d-af7a-b5206bcf4889 {
  text-align: center;
}

#s-8a875292-e81e-4e9d-af7a-b5206bcf4889 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-8a875292-e81e-4e9d-af7a-b5206bcf4889 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-8a875292-e81e-4e9d-af7a-b5206bcf4889 .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-38df4a9d-5569-4455-835e-0c9f30aedcfd {
  display: none;
}
#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 {
  margin-top: 15%;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1e932c-aa5c-40bd-accf-7ab0422823e6 img.shogun-image {
  width: 100%;
}



}
#s-3fa8a2af-2a15-480b-b296-3b708a7b6461 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3fa8a2af-2a15-480b-b296-3b708a7b6461 {
  display: none;
}
#s-3fa8a2af-2a15-480b-b296-3b708a7b6461, #wrap-s-3fa8a2af-2a15-480b-b296-3b708a7b6461 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fa8a2af-2a15-480b-b296-3b708a7b6461 {
  display: none;
}
#s-3fa8a2af-2a15-480b-b296-3b708a7b6461, #wrap-s-3fa8a2af-2a15-480b-b296-3b708a7b6461 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fa8a2af-2a15-480b-b296-3b708a7b6461 {
  display: none;
}
#s-3fa8a2af-2a15-480b-b296-3b708a7b6461, #wrap-s-3fa8a2af-2a15-480b-b296-3b708a7b6461 { display:none !important; }}
#s-3fa8a2af-2a15-480b-b296-3b708a7b6461 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 {
  text-align: center;
}
@media (min-width: 1200px){#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 {
  display: none;
}
#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6, #wrap-s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 {
  display: none;
}
#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6, #wrap-s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 {
  display: none;
}
#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6, #wrap-s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 { display:none !important; }}
#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-2fa53e1e-0d23-4564-8d2c-878a6f893bd6 .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-5f49564b-1da8-4351-b577-09bfd6b0cb7c {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5f49564b-1da8-4351-b577-09bfd6b0cb7c {
  
}
}@media (max-width: 767px){#s-5f49564b-1da8-4351-b577-09bfd6b0cb7c {
  display: none;
}
#s-5f49564b-1da8-4351-b577-09bfd6b0cb7c, #wrap-s-5f49564b-1da8-4351-b577-09bfd6b0cb7c { display:none !important; }}







#s-5f49564b-1da8-4351-b577-09bfd6b0cb7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f49564b-1da8-4351-b577-09bfd6b0cb7c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-1be4bc4a-7afa-4444-9ac9-a9c021ab597c {
  opacity: 0;
}

#s-1be4bc4a-7afa-4444-9ac9-a9c021ab597c hr {
  border-top: 2px solid #ddd;
}

#s-29caeaf9-1293-43bc-9827-bbd6ac00a975 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29caeaf9-1293-43bc-9827-bbd6ac00a975 .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-d0a9d1ca-f3a8-4971-a5a9-cf111aedaa8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0a9d1ca-f3a8-4971-a5a9-cf111aedaa8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0a9d1ca-f3a8-4971-a5a9-cf111aedaa8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0a9d1ca-f3a8-4971-a5a9-cf111aedaa8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9644936b-3888-4c41-a487-6ece4e479db8 {
  display: none;
}
#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c {
  margin-top: 20%;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4e909ea-578c-4d8b-b37c-2cc34d5af95c img.shogun-image {
  width: 100%;
}



}
#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed {
  display: none;
}
#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed, #wrap-s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed {
  display: none;
}
#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed, #wrap-s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed {
  display: none;
}
#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed, #wrap-s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed { display:none !important; }}







#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2df7b9b-7f94-4bab-8af6-926ae8a6aeed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26bba5f2-9e1d-4c8a-b546-f18b56e65556 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26bba5f2-9e1d-4c8a-b546-f18b56e65556 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e0994eb5-8e93-461d-b10e-af1a02b1304e {
  text-align: center;
}

#s-e0994eb5-8e93-461d-b10e-af1a02b1304e .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e0994eb5-8e93-461d-b10e-af1a02b1304e .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e0994eb5-8e93-461d-b10e-af1a02b1304e .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-3a73caf5-b4a7-4454-911a-5aac8b7be378 {
  display: none;
}
#s-5e84d12f-a058-4879-b390-6898295b2b85 {
  text-align: left;
}



.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e84d12f-a058-4879-b390-6898295b2b85 img.shogun-image {
  width: 100%;
}



}
#s-6185a97e-6965-421c-90a6-991cdaa58011 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6185a97e-6965-421c-90a6-991cdaa58011 {
  display: none;
}
#s-6185a97e-6965-421c-90a6-991cdaa58011, #wrap-s-6185a97e-6965-421c-90a6-991cdaa58011 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6185a97e-6965-421c-90a6-991cdaa58011 {
  display: none;
}
#s-6185a97e-6965-421c-90a6-991cdaa58011, #wrap-s-6185a97e-6965-421c-90a6-991cdaa58011 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6185a97e-6965-421c-90a6-991cdaa58011 {
  display: none;
}
#s-6185a97e-6965-421c-90a6-991cdaa58011, #wrap-s-6185a97e-6965-421c-90a6-991cdaa58011 { display:none !important; }}







#s-6185a97e-6965-421c-90a6-991cdaa58011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6185a97e-6965-421c-90a6-991cdaa58011.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a8a84c5-b459-4a29-8879-089b162d706c {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a8a84c5-b459-4a29-8879-089b162d706c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fc83bf08-88cb-47bb-9559-14bf7a0bbf0d {
  text-align: center;
}

#s-fc83bf08-88cb-47bb-9559-14bf7a0bbf0d .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-fc83bf08-88cb-47bb-9559-14bf7a0bbf0d .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-fc83bf08-88cb-47bb-9559-14bf7a0bbf0d .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-7c3ec5db-fdd0-456f-96d8-f4dea6ddeebb {
  display: none;
}
#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 {
  margin-top: 18%;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 {
  display: none;
}
#s-ee0d2e27-400a-4ed1-8544-76830aca5e16, #wrap-s-ee0d2e27-400a-4ed1-8544-76830aca5e16 { display:none !important; }}@media (max-width: 767px){#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 {
  display: none;
}
#s-ee0d2e27-400a-4ed1-8544-76830aca5e16, #wrap-s-ee0d2e27-400a-4ed1-8544-76830aca5e16 { display:none !important; }}


.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0d2e27-400a-4ed1-8544-76830aca5e16 img.shogun-image {
  width: 100%;
}



}
#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 {
  margin-top: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 {
  display: none;
}
#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34, #wrap-s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 {
  display: none;
}
#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34, #wrap-s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 { display:none !important; }}


.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-722de71a-64d2-4fc8-9c1d-bb08c054fe34 img.shogun-image {
  width: 100%;
}



}
#s-a451b780-5c44-4bfd-a6db-047197f73dde {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a451b780-5c44-4bfd-a6db-047197f73dde {
  display: none;
}
#s-a451b780-5c44-4bfd-a6db-047197f73dde, #wrap-s-a451b780-5c44-4bfd-a6db-047197f73dde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a451b780-5c44-4bfd-a6db-047197f73dde {
  display: none;
}
#s-a451b780-5c44-4bfd-a6db-047197f73dde, #wrap-s-a451b780-5c44-4bfd-a6db-047197f73dde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a451b780-5c44-4bfd-a6db-047197f73dde {
  display: none;
}
#s-a451b780-5c44-4bfd-a6db-047197f73dde, #wrap-s-a451b780-5c44-4bfd-a6db-047197f73dde { display:none !important; }}







#s-a451b780-5c44-4bfd-a6db-047197f73dde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a451b780-5c44-4bfd-a6db-047197f73dde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8302388-7a7e-4316-bd55-637237db583f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8302388-7a7e-4316-bd55-637237db583f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-46576724-848b-408f-b153-3de8e53fa785 {
  text-align: center;
}

#s-46576724-848b-408f-b153-3de8e53fa785 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-46576724-848b-408f-b153-3de8e53fa785 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-46576724-848b-408f-b153-3de8e53fa785 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d9abc2fa-81fc-4ef2-bcee-9d256e06235f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9abc2fa-81fc-4ef2-bcee-9d256e06235f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9abc2fa-81fc-4ef2-bcee-9d256e06235f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9abc2fa-81fc-4ef2-bcee-9d256e06235f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-64e584c1-2c4e-4b83-9267-006ad5c92fbb {
  display: none;
}
#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1b2f7f-ea4b-4c90-ac88-be956570aa1a img.shogun-image {
  width: 100%;
}



}
#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 {
  display: none;
}
#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0, #wrap-s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 {
  display: none;
}
#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0, #wrap-s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 {
  display: none;
}
#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0, #wrap-s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 { display:none !important; }}







#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bae06d73-1d65-4373-bd4c-a6c9c0246af0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c55fabd-6e8a-4e15-8e5c-77aa5112c9ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c55fabd-6e8a-4e15-8e5c-77aa5112c9ef .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5ca2b559-ae30-4123-87a7-ef68b6617b01 {
  text-align: center;
}

#s-5ca2b559-ae30-4123-87a7-ef68b6617b01 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-5ca2b559-ae30-4123-87a7-ef68b6617b01 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-5ca2b559-ae30-4123-87a7-ef68b6617b01 .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-618fcb00-b715-4047-b77c-0e0c0d66a49c {
  display: none;
}
#s-19df9b9a-2d57-4ce6-b678-395902972d83 {
  margin-top: 20%;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19df9b9a-2d57-4ce6-b678-395902972d83 img.shogun-image {
  width: 100%;
}



}
#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 {
  display: none;
}
#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16, #wrap-s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 {
  display: none;
}
#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16, #wrap-s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 {
  display: none;
}
#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16, #wrap-s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 { display:none !important; }}







#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aeb6e7b-ef68-4335-9244-7b5bc1873e16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a269b6de-4b90-41c5-9793-f8ccfa5a0b9e {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a269b6de-4b90-41c5-9793-f8ccfa5a0b9e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-91050639-6892-4369-8774-bf64a2c4a655 {
  text-align: center;
}

#s-91050639-6892-4369-8774-bf64a2c4a655 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-91050639-6892-4369-8774-bf64a2c4a655 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-91050639-6892-4369-8774-bf64a2c4a655 .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-52428256-5185-460b-b7ec-38371c313fc6 {
  display: none;
}
#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 {
  margin-top: 18%;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 {
  display: none;
}
#s-0c58d588-ce19-49ba-87b3-a0ea353a2482, #wrap-s-0c58d588-ce19-49ba-87b3-a0ea353a2482 { display:none !important; }}@media (max-width: 767px){#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 {
  display: none;
}
#s-0c58d588-ce19-49ba-87b3-a0ea353a2482, #wrap-s-0c58d588-ce19-49ba-87b3-a0ea353a2482 { display:none !important; }}


.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c58d588-ce19-49ba-87b3-a0ea353a2482 img.shogun-image {
  width: 100%;
}



}
#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 {
  margin-top: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 {
  display: none;
}
#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552, #wrap-s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 {
  display: none;
}
#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552, #wrap-s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 { display:none !important; }}


.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65f84388-ea15-4ef4-9ff1-7c02cc3a4552 img.shogun-image {
  width: 100%;
}



}
#s-5458e6ed-1792-48bc-a232-89829033517f {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5458e6ed-1792-48bc-a232-89829033517f {
  display: none;
}
#s-5458e6ed-1792-48bc-a232-89829033517f, #wrap-s-5458e6ed-1792-48bc-a232-89829033517f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5458e6ed-1792-48bc-a232-89829033517f {
  display: none;
}
#s-5458e6ed-1792-48bc-a232-89829033517f, #wrap-s-5458e6ed-1792-48bc-a232-89829033517f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5458e6ed-1792-48bc-a232-89829033517f {
  display: none;
}
#s-5458e6ed-1792-48bc-a232-89829033517f, #wrap-s-5458e6ed-1792-48bc-a232-89829033517f { display:none !important; }}







#s-5458e6ed-1792-48bc-a232-89829033517f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5458e6ed-1792-48bc-a232-89829033517f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1550a23-d635-42d5-95e2-5005e9704c84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1550a23-d635-42d5-95e2-5005e9704c84 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-32b9b4b6-9180-41cc-88b6-9ce8909c1cbe {
  text-align: center;
}

#s-32b9b4b6-9180-41cc-88b6-9ce8909c1cbe .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-32b9b4b6-9180-41cc-88b6-9ce8909c1cbe .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-32b9b4b6-9180-41cc-88b6-9ce8909c1cbe .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-3d48728b-1af5-4fb1-b99f-fae0240431f5 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3d48728b-1af5-4fb1-b99f-fae0240431f5 {
  display: none;
}
#s-3d48728b-1af5-4fb1-b99f-fae0240431f5, #wrap-s-3d48728b-1af5-4fb1-b99f-fae0240431f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d48728b-1af5-4fb1-b99f-fae0240431f5 {
  display: none;
}
#s-3d48728b-1af5-4fb1-b99f-fae0240431f5, #wrap-s-3d48728b-1af5-4fb1-b99f-fae0240431f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d48728b-1af5-4fb1-b99f-fae0240431f5 {
  display: none;
}
#s-3d48728b-1af5-4fb1-b99f-fae0240431f5, #wrap-s-3d48728b-1af5-4fb1-b99f-fae0240431f5 { display:none !important; }}







#s-3d48728b-1af5-4fb1-b99f-fae0240431f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d48728b-1af5-4fb1-b99f-fae0240431f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5eaa3a38-a62c-4b75-a1b1-cb8e6fb843b5 {
  opacity: 0;
}

#s-5eaa3a38-a62c-4b75-a1b1-cb8e6fb843b5 hr {
  border-top: 2px solid #ddd;
}

#s-900c4114-d67f-4c6c-aeb9-3f2ae86301ca {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-900c4114-d67f-4c6c-aeb9-3f2ae86301ca .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-ec29cf12-be66-49b6-ac42-309ddf786218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec29cf12-be66-49b6-ac42-309ddf786218"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec29cf12-be66-49b6-ac42-309ddf786218"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec29cf12-be66-49b6-ac42-309ddf786218"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-be4d62e7-2dee-4439-8ae5-39e7d1539607 {
  display: none;
}
#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd5ceaa-ff88-4d80-ad31-5a7fb3b5c0a6 img.shogun-image {
  width: 100%;
}



}
#s-4d657894-5f71-41de-a8f3-888e3fd396bd {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4d657894-5f71-41de-a8f3-888e3fd396bd {
  display: none;
}
#s-4d657894-5f71-41de-a8f3-888e3fd396bd, #wrap-s-4d657894-5f71-41de-a8f3-888e3fd396bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d657894-5f71-41de-a8f3-888e3fd396bd {
  display: none;
}
#s-4d657894-5f71-41de-a8f3-888e3fd396bd, #wrap-s-4d657894-5f71-41de-a8f3-888e3fd396bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d657894-5f71-41de-a8f3-888e3fd396bd {
  display: none;
}
#s-4d657894-5f71-41de-a8f3-888e3fd396bd, #wrap-s-4d657894-5f71-41de-a8f3-888e3fd396bd { display:none !important; }}







#s-4d657894-5f71-41de-a8f3-888e3fd396bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d657894-5f71-41de-a8f3-888e3fd396bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ecdbd34-e748-408f-b4b5-d536241203e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ecdbd34-e748-408f-b4b5-d536241203e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bdc560f4-ad0a-45ca-89cd-81145e62d6d6 {
  text-align: center;
}

#s-bdc560f4-ad0a-45ca-89cd-81145e62d6d6 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-bdc560f4-ad0a-45ca-89cd-81145e62d6d6 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-bdc560f4-ad0a-45ca-89cd-81145e62d6d6 .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-8fb90c32-7c5e-4303-be77-d4ea4aec319e {
  display: none;
}
#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd {
  text-align: left;
}



.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4d28f9-3f73-4ae2-8a0f-86009b1c22cd img.shogun-image {
  width: 100%;
}



}
#s-69e6ea80-9620-4063-adce-1a44804f1381 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-69e6ea80-9620-4063-adce-1a44804f1381 {
  display: none;
}
#s-69e6ea80-9620-4063-adce-1a44804f1381, #wrap-s-69e6ea80-9620-4063-adce-1a44804f1381 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69e6ea80-9620-4063-adce-1a44804f1381 {
  display: none;
}
#s-69e6ea80-9620-4063-adce-1a44804f1381, #wrap-s-69e6ea80-9620-4063-adce-1a44804f1381 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69e6ea80-9620-4063-adce-1a44804f1381 {
  display: none;
}
#s-69e6ea80-9620-4063-adce-1a44804f1381, #wrap-s-69e6ea80-9620-4063-adce-1a44804f1381 { display:none !important; }}







#s-69e6ea80-9620-4063-adce-1a44804f1381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69e6ea80-9620-4063-adce-1a44804f1381.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-100d7708-f658-4a62-9891-f9b2c52d71fa {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-100d7708-f658-4a62-9891-f9b2c52d71fa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6c11b99e-24a2-4855-883c-36536d55f2f8 {
  text-align: center;
}

#s-6c11b99e-24a2-4855-883c-36536d55f2f8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-6c11b99e-24a2-4855-883c-36536d55f2f8 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-6c11b99e-24a2-4855-883c-36536d55f2f8 .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-2f2410f8-1c7e-43b5-aa89-96b6a6f10e72 {
  display: none;
}
#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 {
  margin-top: 18%;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 {
  display: none;
}
#s-d2e0c5f6-95f8-456a-8b96-031adefb8298, #wrap-s-d2e0c5f6-95f8-456a-8b96-031adefb8298 { display:none !important; }}@media (max-width: 767px){#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 {
  display: none;
}
#s-d2e0c5f6-95f8-456a-8b96-031adefb8298, #wrap-s-d2e0c5f6-95f8-456a-8b96-031adefb8298 { display:none !important; }}


.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2e0c5f6-95f8-456a-8b96-031adefb8298 img.shogun-image {
  width: 100%;
}



}
#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 {
  margin-top: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 {
  display: none;
}
#s-7037ff17-78b3-415b-88f8-95a9da8c71e6, #wrap-s-7037ff17-78b3-415b-88f8-95a9da8c71e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 {
  display: none;
}
#s-7037ff17-78b3-415b-88f8-95a9da8c71e6, #wrap-s-7037ff17-78b3-415b-88f8-95a9da8c71e6 { display:none !important; }}


.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7037ff17-78b3-415b-88f8-95a9da8c71e6 img.shogun-image {
  width: 100%;
}



}
#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc {
  display: none;
}
#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc, #wrap-s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc {
  display: none;
}
#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc, #wrap-s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc {
  display: none;
}
#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc, #wrap-s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc { display:none !important; }}







#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d767f5b-d64a-43ba-bc2d-7950b727c2fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b3ca993-03bc-47cb-9467-ffc170bc6a76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b3ca993-03bc-47cb-9467-ffc170bc6a76 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e150831f-6a3f-4aa4-b493-0068711c53d0 {
  text-align: center;
}

#s-e150831f-6a3f-4aa4-b493-0068711c53d0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e150831f-6a3f-4aa4-b493-0068711c53d0 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e150831f-6a3f-4aa4-b493-0068711c53d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3cbba2c2-8d07-4388-9bb5-785a826dcfbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cbba2c2-8d07-4388-9bb5-785a826dcfbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3cbba2c2-8d07-4388-9bb5-785a826dcfbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cbba2c2-8d07-4388-9bb5-785a826dcfbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-01c96fd1-2ad3-4e74-9ed5-481fbca8d25a {
  display: none;
}
#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0876dc1b-a63b-4eb6-a7c0-5fa2985193b5 img.shogun-image {
  width: 100%;
}



}
#s-dce59f38-308a-443f-9cdb-d8acbffc181d {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-dce59f38-308a-443f-9cdb-d8acbffc181d {
  display: none;
}
#s-dce59f38-308a-443f-9cdb-d8acbffc181d, #wrap-s-dce59f38-308a-443f-9cdb-d8acbffc181d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dce59f38-308a-443f-9cdb-d8acbffc181d {
  display: none;
}
#s-dce59f38-308a-443f-9cdb-d8acbffc181d, #wrap-s-dce59f38-308a-443f-9cdb-d8acbffc181d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dce59f38-308a-443f-9cdb-d8acbffc181d {
  display: none;
}
#s-dce59f38-308a-443f-9cdb-d8acbffc181d, #wrap-s-dce59f38-308a-443f-9cdb-d8acbffc181d { display:none !important; }}







#s-dce59f38-308a-443f-9cdb-d8acbffc181d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce59f38-308a-443f-9cdb-d8acbffc181d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04019475-5f51-4b4e-9b79-9318d62771b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04019475-5f51-4b4e-9b79-9318d62771b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-df4c01c7-e550-4fc7-95be-4bad2af51820 {
  text-align: center;
}

#s-df4c01c7-e550-4fc7-95be-4bad2af51820 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-df4c01c7-e550-4fc7-95be-4bad2af51820 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-df4c01c7-e550-4fc7-95be-4bad2af51820 .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-4d23892b-a099-4562-8da5-d120c7f82403 {
  display: none;
}
#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ad818e8-8ed8-4405-b1e2-acd20ebf1449 img.shogun-image {
  width: 100%;
}



}
#s-e53c37bb-c354-4e81-9f18-6953f7cf8082 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e53c37bb-c354-4e81-9f18-6953f7cf8082 {
  display: none;
}
#s-e53c37bb-c354-4e81-9f18-6953f7cf8082, #wrap-s-e53c37bb-c354-4e81-9f18-6953f7cf8082 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e53c37bb-c354-4e81-9f18-6953f7cf8082 {
  display: none;
}
#s-e53c37bb-c354-4e81-9f18-6953f7cf8082, #wrap-s-e53c37bb-c354-4e81-9f18-6953f7cf8082 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e53c37bb-c354-4e81-9f18-6953f7cf8082 {
  display: none;
}
#s-e53c37bb-c354-4e81-9f18-6953f7cf8082, #wrap-s-e53c37bb-c354-4e81-9f18-6953f7cf8082 { display:none !important; }}







#s-e53c37bb-c354-4e81-9f18-6953f7cf8082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e53c37bb-c354-4e81-9f18-6953f7cf8082.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adfd8276-77f5-4e24-bbd0-b27757286d6a {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adfd8276-77f5-4e24-bbd0-b27757286d6a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3fb5a3b0-f46e-4f39-a28b-c270e49fa517 {
  text-align: center;
}

#s-3fb5a3b0-f46e-4f39-a28b-c270e49fa517 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-3fb5a3b0-f46e-4f39-a28b-c270e49fa517 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-3fb5a3b0-f46e-4f39-a28b-c270e49fa517 .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-10eb46c5-74b0-47e2-bb00-a07848a84fe2 {
  display: none;
}
#s-0bae39b0-4c35-45bc-beab-ead2233e7bad {
  margin-top: 18%;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bae39b0-4c35-45bc-beab-ead2233e7bad {
  display: none;
}
#s-0bae39b0-4c35-45bc-beab-ead2233e7bad, #wrap-s-0bae39b0-4c35-45bc-beab-ead2233e7bad { display:none !important; }}@media (max-width: 767px){#s-0bae39b0-4c35-45bc-beab-ead2233e7bad {
  display: none;
}
#s-0bae39b0-4c35-45bc-beab-ead2233e7bad, #wrap-s-0bae39b0-4c35-45bc-beab-ead2233e7bad { display:none !important; }}


.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bae39b0-4c35-45bc-beab-ead2233e7bad img.shogun-image {
  width: 100%;
}



}
#s-9026d8db-05a5-4437-a298-157ebad8652e {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 10%;
text-align: left;
}
@media (min-width: 1200px){#s-9026d8db-05a5-4437-a298-157ebad8652e {
  display: none;
}
#s-9026d8db-05a5-4437-a298-157ebad8652e, #wrap-s-9026d8db-05a5-4437-a298-157ebad8652e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9026d8db-05a5-4437-a298-157ebad8652e {
  display: none;
}
#s-9026d8db-05a5-4437-a298-157ebad8652e, #wrap-s-9026d8db-05a5-4437-a298-157ebad8652e { display:none !important; }}


.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9026d8db-05a5-4437-a298-157ebad8652e img.shogun-image {
  width: 100%;
}



}
#s-a1dffee8-9759-4c34-9573-cb876929bf2e {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a1dffee8-9759-4c34-9573-cb876929bf2e {
  display: none;
}
#s-a1dffee8-9759-4c34-9573-cb876929bf2e, #wrap-s-a1dffee8-9759-4c34-9573-cb876929bf2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1dffee8-9759-4c34-9573-cb876929bf2e {
  display: none;
}
#s-a1dffee8-9759-4c34-9573-cb876929bf2e, #wrap-s-a1dffee8-9759-4c34-9573-cb876929bf2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1dffee8-9759-4c34-9573-cb876929bf2e {
  display: none;
}
#s-a1dffee8-9759-4c34-9573-cb876929bf2e, #wrap-s-a1dffee8-9759-4c34-9573-cb876929bf2e { display:none !important; }}







#s-a1dffee8-9759-4c34-9573-cb876929bf2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1dffee8-9759-4c34-9573-cb876929bf2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a411460d-6611-4ac6-8535-0f304dcd88ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a411460d-6611-4ac6-8535-0f304dcd88ca .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ae33725b-9682-48c3-8e5e-569e869a6588 {
  text-align: center;
}

#s-ae33725b-9682-48c3-8e5e-569e869a6588 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ae33725b-9682-48c3-8e5e-569e869a6588 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ae33725b-9682-48c3-8e5e-569e869a6588 .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-7ac8c87a-573d-406c-a1ac-acb2dc269d73 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
min-height: 50px;
}








#s-7ac8c87a-573d-406c-a1ac-acb2dc269d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ac8c87a-573d-406c-a1ac-acb2dc269d73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f41c77c-78b8-4477-83f8-fc73abc1d730 {
  opacity: 0;
}

#s-3f41c77c-78b8-4477-83f8-fc73abc1d730 hr {
  border-top: 1px solid #ddd;
}

#s-eeb4c120-7855-4722-a921-7db0c22dd008 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eeb4c120-7855-4722-a921-7db0c22dd008 .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-3aaaaecc-454e-44aa-a194-d9a1e810191e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aaaaecc-454e-44aa-a194-d9a1e810191e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3aaaaecc-454e-44aa-a194-d9a1e810191e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3aaaaecc-454e-44aa-a194-d9a1e810191e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d497e33b-86ae-472a-9f8c-a1560170bdc7 {
  display: none;
}
#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd {
  display: none;
}
#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd, #wrap-s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd {
  display: none;
}
#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd, #wrap-s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd {
  display: none;
}
#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd, #wrap-s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd { display:none !important; }}







#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bc07b9a-ffdc-4e5f-be39-7ec65dcba5dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-648c9bf6-df25-4163-b503-476f1d0704d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-648c9bf6-df25-4163-b503-476f1d0704d1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a253e0b9-8d41-4491-8667-40d63f29c4e1 {
  text-align: center;
}

#s-a253e0b9-8d41-4491-8667-40d63f29c4e1 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-a253e0b9-8d41-4491-8667-40d63f29c4e1 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-a253e0b9-8d41-4491-8667-40d63f29c4e1 .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-5fa022cf-5c62-48c3-94f2-3e33a3ec124a {
  display: none;
}
#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 {
  text-align: left;
}



.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cbb450b-6064-4b12-8bf1-90cefb4d2899 img.shogun-image {
  width: 100%;
}



}
#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 {
  display: none;
}
#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6, #wrap-s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 {
  display: none;
}
#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6, #wrap-s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 {
  display: none;
}
#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6, #wrap-s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 { display:none !important; }}







#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bae29bb1-fd0a-4615-a49d-e9e653f3c2d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2841773-4d7f-4cc2-8ee4-400a6d75e2b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2841773-4d7f-4cc2-8ee4-400a6d75e2b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ec961638-d7ff-4ca5-a127-89aae54c37fc {
  text-align: center;
}

#s-ec961638-d7ff-4ca5-a127-89aae54c37fc .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ec961638-d7ff-4ca5-a127-89aae54c37fc .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ec961638-d7ff-4ca5-a127-89aae54c37fc .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-ca1efab7-9b89-42ed-aca4-6aff2a055700 {
  display: none;
}
#s-d8025417-ebfc-44d1-8162-92e26a3f81f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d8025417-ebfc-44d1-8162-92e26a3f81f6 {
  display: none;
}
#s-d8025417-ebfc-44d1-8162-92e26a3f81f6, #wrap-s-d8025417-ebfc-44d1-8162-92e26a3f81f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8025417-ebfc-44d1-8162-92e26a3f81f6 {
  display: none;
}
#s-d8025417-ebfc-44d1-8162-92e26a3f81f6, #wrap-s-d8025417-ebfc-44d1-8162-92e26a3f81f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8025417-ebfc-44d1-8162-92e26a3f81f6 {
  display: none;
}
#s-d8025417-ebfc-44d1-8162-92e26a3f81f6, #wrap-s-d8025417-ebfc-44d1-8162-92e26a3f81f6 { display:none !important; }}
#s-d8025417-ebfc-44d1-8162-92e26a3f81f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5c998c74-8119-450b-9e26-670cdaefa99b {
  text-align: center;
}
@media (min-width: 1200px){#s-5c998c74-8119-450b-9e26-670cdaefa99b {
  display: none;
}
#s-5c998c74-8119-450b-9e26-670cdaefa99b, #wrap-s-5c998c74-8119-450b-9e26-670cdaefa99b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c998c74-8119-450b-9e26-670cdaefa99b {
  display: none;
}
#s-5c998c74-8119-450b-9e26-670cdaefa99b, #wrap-s-5c998c74-8119-450b-9e26-670cdaefa99b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c998c74-8119-450b-9e26-670cdaefa99b {
  display: none;
}
#s-5c998c74-8119-450b-9e26-670cdaefa99b, #wrap-s-5c998c74-8119-450b-9e26-670cdaefa99b { display:none !important; }}
#s-5c998c74-8119-450b-9e26-670cdaefa99b .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-5c998c74-8119-450b-9e26-670cdaefa99b .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-5c998c74-8119-450b-9e26-670cdaefa99b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-91feefa4-1887-46b0-ac82-08a3739877b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91feefa4-1887-46b0-ac82-08a3739877b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-91feefa4-1887-46b0-ac82-08a3739877b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-91feefa4-1887-46b0-ac82-08a3739877b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-2e7a36c5-07bc-4382-88cd-fb55c1c81428 {
  display: none;
}
#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 {
  text-align: left;
}



.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0dfdd7d-c2f9-48bb-bea8-2cf9dd917636 img.shogun-image {
  width: 100%;
}



}
#s-0495520b-ecff-404f-80f9-1aff79916ae5 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0495520b-ecff-404f-80f9-1aff79916ae5 {
  display: none;
}
#s-0495520b-ecff-404f-80f9-1aff79916ae5, #wrap-s-0495520b-ecff-404f-80f9-1aff79916ae5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0495520b-ecff-404f-80f9-1aff79916ae5 {
  display: none;
}
#s-0495520b-ecff-404f-80f9-1aff79916ae5, #wrap-s-0495520b-ecff-404f-80f9-1aff79916ae5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0495520b-ecff-404f-80f9-1aff79916ae5 {
  display: none;
}
#s-0495520b-ecff-404f-80f9-1aff79916ae5, #wrap-s-0495520b-ecff-404f-80f9-1aff79916ae5 { display:none !important; }}







#s-0495520b-ecff-404f-80f9-1aff79916ae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0495520b-ecff-404f-80f9-1aff79916ae5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5febc24-3c59-4039-bbb3-aae932f95410 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5febc24-3c59-4039-bbb3-aae932f95410 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-58c2c93e-f485-4589-9cc0-9a00c46637ab {
  text-align: center;
}

#s-58c2c93e-f485-4589-9cc0-9a00c46637ab .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-58c2c93e-f485-4589-9cc0-9a00c46637ab .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-58c2c93e-f485-4589-9cc0-9a00c46637ab .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-f8ba7ee6-7868-46e2-a31b-3de5925db3d0 {
  display: none;
}
#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 {
  text-align: left;
}



.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe3bd16c-2b50-4e6a-b162-66fc65c59864 img.shogun-image {
  width: 100%;
}



}
#s-7c656c39-9a84-4b41-add6-23278d77dd95 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7c656c39-9a84-4b41-add6-23278d77dd95 {
  display: none;
}
#s-7c656c39-9a84-4b41-add6-23278d77dd95, #wrap-s-7c656c39-9a84-4b41-add6-23278d77dd95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c656c39-9a84-4b41-add6-23278d77dd95 {
  display: none;
}
#s-7c656c39-9a84-4b41-add6-23278d77dd95, #wrap-s-7c656c39-9a84-4b41-add6-23278d77dd95 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c656c39-9a84-4b41-add6-23278d77dd95 {
  display: none;
}
#s-7c656c39-9a84-4b41-add6-23278d77dd95, #wrap-s-7c656c39-9a84-4b41-add6-23278d77dd95 { display:none !important; }}







#s-7c656c39-9a84-4b41-add6-23278d77dd95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c656c39-9a84-4b41-add6-23278d77dd95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-604f6982-c24e-4b3c-9ce2-e3303bb1086d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-604f6982-c24e-4b3c-9ce2-e3303bb1086d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9cd17b57-c661-4eed-852f-2ec6883f093a {
  text-align: center;
}

#s-9cd17b57-c661-4eed-852f-2ec6883f093a .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-9cd17b57-c661-4eed-852f-2ec6883f093a .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-9cd17b57-c661-4eed-852f-2ec6883f093a .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-3a6a460e-92ca-4443-ab7c-8e505ad1e057 {
  display: none;
}
#s-3d4815e0-b886-4c09-8563-d904241e4a34 {
  text-align: left;
}



.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4815e0-b886-4c09-8563-d904241e4a34 img.shogun-image {
  width: 100%;
}



}
#s-e0a1d874-321b-4b4a-88db-07a783da2f1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e0a1d874-321b-4b4a-88db-07a783da2f1f {
  display: none;
}
#s-e0a1d874-321b-4b4a-88db-07a783da2f1f, #wrap-s-e0a1d874-321b-4b4a-88db-07a783da2f1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0a1d874-321b-4b4a-88db-07a783da2f1f {
  display: none;
}
#s-e0a1d874-321b-4b4a-88db-07a783da2f1f, #wrap-s-e0a1d874-321b-4b4a-88db-07a783da2f1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0a1d874-321b-4b4a-88db-07a783da2f1f {
  display: none;
}
#s-e0a1d874-321b-4b4a-88db-07a783da2f1f, #wrap-s-e0a1d874-321b-4b4a-88db-07a783da2f1f { display:none !important; }}
#s-e0a1d874-321b-4b4a-88db-07a783da2f1f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f75e0156-9dae-4940-8959-6b85d873cf6f {
  text-align: center;
}
@media (min-width: 1200px){#s-f75e0156-9dae-4940-8959-6b85d873cf6f {
  display: none;
}
#s-f75e0156-9dae-4940-8959-6b85d873cf6f, #wrap-s-f75e0156-9dae-4940-8959-6b85d873cf6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f75e0156-9dae-4940-8959-6b85d873cf6f {
  display: none;
}
#s-f75e0156-9dae-4940-8959-6b85d873cf6f, #wrap-s-f75e0156-9dae-4940-8959-6b85d873cf6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f75e0156-9dae-4940-8959-6b85d873cf6f {
  display: none;
}
#s-f75e0156-9dae-4940-8959-6b85d873cf6f, #wrap-s-f75e0156-9dae-4940-8959-6b85d873cf6f { display:none !important; }}
#s-f75e0156-9dae-4940-8959-6b85d873cf6f .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-f75e0156-9dae-4940-8959-6b85d873cf6f .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-f75e0156-9dae-4940-8959-6b85d873cf6f .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-709d3dc6-0c7f-4a95-8f08-f5384be85da2 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
min-height: 50px;
}








#s-709d3dc6-0c7f-4a95-8f08-f5384be85da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-709d3dc6-0c7f-4a95-8f08-f5384be85da2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0338ae06-212c-48a2-9249-f63fa996a161 {
  opacity: 0;
}

#s-0338ae06-212c-48a2-9249-f63fa996a161 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-dcdd1f64-eac7-4336-9f87-942484497b1d {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcdd1f64-eac7-4336-9f87-942484497b1d .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6ed47eff-c7b6-4e83-b440-80ff1ae12cd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed47eff-c7b6-4e83-b440-80ff1ae12cd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed47eff-c7b6-4e83-b440-80ff1ae12cd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed47eff-c7b6-4e83-b440-80ff1ae12cd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d50ca539-bf3e-44aa-971f-0209afdeae4e {
  display: none;
}
#s-474748b3-3369-41fd-8dc6-06118b6630c9 {
  text-align: left;
}



.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-474748b3-3369-41fd-8dc6-06118b6630c9 img.shogun-image {
  width: 100%;
}



}
#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 {
  display: none;
}
#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2, #wrap-s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 {
  display: none;
}
#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2, #wrap-s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 {
  display: none;
}
#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2, #wrap-s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 { display:none !important; }}







#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0959e77-b248-4ebc-940d-92e85ddbdbe2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c8595ac-ac3b-4cbc-bcc7-029e1da3eddb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c8595ac-ac3b-4cbc-bcc7-029e1da3eddb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a34090e9-b601-4c16-b3da-792c9edd7659 {
  text-align: center;
}

#s-a34090e9-b601-4c16-b3da-792c9edd7659 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-a34090e9-b601-4c16-b3da-792c9edd7659 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-a34090e9-b601-4c16-b3da-792c9edd7659 .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-4667fb1a-a85e-4f33-ab7c-163ec94227a2 {
  display: none;
}
#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 {
  text-align: left;
}



.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a52b36-eff9-40c1-9a14-9d278d82fe36 img.shogun-image {
  width: 100%;
}



}
#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 {
  display: none;
}
#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67, #wrap-s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 {
  display: none;
}
#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67, #wrap-s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 {
  display: none;
}
#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67, #wrap-s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 { display:none !important; }}







#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b20ee724-c8a9-46dd-93a3-f67cafa1bc67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06386fd5-9270-44b2-a849-8212f97bce67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06386fd5-9270-44b2-a849-8212f97bce67 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ac6c4d94-f351-4900-a6d7-b660775ee96d {
  text-align: center;
}

#s-ac6c4d94-f351-4900-a6d7-b660775ee96d .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ac6c4d94-f351-4900-a6d7-b660775ee96d .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ac6c4d94-f351-4900-a6d7-b660775ee96d .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-1c5b02a5-a8fa-4c4e-a8fd-3b29a538434a {
  display: none;
}
#s-c264b823-bb30-444b-a41b-c5824d575d45 {
  text-align: left;
}



.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c264b823-bb30-444b-a41b-c5824d575d45 img.shogun-image {
  width: 100%;
}



}
#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd {
  display: none;
}
#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd, #wrap-s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd {
  display: none;
}
#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd, #wrap-s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd {
  display: none;
}
#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd, #wrap-s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd { display:none !important; }}







#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb264bb5-dc7c-48af-a3db-7f5c0b7bb3cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a67ce4f-1159-4b3d-8b2e-c7702c7a0d64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a67ce4f-1159-4b3d-8b2e-c7702c7a0d64 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-aae19e6f-4b12-48e5-9521-be148ed13fab {
  text-align: center;
}

#s-aae19e6f-4b12-48e5-9521-be148ed13fab .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-aae19e6f-4b12-48e5-9521-be148ed13fab .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-aae19e6f-4b12-48e5-9521-be148ed13fab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-33ba0b9e-c40e-4195-b85d-9b4e8271fee9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33ba0b9e-c40e-4195-b85d-9b4e8271fee9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33ba0b9e-c40e-4195-b85d-9b4e8271fee9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33ba0b9e-c40e-4195-b85d-9b4e8271fee9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c13b407d-a138-4ebd-aa62-1fbfbdd1e63d {
  display: none;
}
#s-c04d8477-fc34-4b44-874e-8244e474ee89 {
  text-align: left;
}



.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c04d8477-fc34-4b44-874e-8244e474ee89 img.shogun-image {
  width: 100%;
}



}
#s-78b4a30c-ee20-463b-9907-df35cebcba51 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-78b4a30c-ee20-463b-9907-df35cebcba51 {
  display: none;
}
#s-78b4a30c-ee20-463b-9907-df35cebcba51, #wrap-s-78b4a30c-ee20-463b-9907-df35cebcba51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78b4a30c-ee20-463b-9907-df35cebcba51 {
  display: none;
}
#s-78b4a30c-ee20-463b-9907-df35cebcba51, #wrap-s-78b4a30c-ee20-463b-9907-df35cebcba51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78b4a30c-ee20-463b-9907-df35cebcba51 {
  display: none;
}
#s-78b4a30c-ee20-463b-9907-df35cebcba51, #wrap-s-78b4a30c-ee20-463b-9907-df35cebcba51 { display:none !important; }}







#s-78b4a30c-ee20-463b-9907-df35cebcba51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b4a30c-ee20-463b-9907-df35cebcba51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8de4a4e0-9619-4490-a6df-db5c894ccca2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8de4a4e0-9619-4490-a6df-db5c894ccca2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7d862ce4-22b2-435b-ae0f-c818c0a46055 {
  text-align: center;
}

#s-7d862ce4-22b2-435b-ae0f-c818c0a46055 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-7d862ce4-22b2-435b-ae0f-c818c0a46055 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-7d862ce4-22b2-435b-ae0f-c818c0a46055 .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-c9315b56-b992-41a3-a42b-11c87b548103 {
  display: none;
}
#s-38e56c53-4758-4759-82e1-667f75b2d82e {
  text-align: left;
}



.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e56c53-4758-4759-82e1-667f75b2d82e img.shogun-image {
  width: 100%;
}



}
#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 {
  display: none;
}
#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939, #wrap-s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 {
  display: none;
}
#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939, #wrap-s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 {
  display: none;
}
#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939, #wrap-s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 { display:none !important; }}







#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-230c87aa-ce2f-4d19-a85e-48ce5bb11939.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed4abc0-5e74-44bc-b8a0-d2865ae5d45a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eed4abc0-5e74-44bc-b8a0-d2865ae5d45a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-41a13ed9-1fe7-4390-a8d8-2480a2093ac2 {
  text-align: center;
}

#s-41a13ed9-1fe7-4390-a8d8-2480a2093ac2 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-41a13ed9-1fe7-4390-a8d8-2480a2093ac2 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-41a13ed9-1fe7-4390-a8d8-2480a2093ac2 .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-db5f9a1d-6ad2-4bdc-8938-1e94786fbc28 {
  display: none;
}
#s-62ef969d-5855-4fc2-8566-a73d51e9206a {
  text-align: left;
}



.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62ef969d-5855-4fc2-8566-a73d51e9206a img.shogun-image {
  width: 100%;
}



}
#s-d09042c1-7501-4644-9510-da1f19f8e2fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d09042c1-7501-4644-9510-da1f19f8e2fc {
  display: none;
}
#s-d09042c1-7501-4644-9510-da1f19f8e2fc, #wrap-s-d09042c1-7501-4644-9510-da1f19f8e2fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d09042c1-7501-4644-9510-da1f19f8e2fc {
  display: none;
}
#s-d09042c1-7501-4644-9510-da1f19f8e2fc, #wrap-s-d09042c1-7501-4644-9510-da1f19f8e2fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d09042c1-7501-4644-9510-da1f19f8e2fc {
  display: none;
}
#s-d09042c1-7501-4644-9510-da1f19f8e2fc, #wrap-s-d09042c1-7501-4644-9510-da1f19f8e2fc { display:none !important; }}
#s-d09042c1-7501-4644-9510-da1f19f8e2fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-01d9faf1-478d-4123-82d8-dcd4449cb08a {
  text-align: center;
}
@media (min-width: 1200px){#s-01d9faf1-478d-4123-82d8-dcd4449cb08a {
  display: none;
}
#s-01d9faf1-478d-4123-82d8-dcd4449cb08a, #wrap-s-01d9faf1-478d-4123-82d8-dcd4449cb08a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01d9faf1-478d-4123-82d8-dcd4449cb08a {
  display: none;
}
#s-01d9faf1-478d-4123-82d8-dcd4449cb08a, #wrap-s-01d9faf1-478d-4123-82d8-dcd4449cb08a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01d9faf1-478d-4123-82d8-dcd4449cb08a {
  display: none;
}
#s-01d9faf1-478d-4123-82d8-dcd4449cb08a, #wrap-s-01d9faf1-478d-4123-82d8-dcd4449cb08a { display:none !important; }}
#s-01d9faf1-478d-4123-82d8-dcd4449cb08a .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-01d9faf1-478d-4123-82d8-dcd4449cb08a .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-01d9faf1-478d-4123-82d8-dcd4449cb08a .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-b6aa03f4-6978-494f-8a3d-38efacd16c09 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
min-height: 50px;
}








#s-b6aa03f4-6978-494f-8a3d-38efacd16c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6aa03f4-6978-494f-8a3d-38efacd16c09.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98adea61-4539-4a0e-90f2-d85bc63991c2 {
  opacity: 0;
}

#s-98adea61-4539-4a0e-90f2-d85bc63991c2 hr {
  border-top: 2px solid #ddd;
}

#s-c78d0676-5f84-4282-83dd-ec00b849be70 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c78d0676-5f84-4282-83dd-ec00b849be70 .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-ba5cd7e0-5a36-4b24-8514-fe6244ac70d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba5cd7e0-5a36-4b24-8514-fe6244ac70d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ba5cd7e0-5a36-4b24-8514-fe6244ac70d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ba5cd7e0-5a36-4b24-8514-fe6244ac70d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8144f5f8-dbde-4a1e-b802-56e007819886 {
  display: none;
}
#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 {
  margin-top: 15%;
margin-bottom: 15%;
text-align: center;
}



.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fd02624-3a0a-46a3-88e3-8f8f0a626ab8 img.shogun-image {
  width: 100%;
}



}
#s-3153336e-3702-43bf-b018-567253fd533b {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3153336e-3702-43bf-b018-567253fd533b {
  display: none;
}
#s-3153336e-3702-43bf-b018-567253fd533b, #wrap-s-3153336e-3702-43bf-b018-567253fd533b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3153336e-3702-43bf-b018-567253fd533b {
  display: none;
}
#s-3153336e-3702-43bf-b018-567253fd533b, #wrap-s-3153336e-3702-43bf-b018-567253fd533b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3153336e-3702-43bf-b018-567253fd533b {
  display: none;
}
#s-3153336e-3702-43bf-b018-567253fd533b, #wrap-s-3153336e-3702-43bf-b018-567253fd533b { display:none !important; }}







#s-3153336e-3702-43bf-b018-567253fd533b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3153336e-3702-43bf-b018-567253fd533b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f281fa06-d47e-45c2-8c07-25859fbce1df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f281fa06-d47e-45c2-8c07-25859fbce1df .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-530c13ef-28e7-4c84-bda3-c6908836a52f {
  text-align: center;
}

#s-530c13ef-28e7-4c84-bda3-c6908836a52f .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-530c13ef-28e7-4c84-bda3-c6908836a52f .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-530c13ef-28e7-4c84-bda3-c6908836a52f .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-99c02665-a690-4dcb-8605-f0e47fce01fe {
  display: none;
}
#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 {
  text-align: left;
}



.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a516a15f-8bcb-4b83-b2ad-4f83ef1cd630 img.shogun-image {
  width: 100%;
}



}
#s-58718ddc-b422-444a-952b-eb988ea7e481 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-58718ddc-b422-444a-952b-eb988ea7e481 {
  display: none;
}
#s-58718ddc-b422-444a-952b-eb988ea7e481, #wrap-s-58718ddc-b422-444a-952b-eb988ea7e481 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58718ddc-b422-444a-952b-eb988ea7e481 {
  display: none;
}
#s-58718ddc-b422-444a-952b-eb988ea7e481, #wrap-s-58718ddc-b422-444a-952b-eb988ea7e481 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58718ddc-b422-444a-952b-eb988ea7e481 {
  display: none;
}
#s-58718ddc-b422-444a-952b-eb988ea7e481, #wrap-s-58718ddc-b422-444a-952b-eb988ea7e481 { display:none !important; }}







#s-58718ddc-b422-444a-952b-eb988ea7e481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58718ddc-b422-444a-952b-eb988ea7e481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b304b9f6-167f-4d19-bb44-b7e8e865491f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b304b9f6-167f-4d19-bb44-b7e8e865491f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9f7c4a3e-4a17-4908-85ad-2b096fc4787b {
  text-align: center;
}

#s-9f7c4a3e-4a17-4908-85ad-2b096fc4787b .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-9f7c4a3e-4a17-4908-85ad-2b096fc4787b .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-9f7c4a3e-4a17-4908-85ad-2b096fc4787b .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-255e50bd-3361-42c1-a881-2450502eb792 {
  display: none;
}
#s-106042f8-5c20-4b70-8b9b-f5a11a21d91c {
  margin-top: -20%;
text-align: center;
}







  #s-106042f8-5c20-4b70-8b9b-f5a11a21d91c img.shogun-image {
    

    
    
    
  }


#s-106042f8-5c20-4b70-8b9b-f5a11a21d91c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c9b1b9e5-bac1-4af2-b7d0-ee1afa89bd2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9b1b9e5-bac1-4af2-b7d0-ee1afa89bd2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c9b1b9e5-bac1-4af2-b7d0-ee1afa89bd2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c9b1b9e5-bac1-4af2-b7d0-ee1afa89bd2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ec407953-5b21-4b8d-82e7-9ab670bc8eff {
  display: none;
}
#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 {
  text-align: left;
}



.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d3a6e8-9b1e-4760-88e9-19191526f187 img.shogun-image {
  width: 100%;
}



}
#s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb {
  display: none;
}
#s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb, #wrap-s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb {
  display: none;
}
#s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb, #wrap-s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb { display:none !important; }}
#s-bd71aa24-8d19-4fcf-9db3-bfe7f04167eb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-09cbece9-6b35-4752-af73-8248f807780d {
  text-align: center;
}
@media (min-width: 1200px){#s-09cbece9-6b35-4752-af73-8248f807780d {
  display: none;
}
#s-09cbece9-6b35-4752-af73-8248f807780d, #wrap-s-09cbece9-6b35-4752-af73-8248f807780d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09cbece9-6b35-4752-af73-8248f807780d {
  display: none;
}
#s-09cbece9-6b35-4752-af73-8248f807780d, #wrap-s-09cbece9-6b35-4752-af73-8248f807780d { display:none !important; }}
#s-09cbece9-6b35-4752-af73-8248f807780d .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-09cbece9-6b35-4752-af73-8248f807780d .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-09cbece9-6b35-4752-af73-8248f807780d .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-6348f9b2-e8a8-4e85-8655-f5fcb0750ce0 {
  display: none;
}
#s-ab706a69-db7b-4032-87f2-ada1a0a728ca {
  margin-top: 0%;
margin-left: 0px;
margin-right: 0px;
text-align: center;
opacity: 1;
}



.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab706a69-db7b-4032-87f2-ada1a0a728ca img.shogun-image {
  width: 100%;
}



}
#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 {
  display: none;
}
#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41, #wrap-s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 {
  display: none;
}
#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41, #wrap-s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 {
  display: none;
}
#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41, #wrap-s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 { display:none !important; }}







#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3aa4c8e-360e-4bd4-8c01-ed32d369ab41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09fac287-cdb0-46a0-b6d6-897aa4bb4a03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09fac287-cdb0-46a0-b6d6-897aa4bb4a03 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5c21bace-b046-4fde-8491-134433a32a75 {
  text-align: center;
}

#s-5c21bace-b046-4fde-8491-134433a32a75 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-5c21bace-b046-4fde-8491-134433a32a75 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-5c21bace-b046-4fde-8491-134433a32a75 .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-f3cb8d95-4b3a-4f90-a07b-4bf6ef7590f1 {
  display: none;
}
#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 {
  text-align: left;
}



.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8d9d25-d114-4a24-8f66-c7e3fece5ee1 img.shogun-image {
  width: 100%;
}



}
#s-f38bfbdf-f234-4b28-ab71-a40421f5c808 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f38bfbdf-f234-4b28-ab71-a40421f5c808 {
  display: none;
}
#s-f38bfbdf-f234-4b28-ab71-a40421f5c808, #wrap-s-f38bfbdf-f234-4b28-ab71-a40421f5c808 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f38bfbdf-f234-4b28-ab71-a40421f5c808 {
  display: none;
}
#s-f38bfbdf-f234-4b28-ab71-a40421f5c808, #wrap-s-f38bfbdf-f234-4b28-ab71-a40421f5c808 { display:none !important; }}
#s-f38bfbdf-f234-4b28-ab71-a40421f5c808 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c2711199-9078-4eef-b822-50ec975cec06 {
  text-align: center;
}
@media (min-width: 1200px){#s-c2711199-9078-4eef-b822-50ec975cec06 {
  display: none;
}
#s-c2711199-9078-4eef-b822-50ec975cec06, #wrap-s-c2711199-9078-4eef-b822-50ec975cec06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2711199-9078-4eef-b822-50ec975cec06 {
  display: none;
}
#s-c2711199-9078-4eef-b822-50ec975cec06, #wrap-s-c2711199-9078-4eef-b822-50ec975cec06 { display:none !important; }}
#s-c2711199-9078-4eef-b822-50ec975cec06 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-c2711199-9078-4eef-b822-50ec975cec06 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-c2711199-9078-4eef-b822-50ec975cec06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d0d5a76c-9b7c-4fe5-a23b-440aa4b88633"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0d5a76c-9b7c-4fe5-a23b-440aa4b88633"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d0d5a76c-9b7c-4fe5-a23b-440aa4b88633"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d0d5a76c-9b7c-4fe5-a23b-440aa4b88633"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-042107ba-ccc2-4f2e-9a75-a61690d4c964 {
  display: none;
}
#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a {
  text-align: left;
}



.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa4b39-9e69-4d0c-b28c-1e0b8de6242a img.shogun-image {
  width: 100%;
}



}
#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 {
  display: none;
}
#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10, #wrap-s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 {
  display: none;
}
#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10, #wrap-s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 {
  display: none;
}
#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10, #wrap-s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 { display:none !important; }}







#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a608691b-4ff7-4c01-b8e7-c5eaa2f52c10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d3bdf9f-062c-47b2-9a86-7f41a4f58d97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d3bdf9f-062c-47b2-9a86-7f41a4f58d97 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ed832a94-ef81-47cd-a834-f8fb8f821412 {
  text-align: center;
}

#s-ed832a94-ef81-47cd-a834-f8fb8f821412 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ed832a94-ef81-47cd-a834-f8fb8f821412 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ed832a94-ef81-47cd-a834-f8fb8f821412 .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-0f2159d5-3530-4ffa-878c-8b76f314583b {
  display: none;
}
#s-cc59c090-3462-4396-b075-4519f6f28219 {
  text-align: left;
}



.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc59c090-3462-4396-b075-4519f6f28219 img.shogun-image {
  width: 100%;
}



}
#s-47e84f90-20f3-4d90-b40f-4b66f498fb53 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-47e84f90-20f3-4d90-b40f-4b66f498fb53 {
  display: none;
}
#s-47e84f90-20f3-4d90-b40f-4b66f498fb53, #wrap-s-47e84f90-20f3-4d90-b40f-4b66f498fb53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47e84f90-20f3-4d90-b40f-4b66f498fb53 {
  display: none;
}
#s-47e84f90-20f3-4d90-b40f-4b66f498fb53, #wrap-s-47e84f90-20f3-4d90-b40f-4b66f498fb53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47e84f90-20f3-4d90-b40f-4b66f498fb53 {
  display: none;
}
#s-47e84f90-20f3-4d90-b40f-4b66f498fb53, #wrap-s-47e84f90-20f3-4d90-b40f-4b66f498fb53 { display:none !important; }}







#s-47e84f90-20f3-4d90-b40f-4b66f498fb53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47e84f90-20f3-4d90-b40f-4b66f498fb53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bbd5986-5e61-4ad8-a599-b1dc20f7240d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bbd5986-5e61-4ad8-a599-b1dc20f7240d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9b703f83-cc1c-4891-8fd0-a08f1c88cfe0 {
  text-align: center;
}

#s-9b703f83-cc1c-4891-8fd0-a08f1c88cfe0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-9b703f83-cc1c-4891-8fd0-a08f1c88cfe0 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-9b703f83-cc1c-4891-8fd0-a08f1c88cfe0 .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-77d0715d-c82b-435c-9ca1-b7a42c0308d8 {
  display: none;
}
#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af {
  text-align: left;
}



.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b10ce9f-5d8c-4604-bac0-9e830001e2af img.shogun-image {
  width: 100%;
}




#s-75fdd977-abbe-496a-bcdd-16303935ffd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-75fdd977-abbe-496a-bcdd-16303935ffd8 {
  display: none;
}
#s-75fdd977-abbe-496a-bcdd-16303935ffd8, #wrap-s-75fdd977-abbe-496a-bcdd-16303935ffd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75fdd977-abbe-496a-bcdd-16303935ffd8 {
  display: none;
}
#s-75fdd977-abbe-496a-bcdd-16303935ffd8, #wrap-s-75fdd977-abbe-496a-bcdd-16303935ffd8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75fdd977-abbe-496a-bcdd-16303935ffd8 {
  display: none;
}
#s-75fdd977-abbe-496a-bcdd-16303935ffd8, #wrap-s-75fdd977-abbe-496a-bcdd-16303935ffd8 { display:none !important; }}
#s-75fdd977-abbe-496a-bcdd-16303935ffd8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ee58db2c-c9b6-4677-953d-e1c203a15835 {
  text-align: center;
}
@media (min-width: 1200px){#s-ee58db2c-c9b6-4677-953d-e1c203a15835 {
  display: none;
}
#s-ee58db2c-c9b6-4677-953d-e1c203a15835, #wrap-s-ee58db2c-c9b6-4677-953d-e1c203a15835 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee58db2c-c9b6-4677-953d-e1c203a15835 {
  display: none;
}
#s-ee58db2c-c9b6-4677-953d-e1c203a15835, #wrap-s-ee58db2c-c9b6-4677-953d-e1c203a15835 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee58db2c-c9b6-4677-953d-e1c203a15835 {
  display: none;
}
#s-ee58db2c-c9b6-4677-953d-e1c203a15835, #wrap-s-ee58db2c-c9b6-4677-953d-e1c203a15835 { display:none !important; }}
#s-ee58db2c-c9b6-4677-953d-e1c203a15835 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ee58db2c-c9b6-4677-953d-e1c203a15835 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ee58db2c-c9b6-4677-953d-e1c203a15835 .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-5c95b4a8-798c-4ec9-a424-81cd584d8aed {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c95b4a8-798c-4ec9-a424-81cd584d8aed .shogun-heading-component h1 {
  color: rgba(255, 68, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-728e5594-cbc1-43c4-9e36-9d74e0bbd85e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-728e5594-cbc1-43c4-9e36-9d74e0bbd85e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-728e5594-cbc1-43c4-9e36-9d74e0bbd85e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-728e5594-cbc1-43c4-9e36-9d74e0bbd85e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-116882dd-9e11-49d8-a2ba-26ac5c6145cc {
  display: none;
}
#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 {
  margin-left: 33px;
margin-right: 33px;
}
}


.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cd1cd6-5143-4a42-8f16-e7b393eb91c1 img.shogun-image {
  width: 100%;
}



}
#s-e593114e-01f6-4f9b-be22-58394a826536 {
  margin-top: -48px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e593114e-01f6-4f9b-be22-58394a826536 {
  display: none;
}
#s-e593114e-01f6-4f9b-be22-58394a826536, #wrap-s-e593114e-01f6-4f9b-be22-58394a826536 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e593114e-01f6-4f9b-be22-58394a826536 {
  display: none;
}
#s-e593114e-01f6-4f9b-be22-58394a826536, #wrap-s-e593114e-01f6-4f9b-be22-58394a826536 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e593114e-01f6-4f9b-be22-58394a826536 {
  display: none;
}
#s-e593114e-01f6-4f9b-be22-58394a826536, #wrap-s-e593114e-01f6-4f9b-be22-58394a826536 { display:none !important; }}







#s-e593114e-01f6-4f9b-be22-58394a826536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e593114e-01f6-4f9b-be22-58394a826536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10912917-5d9e-4c42-8103-6fc1daf5f382 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10912917-5d9e-4c42-8103-6fc1daf5f382 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: pitch;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6091a060-360b-44ee-913b-d28079bbef21 {
  text-align: center;
}

#s-6091a060-360b-44ee-913b-d28079bbef21 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-6091a060-360b-44ee-913b-d28079bbef21 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-6091a060-360b-44ee-913b-d28079bbef21 .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-708634f0-6a4a-4355-ba94-9b6bac0711d3 {
  min-height: 50px;
}








#s-708634f0-6a4a-4355-ba94-9b6bac0711d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-708634f0-6a4a-4355-ba94-9b6bac0711d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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