.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-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  min-height: 50px;
}








#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7662663a-b2a4-42bc-98c5-2703a827bd02 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 0.5);
}








#s-7662663a-b2a4-42bc-98c5-2703a827bd02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7662663a-b2a4-42bc-98c5-2703a827bd02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c280e115-a7b0-4e76-9fe6-aa6e461ec546 {
  margin-left: 50px;
margin-right: 50px;
}

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

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

#s-7861b2a6-55b7-467a-b63d-4f1656f2dbbf {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
}

#s-7861b2a6-55b7-467a-b63d-4f1656f2dbbf hr {
  border-top: 1px solid rgba(22, 111, 103, 1);
}

.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-3f8d64ee-5820-4c44-8e5a-346a4d352206 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f8d64ee-5820-4c44-8e5a-346a4d352206 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8a50c47c-bf80-4a76-8ab7-7cefcd2c8f81 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7e2021c5-0229-43b9-9dbf-226f91b2172c {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-7e2021c5-0229-43b9-9dbf-226f91b2172c {
  display: none;
}
#s-7e2021c5-0229-43b9-9dbf-226f91b2172c, #wrap-s-7e2021c5-0229-43b9-9dbf-226f91b2172c { display:none !important; }}







#s-7e2021c5-0229-43b9-9dbf-226f91b2172c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e2021c5-0229-43b9-9dbf-226f91b2172c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f67bd85-80a0-4ebc-abfd-cb27fde91cf4 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1f67bd85-80a0-4ebc-abfd-cb27fde91cf4 {
  
}
}
#s-1f67bd85-80a0-4ebc-abfd-cb27fde91cf4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-968aee8b-1ac3-4c44-8fd5-b05d142af163 {
  margin-left: 200px;
margin-right: 200px;
}

#s-968aee8b-1ac3-4c44-8fd5-b05d142af163 hr {
  border-top: 1px solid rgba(22, 111, 103, 1);
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-bf7b7250-e76d-41ad-907d-ffcf62a38fed {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-bf7b7250-e76d-41ad-907d-ffcf62a38fed {
  
}
}
#s-bf7b7250-e76d-41ad-907d-ffcf62a38fed .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bf7b7250-e76d-41ad-907d-ffcf62a38fed .shg-sld-nav-button.shg-sld-left,
#s-bf7b7250-e76d-41ad-907d-ffcf62a38fed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-bf6bf11c-ad71-4d8c-9b52-6c397946427f {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-bf6bf11c-ad71-4d8c-9b52-6c397946427f {
  
}
}
@media (min-width: 0px) {
[id="s-bf6bf11c-ad71-4d8c-9b52-6c397946427f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf6bf11c-ad71-4d8c-9b52-6c397946427f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bf6bf11c-ad71-4d8c-9b52-6c397946427f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf6bf11c-ad71-4d8c-9b52-6c397946427f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2cfbfd30-f1cf-4cd0-88fe-908d98202463 {
  
}

.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-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-717d4f5e-49fc-48d9-8062-5fe93ab1cfa7 img.shogun-image {
  width: 100%;
}



}
.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-36152a98-7fc1-46f1-bd07-d86e39c533d3 {
  text-align: center;
}

#s-36152a98-7fc1-46f1-bd07-d86e39c533d3 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5c81a3e3-c73e-4fdc-b5d1-66892aa6e07e {
  margin-top: 10px;
text-align: center;
}

#s-5c81a3e3-c73e-4fdc-b5d1-66892aa6e07e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5c81a3e3-c73e-4fdc-b5d1-66892aa6e07e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-5c81a3e3-c73e-4fdc-b5d1-66892aa6e07e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-519eac55-361b-4670-a8e8-c83f11ddef53 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-519eac55-361b-4670-a8e8-c83f11ddef53:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-519eac55-361b-4670-a8e8-c83f11ddef53:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-519eac55-361b-4670-a8e8-c83f11ddef53-root {
    text-align: center;
  }


#s-519eac55-361b-4670-a8e8-c83f11ddef53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-519eac55-361b-4670-a8e8-c83f11ddef53-root {
    text-align: center;
  }


#s-519eac55-361b-4670-a8e8-c83f11ddef53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-519eac55-361b-4670-a8e8-c83f11ddef53-root {
    text-align: center;
  }


#s-519eac55-361b-4670-a8e8-c83f11ddef53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-519eac55-361b-4670-a8e8-c83f11ddef53-root {
    text-align: center;
  }


#s-519eac55-361b-4670-a8e8-c83f11ddef53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-519eac55-361b-4670-a8e8-c83f11ddef53-root {
    text-align: center;
  }


#s-519eac55-361b-4670-a8e8-c83f11ddef53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ed87727d-e750-4a83-8021-67f0d957ec05 {
  
}

#s-586e3f2f-3759-400d-8ed0-b865152ac258 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586e3f2f-3759-400d-8ed0-b865152ac258 img.shogun-image {
  width: 100%;
}



}
#s-559d3efe-3d93-48a7-b09d-7d6a1357db57 {
  text-align: center;
}

#s-559d3efe-3d93-48a7-b09d-7d6a1357db57 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d3b28d7d-c007-4d94-9b07-035dca9511cb {
  margin-top: 10px;
text-align: center;
}

#s-d3b28d7d-c007-4d94-9b07-035dca9511cb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d3b28d7d-c007-4d94-9b07-035dca9511cb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-d3b28d7d-c007-4d94-9b07-035dca9511cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2276104d-8579-4416-ad96-31385654b0e0 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-2276104d-8579-4416-ad96-31385654b0e0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2276104d-8579-4416-ad96-31385654b0e0:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2276104d-8579-4416-ad96-31385654b0e0-root {
    text-align: center;
  }


#s-2276104d-8579-4416-ad96-31385654b0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2276104d-8579-4416-ad96-31385654b0e0-root {
    text-align: center;
  }


#s-2276104d-8579-4416-ad96-31385654b0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2276104d-8579-4416-ad96-31385654b0e0-root {
    text-align: center;
  }


#s-2276104d-8579-4416-ad96-31385654b0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2276104d-8579-4416-ad96-31385654b0e0-root {
    text-align: center;
  }


#s-2276104d-8579-4416-ad96-31385654b0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2276104d-8579-4416-ad96-31385654b0e0-root {
    text-align: center;
  }


#s-2276104d-8579-4416-ad96-31385654b0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-437abbc2-cf55-4781-ac20-eb30b7fc7e30 {
  
}

#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502bedbc-c9ef-42cb-93b8-619497cb8ff8 img.shogun-image {
  width: 100%;
}



}
#s-06cbb355-2790-4f55-b822-4b3c4062e085 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-06cbb355-2790-4f55-b822-4b3c4062e085 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-27695ee2-b455-4781-ab72-4e7f75257461 {
  margin-top: 10px;
text-align: center;
}

#s-27695ee2-b455-4781-ab72-4e7f75257461 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-27695ee2-b455-4781-ab72-4e7f75257461 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-27695ee2-b455-4781-ab72-4e7f75257461 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda-root {
    text-align: center;
  }


#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda-root {
    text-align: center;
  }


#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda-root {
    text-align: center;
  }


#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda-root {
    text-align: center;
  }


#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda-root {
    text-align: center;
  }


#s-1047ab1e-54dd-4e14-bd6f-704b6aa6fdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a3217426-a749-4474-8641-6e47daa1a862 {
  
}

#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07cf30f-71b9-485d-b779-bdbd4e33e60f img.shogun-image {
  width: 100%;
}



}
#s-ecd78ac0-5ed2-4e7d-a2aa-8c44f1f3ecdb {
  text-align: center;
}

#s-ecd78ac0-5ed2-4e7d-a2aa-8c44f1f3ecdb .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c9c308af-c37e-469c-b805-f93275be9915 {
  margin-top: 10px;
text-align: center;
}

#s-c9c308af-c37e-469c-b805-f93275be9915 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c9c308af-c37e-469c-b805-f93275be9915 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-c9c308af-c37e-469c-b805-f93275be9915 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-58e41e07-10fc-43f6-975b-c7bd52d77af6 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-58e41e07-10fc-43f6-975b-c7bd52d77af6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-58e41e07-10fc-43f6-975b-c7bd52d77af6:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-58e41e07-10fc-43f6-975b-c7bd52d77af6-root {
    text-align: center;
  }


#s-58e41e07-10fc-43f6-975b-c7bd52d77af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58e41e07-10fc-43f6-975b-c7bd52d77af6-root {
    text-align: center;
  }


#s-58e41e07-10fc-43f6-975b-c7bd52d77af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58e41e07-10fc-43f6-975b-c7bd52d77af6-root {
    text-align: center;
  }


#s-58e41e07-10fc-43f6-975b-c7bd52d77af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58e41e07-10fc-43f6-975b-c7bd52d77af6-root {
    text-align: center;
  }


#s-58e41e07-10fc-43f6-975b-c7bd52d77af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58e41e07-10fc-43f6-975b-c7bd52d77af6-root {
    text-align: center;
  }


#s-58e41e07-10fc-43f6-975b-c7bd52d77af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-913ffc64-6af7-41a5-95c3-caaca50d6397 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-913ffc64-6af7-41a5-95c3-caaca50d6397 {
  
}
}
@media (min-width: 0px) {
[id="s-913ffc64-6af7-41a5-95c3-caaca50d6397"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-913ffc64-6af7-41a5-95c3-caaca50d6397"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-913ffc64-6af7-41a5-95c3-caaca50d6397"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-913ffc64-6af7-41a5-95c3-caaca50d6397"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f2bafe0e-3bde-4705-b9bd-18107ed1de18 {
  
}

#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f8e54f-7a0f-4808-9f50-faf7b49d7fed img.shogun-image {
  width: 100%;
}



}
#s-4400a9cb-59e6-4dbf-9ad7-05cb3b962820 {
  text-align: center;
}

#s-4400a9cb-59e6-4dbf-9ad7-05cb3b962820 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1cdde2e7-e77d-46b9-95af-7726d4bd60d9 {
  margin-top: 10px;
text-align: center;
}

#s-1cdde2e7-e77d-46b9-95af-7726d4bd60d9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1cdde2e7-e77d-46b9-95af-7726d4bd60d9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-1cdde2e7-e77d-46b9-95af-7726d4bd60d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c95ead54-f46b-4b69-8dfe-770b46b2508c {
  margin-top: 30px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-c95ead54-f46b-4b69-8dfe-770b46b2508c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c95ead54-f46b-4b69-8dfe-770b46b2508c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c95ead54-f46b-4b69-8dfe-770b46b2508c-root {
    text-align: center;
  }


#s-c95ead54-f46b-4b69-8dfe-770b46b2508c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c95ead54-f46b-4b69-8dfe-770b46b2508c-root {
    text-align: center;
  }


#s-c95ead54-f46b-4b69-8dfe-770b46b2508c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c95ead54-f46b-4b69-8dfe-770b46b2508c-root {
    text-align: center;
  }


#s-c95ead54-f46b-4b69-8dfe-770b46b2508c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c95ead54-f46b-4b69-8dfe-770b46b2508c-root {
    text-align: center;
  }


#s-c95ead54-f46b-4b69-8dfe-770b46b2508c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c95ead54-f46b-4b69-8dfe-770b46b2508c-root {
    text-align: center;
  }


#s-c95ead54-f46b-4b69-8dfe-770b46b2508c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d55c98ea-25f1-42a6-a8f1-fd49d253b6b2 {
  
}

#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6c0efe5-92a2-4ed8-83c9-482ad9dd7318 img.shogun-image {
  width: 100%;
}



}
#s-4b8fbad6-0aae-417a-ae6f-0e1336d79e08 {
  text-align: center;
}

#s-4b8fbad6-0aae-417a-ae6f-0e1336d79e08 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-445eda41-f21f-4b66-8779-6e0d1d58b78d {
  margin-top: 10px;
text-align: center;
}

#s-445eda41-f21f-4b66-8779-6e0d1d58b78d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-445eda41-f21f-4b66-8779-6e0d1d58b78d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-445eda41-f21f-4b66-8779-6e0d1d58b78d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-436794a3-310e-4bb0-a9a1-bd28045125f5 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-436794a3-310e-4bb0-a9a1-bd28045125f5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-436794a3-310e-4bb0-a9a1-bd28045125f5:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-436794a3-310e-4bb0-a9a1-bd28045125f5-root {
    text-align: center;
  }


#s-436794a3-310e-4bb0-a9a1-bd28045125f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-436794a3-310e-4bb0-a9a1-bd28045125f5-root {
    text-align: center;
  }


#s-436794a3-310e-4bb0-a9a1-bd28045125f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-436794a3-310e-4bb0-a9a1-bd28045125f5-root {
    text-align: center;
  }


#s-436794a3-310e-4bb0-a9a1-bd28045125f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-436794a3-310e-4bb0-a9a1-bd28045125f5-root {
    text-align: center;
  }


#s-436794a3-310e-4bb0-a9a1-bd28045125f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-436794a3-310e-4bb0-a9a1-bd28045125f5-root {
    text-align: center;
  }


#s-436794a3-310e-4bb0-a9a1-bd28045125f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-14da0e81-ef7a-438a-a324-cade1b33cd07 {
  
}

#s-befb7058-9cbf-4aa7-b302-fbac85ace439 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-befb7058-9cbf-4aa7-b302-fbac85ace439 img.shogun-image {
  width: 100%;
}



}
#s-496e0178-636f-4405-8318-4f70e7960d4c {
  text-align: center;
}

#s-496e0178-636f-4405-8318-4f70e7960d4c .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-96dd7086-9a10-4a00-b792-239c0c0dbe12 {
  margin-top: 10px;
text-align: center;
}

#s-96dd7086-9a10-4a00-b792-239c0c0dbe12 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-96dd7086-9a10-4a00-b792-239c0c0dbe12 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-96dd7086-9a10-4a00-b792-239c0c0dbe12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-02bd4d64-b403-40bb-969c-b2ea0151470b {
  margin-top: 25px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-02bd4d64-b403-40bb-969c-b2ea0151470b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-02bd4d64-b403-40bb-969c-b2ea0151470b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-02bd4d64-b403-40bb-969c-b2ea0151470b-root {
    text-align: center;
  }


#s-02bd4d64-b403-40bb-969c-b2ea0151470b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02bd4d64-b403-40bb-969c-b2ea0151470b-root {
    text-align: center;
  }


#s-02bd4d64-b403-40bb-969c-b2ea0151470b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02bd4d64-b403-40bb-969c-b2ea0151470b-root {
    text-align: center;
  }


#s-02bd4d64-b403-40bb-969c-b2ea0151470b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02bd4d64-b403-40bb-969c-b2ea0151470b-root {
    text-align: center;
  }


#s-02bd4d64-b403-40bb-969c-b2ea0151470b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02bd4d64-b403-40bb-969c-b2ea0151470b-root {
    text-align: center;
  }


#s-02bd4d64-b403-40bb-969c-b2ea0151470b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-663e67c4-f1d6-4363-8087-069160f60dc0 {
  
}

#s-3e992664-207d-47f8-9816-995d55701b87 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e992664-207d-47f8-9816-995d55701b87 img.shogun-image {
  width: 100%;
}



}
#s-32f40406-af6f-4cbc-8771-33b11f7c3456 {
  text-align: center;
}

#s-32f40406-af6f-4cbc-8771-33b11f7c3456 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6c223cb6-8b3d-4cb0-8a55-144e8fcfd351 {
  margin-top: 10px;
text-align: center;
}

#s-6c223cb6-8b3d-4cb0-8a55-144e8fcfd351 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6c223cb6-8b3d-4cb0-8a55-144e8fcfd351 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-6c223cb6-8b3d-4cb0-8a55-144e8fcfd351 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519 {
  margin-top: 25px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519-root {
    text-align: center;
  }


#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519-root {
    text-align: center;
  }


#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519-root {
    text-align: center;
  }


#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519-root {
    text-align: center;
  }


#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519-root {
    text-align: center;
  }


#s-b9c942c6-e40f-4eb1-8f7c-5509dbb0f519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-970374a4-c21a-43bb-aa38-31888e6f2e40 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-970374a4-c21a-43bb-aa38-31888e6f2e40:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-970374a4-c21a-43bb-aa38-31888e6f2e40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-970374a4-c21a-43bb-aa38-31888e6f2e40-root {
    text-align: center;
  }


#s-970374a4-c21a-43bb-aa38-31888e6f2e40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-970374a4-c21a-43bb-aa38-31888e6f2e40-root {
    text-align: center;
  }


#s-970374a4-c21a-43bb-aa38-31888e6f2e40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-970374a4-c21a-43bb-aa38-31888e6f2e40-root {
    text-align: center;
  }


#s-970374a4-c21a-43bb-aa38-31888e6f2e40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-970374a4-c21a-43bb-aa38-31888e6f2e40-root {
    text-align: center;
  }


#s-970374a4-c21a-43bb-aa38-31888e6f2e40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-970374a4-c21a-43bb-aa38-31888e6f2e40-root {
    text-align: center;
  }


#s-970374a4-c21a-43bb-aa38-31888e6f2e40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b93f569c-9488-45d8-9246-0efecc2fd84a {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b93f569c-9488-45d8-9246-0efecc2fd84a {
  display: none;
}
#s-b93f569c-9488-45d8-9246-0efecc2fd84a, #wrap-s-b93f569c-9488-45d8-9246-0efecc2fd84a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b93f569c-9488-45d8-9246-0efecc2fd84a {
  display: none;
}
#s-b93f569c-9488-45d8-9246-0efecc2fd84a, #wrap-s-b93f569c-9488-45d8-9246-0efecc2fd84a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b93f569c-9488-45d8-9246-0efecc2fd84a {
  display: none;
}
#s-b93f569c-9488-45d8-9246-0efecc2fd84a, #wrap-s-b93f569c-9488-45d8-9246-0efecc2fd84a { display:none !important; }}@media (max-width: 767px){#s-b93f569c-9488-45d8-9246-0efecc2fd84a {
  
}
}







#s-b93f569c-9488-45d8-9246-0efecc2fd84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b93f569c-9488-45d8-9246-0efecc2fd84a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0620482a-412e-48ab-9580-eff1576605f6 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0620482a-412e-48ab-9580-eff1576605f6 {
  
}
}
#s-0620482a-412e-48ab-9580-eff1576605f6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-152c03af-dd0b-428f-b497-fbc94b8f3cf9 {
  margin-left: 100px;
margin-right: 100px;
}

#s-152c03af-dd0b-428f-b497-fbc94b8f3cf9 hr {
  border-top: 1px solid rgba(197, 163, 73, 0.5);
}

#s-2d857cd7-47e5-4db3-803c-ff4a57da9cb5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-2d857cd7-47e5-4db3-803c-ff4a57da9cb5 {
  
}
}
#s-2d857cd7-47e5-4db3-803c-ff4a57da9cb5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2d857cd7-47e5-4db3-803c-ff4a57da9cb5 .shg-sld-nav-button.shg-sld-left,
#s-2d857cd7-47e5-4db3-803c-ff4a57da9cb5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a5142088-e930-4663-b67a-5d4124202999 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-a5142088-e930-4663-b67a-5d4124202999 {
  
}
}
@media (min-width: 0px) {
[id="s-a5142088-e930-4663-b67a-5d4124202999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5142088-e930-4663-b67a-5d4124202999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a5142088-e930-4663-b67a-5d4124202999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a5142088-e930-4663-b67a-5d4124202999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-37cded6f-da11-48c6-97eb-1960576a86b3 {
  
}

#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c1767dd-58fa-4980-a3d4-efdbe9938b6d img.shogun-image {
  width: 100%;
}



}
#s-61daab5e-100e-4b5d-a5ef-bb846c6b68be {
  text-align: center;
}

#s-61daab5e-100e-4b5d-a5ef-bb846c6b68be .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-29414af9-7273-4947-8bdb-74c0ebeb383a {
  margin-top: 10px;
text-align: center;
}

#s-29414af9-7273-4947-8bdb-74c0ebeb383a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-29414af9-7273-4947-8bdb-74c0ebeb383a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-29414af9-7273-4947-8bdb-74c0ebeb383a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-85c3d312-a344-4921-b0ce-84de538d63ad {
  margin-top: 30px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-85c3d312-a344-4921-b0ce-84de538d63ad:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-85c3d312-a344-4921-b0ce-84de538d63ad:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-85c3d312-a344-4921-b0ce-84de538d63ad-root {
    text-align: center;
  }


#s-85c3d312-a344-4921-b0ce-84de538d63ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85c3d312-a344-4921-b0ce-84de538d63ad-root {
    text-align: center;
  }


#s-85c3d312-a344-4921-b0ce-84de538d63ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85c3d312-a344-4921-b0ce-84de538d63ad-root {
    text-align: center;
  }


#s-85c3d312-a344-4921-b0ce-84de538d63ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85c3d312-a344-4921-b0ce-84de538d63ad-root {
    text-align: center;
  }


#s-85c3d312-a344-4921-b0ce-84de538d63ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85c3d312-a344-4921-b0ce-84de538d63ad-root {
    text-align: center;
  }


#s-85c3d312-a344-4921-b0ce-84de538d63ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1499b448-7774-4848-a820-cfb7a3268484 {
  
}

#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19dfed52-54dc-4d3c-95f8-8e6406fbb434 img.shogun-image {
  width: 100%;
}



}
#s-a52dfd30-3b8a-4d07-a546-7c547afc13eb {
  text-align: center;
}

#s-a52dfd30-3b8a-4d07-a546-7c547afc13eb .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2c236b2d-3c4a-42e6-ac3a-913f8036a93b {
  margin-top: 10px;
text-align: center;
}

#s-2c236b2d-3c4a-42e6-ac3a-913f8036a93b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2c236b2d-3c4a-42e6-ac3a-913f8036a93b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-2c236b2d-3c4a-42e6-ac3a-913f8036a93b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9bed35f0-d290-49d0-812b-8a26b12ae01b {
  margin-top: 30px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-9bed35f0-d290-49d0-812b-8a26b12ae01b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9bed35f0-d290-49d0-812b-8a26b12ae01b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9bed35f0-d290-49d0-812b-8a26b12ae01b-root {
    text-align: center;
  }


#s-9bed35f0-d290-49d0-812b-8a26b12ae01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bed35f0-d290-49d0-812b-8a26b12ae01b-root {
    text-align: center;
  }


#s-9bed35f0-d290-49d0-812b-8a26b12ae01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bed35f0-d290-49d0-812b-8a26b12ae01b-root {
    text-align: center;
  }


#s-9bed35f0-d290-49d0-812b-8a26b12ae01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bed35f0-d290-49d0-812b-8a26b12ae01b-root {
    text-align: center;
  }


#s-9bed35f0-d290-49d0-812b-8a26b12ae01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bed35f0-d290-49d0-812b-8a26b12ae01b-root {
    text-align: center;
  }


#s-9bed35f0-d290-49d0-812b-8a26b12ae01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b7861b34-ee61-433c-b95a-7aeb5f481786 {
  
}

#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0508b90a-f4a5-4d39-8fa0-681bf8fc4456 img.shogun-image {
  width: 100%;
}



}
#s-c0f0333a-78af-4a29-bb37-c709cd6eda35 {
  text-align: center;
}

#s-c0f0333a-78af-4a29-bb37-c709cd6eda35 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f07ec20d-41a8-496a-acb0-ccee25335ff5 {
  margin-top: 10px;
text-align: center;
}

#s-f07ec20d-41a8-496a-acb0-ccee25335ff5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f07ec20d-41a8-496a-acb0-ccee25335ff5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-f07ec20d-41a8-496a-acb0-ccee25335ff5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c {
  margin-top: 25px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e1f94e02-bd88-40ea-99e9-a60d9c16158c-root {
    text-align: center;
  }


#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1f94e02-bd88-40ea-99e9-a60d9c16158c-root {
    text-align: center;
  }


#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1f94e02-bd88-40ea-99e9-a60d9c16158c-root {
    text-align: center;
  }


#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1f94e02-bd88-40ea-99e9-a60d9c16158c-root {
    text-align: center;
  }


#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1f94e02-bd88-40ea-99e9-a60d9c16158c-root {
    text-align: center;
  }


#s-e1f94e02-bd88-40ea-99e9-a60d9c16158c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-16699b80-ff45-4a35-95b2-c0ef802ba013 {
  
}

#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb5eb5d-b8b3-45b8-a077-69a3bef2fcde img.shogun-image {
  width: 100%;
}



}
#s-66f61397-f47c-4954-9c70-ee0ad3b5d435 {
  text-align: center;
}

#s-66f61397-f47c-4954-9c70-ee0ad3b5d435 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-738fc69f-88e9-48f1-8dbf-075eee55d642 {
  margin-top: 10px;
text-align: center;
}

#s-738fc69f-88e9-48f1-8dbf-075eee55d642 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-738fc69f-88e9-48f1-8dbf-075eee55d642 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-738fc69f-88e9-48f1-8dbf-075eee55d642 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-abff353d-63fe-4f4d-aceb-707def6c9f85 {
  margin-top: 45px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-abff353d-63fe-4f4d-aceb-707def6c9f85:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-abff353d-63fe-4f4d-aceb-707def6c9f85:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-abff353d-63fe-4f4d-aceb-707def6c9f85-root {
    text-align: center;
  }


#s-abff353d-63fe-4f4d-aceb-707def6c9f85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abff353d-63fe-4f4d-aceb-707def6c9f85-root {
    text-align: center;
  }


#s-abff353d-63fe-4f4d-aceb-707def6c9f85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abff353d-63fe-4f4d-aceb-707def6c9f85-root {
    text-align: center;
  }


#s-abff353d-63fe-4f4d-aceb-707def6c9f85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abff353d-63fe-4f4d-aceb-707def6c9f85-root {
    text-align: center;
  }


#s-abff353d-63fe-4f4d-aceb-707def6c9f85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abff353d-63fe-4f4d-aceb-707def6c9f85-root {
    text-align: center;
  }


#s-abff353d-63fe-4f4d-aceb-707def6c9f85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5640be8c-cf22-4782-9839-d22460e63c8f {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-5640be8c-cf22-4782-9839-d22460e63c8f {
  
}
}
@media (min-width: 0px) {
[id="s-5640be8c-cf22-4782-9839-d22460e63c8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5640be8c-cf22-4782-9839-d22460e63c8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5640be8c-cf22-4782-9839-d22460e63c8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5640be8c-cf22-4782-9839-d22460e63c8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-038f0be2-f408-413f-98f9-1cb74120ba60 {
  
}

#s-17f4e8bf-0078-415f-875c-fb3a23f4825b {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17f4e8bf-0078-415f-875c-fb3a23f4825b img.shogun-image {
  width: 100%;
}



}
#s-27192a12-7435-4d21-8a8d-9b32c77c75cb {
  text-align: center;
}

#s-27192a12-7435-4d21-8a8d-9b32c77c75cb .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-54fb25e1-3b27-4293-b463-34b5aba10015 {
  margin-top: 10px;
text-align: center;
}

#s-54fb25e1-3b27-4293-b463-34b5aba10015 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-54fb25e1-3b27-4293-b463-34b5aba10015 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-54fb25e1-3b27-4293-b463-34b5aba10015 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9c16d9a6-8981-4d36-93c6-02119f408525 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-9c16d9a6-8981-4d36-93c6-02119f408525:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c16d9a6-8981-4d36-93c6-02119f408525:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9c16d9a6-8981-4d36-93c6-02119f408525-root {
    text-align: center;
  }


#s-9c16d9a6-8981-4d36-93c6-02119f408525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c16d9a6-8981-4d36-93c6-02119f408525-root {
    text-align: center;
  }


#s-9c16d9a6-8981-4d36-93c6-02119f408525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c16d9a6-8981-4d36-93c6-02119f408525-root {
    text-align: center;
  }


#s-9c16d9a6-8981-4d36-93c6-02119f408525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c16d9a6-8981-4d36-93c6-02119f408525-root {
    text-align: center;
  }


#s-9c16d9a6-8981-4d36-93c6-02119f408525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c16d9a6-8981-4d36-93c6-02119f408525-root {
    text-align: center;
  }


#s-9c16d9a6-8981-4d36-93c6-02119f408525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2dcd7db8-c74d-4bea-9de3-96ea1655fc80 {
  
}

#s-0319c106-d9b7-4989-b8d1-c02804823d0f {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0319c106-d9b7-4989-b8d1-c02804823d0f img.shogun-image {
  width: 100%;
}



}
#s-58aa0bcb-3f46-4b48-a4d3-e5a3877a58f2 {
  text-align: center;
}

#s-58aa0bcb-3f46-4b48-a4d3-e5a3877a58f2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6b4e9ff6-9275-49b1-adc0-76d988c7cffc {
  margin-top: 10px;
text-align: center;
}

#s-6b4e9ff6-9275-49b1-adc0-76d988c7cffc .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6b4e9ff6-9275-49b1-adc0-76d988c7cffc .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-6b4e9ff6-9275-49b1-adc0-76d988c7cffc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e4f28e5b-df49-42ab-a3a1-81bfd5064352-root {
    text-align: center;
  }


#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4f28e5b-df49-42ab-a3a1-81bfd5064352-root {
    text-align: center;
  }


#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4f28e5b-df49-42ab-a3a1-81bfd5064352-root {
    text-align: center;
  }


#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4f28e5b-df49-42ab-a3a1-81bfd5064352-root {
    text-align: center;
  }


#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4f28e5b-df49-42ab-a3a1-81bfd5064352-root {
    text-align: center;
  }


#s-e4f28e5b-df49-42ab-a3a1-81bfd5064352.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cd9a0e5e-855c-430b-a64b-78c7c209593e {
  
}

#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0f3c4d5-9272-41ef-ae36-bfce2efce5d4 img.shogun-image {
  width: 100%;
}



}
#s-533df505-8fcd-4539-9a22-f1ad929477d3 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-533df505-8fcd-4539-9a22-f1ad929477d3 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9f5f3a14-e57e-408b-9fc3-33fa6ea3b775 {
  margin-top: 10px;
text-align: center;
}

#s-9f5f3a14-e57e-408b-9fc3-33fa6ea3b775 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9f5f3a14-e57e-408b-9fc3-33fa6ea3b775 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-9f5f3a14-e57e-408b-9fc3-33fa6ea3b775 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ea1bf2bc-c3be-435d-a408-2ace682dd627 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-ea1bf2bc-c3be-435d-a408-2ace682dd627:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea1bf2bc-c3be-435d-a408-2ace682dd627:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ea1bf2bc-c3be-435d-a408-2ace682dd627-root {
    text-align: center;
  }


#s-ea1bf2bc-c3be-435d-a408-2ace682dd627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea1bf2bc-c3be-435d-a408-2ace682dd627-root {
    text-align: center;
  }


#s-ea1bf2bc-c3be-435d-a408-2ace682dd627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea1bf2bc-c3be-435d-a408-2ace682dd627-root {
    text-align: center;
  }


#s-ea1bf2bc-c3be-435d-a408-2ace682dd627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea1bf2bc-c3be-435d-a408-2ace682dd627-root {
    text-align: center;
  }


#s-ea1bf2bc-c3be-435d-a408-2ace682dd627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea1bf2bc-c3be-435d-a408-2ace682dd627-root {
    text-align: center;
  }


#s-ea1bf2bc-c3be-435d-a408-2ace682dd627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-40866dcb-a438-45e9-b988-4be313ba88da {
  
}

#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a833a04-e788-44f3-9d84-fc4b27f693b3 img.shogun-image {
  width: 100%;
}



}
#s-484c3c8b-eb6f-47df-b7ef-3295de0f0c3b {
  text-align: center;
}

#s-484c3c8b-eb6f-47df-b7ef-3295de0f0c3b .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3f8b11bd-5035-444e-8c37-317327cf55ab {
  margin-top: 10px;
text-align: center;
}

#s-3f8b11bd-5035-444e-8c37-317327cf55ab .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3f8b11bd-5035-444e-8c37-317327cf55ab .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-3f8b11bd-5035-444e-8c37-317327cf55ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d {
  margin-top: 25px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9615c860-32d1-4d82-b94b-b0d12f66bb0d-root {
    text-align: center;
  }


#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9615c860-32d1-4d82-b94b-b0d12f66bb0d-root {
    text-align: center;
  }


#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9615c860-32d1-4d82-b94b-b0d12f66bb0d-root {
    text-align: center;
  }


#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9615c860-32d1-4d82-b94b-b0d12f66bb0d-root {
    text-align: center;
  }


#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9615c860-32d1-4d82-b94b-b0d12f66bb0d-root {
    text-align: center;
  }


#s-9615c860-32d1-4d82-b94b-b0d12f66bb0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8bd3d733-1b63-4891-bdda-0766e21948af {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-8bd3d733-1b63-4891-bdda-0766e21948af:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8bd3d733-1b63-4891-bdda-0766e21948af:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8bd3d733-1b63-4891-bdda-0766e21948af {
  display: none;
}
#s-8bd3d733-1b63-4891-bdda-0766e21948af, #wrap-s-8bd3d733-1b63-4891-bdda-0766e21948af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bd3d733-1b63-4891-bdda-0766e21948af {
  display: none;
}
#s-8bd3d733-1b63-4891-bdda-0766e21948af, #wrap-s-8bd3d733-1b63-4891-bdda-0766e21948af { display:none !important; }}

  #s-8bd3d733-1b63-4891-bdda-0766e21948af-root {
    text-align: center;
  }


#s-8bd3d733-1b63-4891-bdda-0766e21948af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bd3d733-1b63-4891-bdda-0766e21948af-root {
    text-align: center;
  }


#s-8bd3d733-1b63-4891-bdda-0766e21948af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bd3d733-1b63-4891-bdda-0766e21948af-root {
    text-align: center;
  }


#s-8bd3d733-1b63-4891-bdda-0766e21948af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bd3d733-1b63-4891-bdda-0766e21948af-root {
    text-align: center;
  }


#s-8bd3d733-1b63-4891-bdda-0766e21948af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bd3d733-1b63-4891-bdda-0766e21948af-root {
    text-align: center;
  }


#s-8bd3d733-1b63-4891-bdda-0766e21948af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-be53386d-62fa-41be-b9ed-36912904d975 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
}

#s-be53386d-62fa-41be-b9ed-36912904d975 hr {
  border-top: 1px solid rgba(22, 111, 103, 1);
}

#s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca {
  display: none;
}
#s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca, #wrap-s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca { display:none !important; }}@media (max-width: 767px){#s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca {
  display: none;
}
#s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca, #wrap-s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6aa057b-2ed7-4906-b6d6-d1b4130d24ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-29340d85-8d8a-47ed-9df4-14159e800004 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 67px;
padding-bottom: 10px;
padding-right: 67px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-29340d85-8d8a-47ed-9df4-14159e800004:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-29340d85-8d8a-47ed-9df4-14159e800004:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-29340d85-8d8a-47ed-9df4-14159e800004-root {
    text-align: right;
  }


#s-29340d85-8d8a-47ed-9df4-14159e800004.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29340d85-8d8a-47ed-9df4-14159e800004-root {
    text-align: right;
  }


#s-29340d85-8d8a-47ed-9df4-14159e800004.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29340d85-8d8a-47ed-9df4-14159e800004-root {
    text-align: right;
  }


#s-29340d85-8d8a-47ed-9df4-14159e800004.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29340d85-8d8a-47ed-9df4-14159e800004-root {
    text-align: right;
  }


#s-29340d85-8d8a-47ed-9df4-14159e800004.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29340d85-8d8a-47ed-9df4-14159e800004-root {
    text-align: right;
  }


#s-29340d85-8d8a-47ed-9df4-14159e800004.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6c05c261-4f42-4778-970a-308d599ea3c8 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-6c05c261-4f42-4778-970a-308d599ea3c8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6c05c261-4f42-4778-970a-308d599ea3c8:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6c05c261-4f42-4778-970a-308d599ea3c8-root {
    text-align: left;
  }


#s-6c05c261-4f42-4778-970a-308d599ea3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c05c261-4f42-4778-970a-308d599ea3c8-root {
    text-align: left;
  }


#s-6c05c261-4f42-4778-970a-308d599ea3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c05c261-4f42-4778-970a-308d599ea3c8-root {
    text-align: left;
  }


#s-6c05c261-4f42-4778-970a-308d599ea3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c05c261-4f42-4778-970a-308d599ea3c8-root {
    text-align: left;
  }


#s-6c05c261-4f42-4778-970a-308d599ea3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c05c261-4f42-4778-970a-308d599ea3c8-root {
    text-align: left;
  }


#s-6c05c261-4f42-4778-970a-308d599ea3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-aa9111a7-b08a-43a0-b466-1735fb66a7ed {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa9111a7-b08a-43a0-b466-1735fb66a7ed .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-afcab659-66ac-4e7b-a0b4-d25c3cc5b772 {
  margin-top: 10px;
margin-bottom: 10px;
}

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-57502e22-6093-4bb2-b56c-da9882062e44 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 310px;
max-width: 450px;
text-align: center;
}







  #s-57502e22-6093-4bb2-b56c-da9882062e44 img.shogun-image {
    

    
    
    
  }


#s-57502e22-6093-4bb2-b56c-da9882062e44 .shogun-image-content {
  
    align-items: center;
  
}

#s-d76bea58-5fdd-4ae4-888c-42543ee1ccf3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d76bea58-5fdd-4ae4-888c-42543ee1ccf3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-e3c2a607-a553-490f-9cb7-03f05df30d69 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-004225c1-6640-405e-877a-6c4a3aeb66a6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a0a85ba0-54e9-4599-9565-3a412f83dd01 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 405px;
max-width: 400px;
text-align: center;
}







  #s-a0a85ba0-54e9-4599-9565-3a412f83dd01 img.shogun-image {
    

    
    
    
  }


#s-a0a85ba0-54e9-4599-9565-3a412f83dd01 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c36d490-0dbe-4fac-ac74-5219af810fb7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c36d490-0dbe-4fac-ac74-5219af810fb7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-aabf74b7-f996-4e68-b68e-ac6c3198f6ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dad1d76e-7ae2-401e-87ce-6b8a2b7943c1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dad1d76e-7ae2-401e-87ce-6b8a2b7943c1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3bb7a12a-04b1-4866-964e-e09ef0fc61a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2543c9d7-9849-4047-99be-af97bfdaa9a9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2543c9d7-9849-4047-99be-af97bfdaa9a9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-118eb016-e748-4c87-9681-2c5c2f82b6f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1aa4caac-bb29-41c3-868d-18079bf56c8e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1aa4caac-bb29-41c3-868d-18079bf56c8e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-5f83dfec-44c7-4c48-a815-2c643609f8a8 {
  margin-left: auto;
margin-right: auto;
min-height: 382px;
max-width: 700px;
}

#s-be20c457-4f2d-4d69-95fb-9d2aae68e4ce {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be20c457-4f2d-4d69-95fb-9d2aae68e4ce .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-fe52630b-98f0-42f3-9f37-124c765033bd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-28bcb658-3c59-469c-a30e-15c3e839582b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28bcb658-3c59-469c-a30e-15c3e839582b .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4d4b6d4a-3198-4f62-a854-12c3e9eed7a4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a45299f1-2ce0-4114-aa59-44e9170d8d04 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6361695c-cc2e-4e97-b67c-a2e3dfb35bef {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-6361695c-cc2e-4e97-b67c-a2e3dfb35bef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6361695c-cc2e-4e97-b67c-a2e3dfb35bef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6361695c-cc2e-4e97-b67c-a2e3dfb35bef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6361695c-cc2e-4e97-b67c-a2e3dfb35bef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-95210312-6dad-48a0-8951-0e78d720212d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-95210312-6dad-48a0-8951-0e78d720212d img.shogun-image {
    

    
    
    
  }


#s-95210312-6dad-48a0-8951-0e78d720212d .shogun-image-content {
  
    align-items: center;
  
}

#s-74b1633d-fb96-4ebf-95fa-5c4887cee8d8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7ea70ada-981d-448a-8f74-bc85041f2e75 {
  text-align: center;
}



.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea70ada-981d-448a-8f74-bc85041f2e75 img.shogun-image {
  width: 100%;
}



}
#s-28b0d0e6-4260-4420-a24b-dfa4100a22d2 {
  text-align: center;
}

#s-28b0d0e6-4260-4420-a24b-dfa4100a22d2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b82a8f6e-b5d9-4c93-b81b-5345caaa0f2b {
  margin-top: 10px;
text-align: center;
}

#s-b82a8f6e-b5d9-4c93-b81b-5345caaa0f2b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b82a8f6e-b5d9-4c93-b81b-5345caaa0f2b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-b82a8f6e-b5d9-4c93-b81b-5345caaa0f2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a569908e-4b7a-49c9-8424-6140a92aad16 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-a569908e-4b7a-49c9-8424-6140a92aad16:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a569908e-4b7a-49c9-8424-6140a92aad16:active {background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a569908e-4b7a-49c9-8424-6140a92aad16-root {
    text-align: center;
  }


#s-a569908e-4b7a-49c9-8424-6140a92aad16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a569908e-4b7a-49c9-8424-6140a92aad16-root {
    text-align: center;
  }


#s-a569908e-4b7a-49c9-8424-6140a92aad16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a569908e-4b7a-49c9-8424-6140a92aad16-root {
    text-align: center;
  }


#s-a569908e-4b7a-49c9-8424-6140a92aad16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a569908e-4b7a-49c9-8424-6140a92aad16-root {
    text-align: center;
  }


#s-a569908e-4b7a-49c9-8424-6140a92aad16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a569908e-4b7a-49c9-8424-6140a92aad16-root {
    text-align: center;
  }


#s-a569908e-4b7a-49c9-8424-6140a92aad16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f318e040-46b8-4843-ace1-e47b88a728a2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f318e040-46b8-4843-ace1-e47b88a728a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f95e354b-5d09-44cb-8522-d24aeabfb8b8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f46ac921-1736-4d4c-8823-da76bd1fc497 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8ecabeaa-af8e-4d6c-b8d7-57aa0d3f6821 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-8ecabeaa-af8e-4d6c-b8d7-57aa0d3f6821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ecabeaa-af8e-4d6c-b8d7-57aa0d3f6821"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ecabeaa-af8e-4d6c-b8d7-57aa0d3f6821"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ecabeaa-af8e-4d6c-b8d7-57aa0d3f6821"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8ecabeaa-af8e-4d6c-b8d7-57aa0d3f6821"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-493c7c7e-88e7-4cd5-9cc7-320e1d9d9db2 {
  margin-left: 50px;
margin-right: 50px;
}

#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c {
  text-align: center;
}



.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1933bb-213f-434d-8740-2cd5a8d9e40c img.shogun-image {
  width: 100%;
}



}
#s-b03a3ede-e3b8-40a7-91af-4e14aac4a7d7 {
  text-align: center;
}

#s-b03a3ede-e3b8-40a7-91af-4e14aac4a7d7 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a6ff238b-930d-408b-a7a8-dd05cfc9b6c8 {
  margin-top: 10px;
text-align: center;
}

#s-a6ff238b-930d-408b-a7a8-dd05cfc9b6c8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a6ff238b-930d-408b-a7a8-dd05cfc9b6c8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6ff238b-930d-408b-a7a8-dd05cfc9b6c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-164faf3b-d71a-46bf-8fa5-19b64309e941 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-164faf3b-d71a-46bf-8fa5-19b64309e941:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-164faf3b-d71a-46bf-8fa5-19b64309e941:active {background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-164faf3b-d71a-46bf-8fa5-19b64309e941-root {
    text-align: center;
  }


#s-164faf3b-d71a-46bf-8fa5-19b64309e941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-164faf3b-d71a-46bf-8fa5-19b64309e941-root {
    text-align: center;
  }


#s-164faf3b-d71a-46bf-8fa5-19b64309e941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-164faf3b-d71a-46bf-8fa5-19b64309e941-root {
    text-align: center;
  }


#s-164faf3b-d71a-46bf-8fa5-19b64309e941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-164faf3b-d71a-46bf-8fa5-19b64309e941-root {
    text-align: center;
  }


#s-164faf3b-d71a-46bf-8fa5-19b64309e941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-164faf3b-d71a-46bf-8fa5-19b64309e941-root {
    text-align: center;
  }


#s-164faf3b-d71a-46bf-8fa5-19b64309e941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0e728d50-b0e5-4d68-9555-230f93f8636e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-0e728d50-b0e5-4d68-9555-230f93f8636e img.shogun-image {
    

    
    
    
  }


#s-0e728d50-b0e5-4d68-9555-230f93f8636e .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb7a0d5-6cd9-435d-b6bc-5ef7eba95cfe {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fb7a0d5-6cd9-435d-b6bc-5ef7eba95cfe .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-20f0c1a6-4717-41fa-b34b-0a8c0f491d2a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-24c73b4d-8523-44db-9a7c-3974057dfc40 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 320px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-24c73b4d-8523-44db-9a7c-3974057dfc40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24c73b4d-8523-44db-9a7c-3974057dfc40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24c73b4d-8523-44db-9a7c-3974057dfc40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24c73b4d-8523-44db-9a7c-3974057dfc40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24c73b4d-8523-44db-9a7c-3974057dfc40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24c73b4d-8523-44db-9a7c-3974057dfc40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24c73b4d-8523-44db-9a7c-3974057dfc40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-42a9fab4-8fba-400f-9313-394c572a0227 {
  margin-left: 50px;
margin-right: 50px;
}

#s-074b43b3-dd94-4f3e-af84-09c361be4a78 {
  text-align: center;
}



.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074b43b3-dd94-4f3e-af84-09c361be4a78 img.shogun-image {
  width: 100%;
}



}
#s-af3ebba9-5cb0-4d1b-aced-fd2342c0e6c7 {
  text-align: center;
}

#s-af3ebba9-5cb0-4d1b-aced-fd2342c0e6c7 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2827ece3-3a91-4329-aceb-69f415af574a {
  margin-top: 10px;
text-align: center;
}

#s-2827ece3-3a91-4329-aceb-69f415af574a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2827ece3-3a91-4329-aceb-69f415af574a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-2827ece3-3a91-4329-aceb-69f415af574a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd:active {background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f47f3597-e4a8-4333-bfed-51e0fdc215bd-root {
    text-align: center;
  }


#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f47f3597-e4a8-4333-bfed-51e0fdc215bd-root {
    text-align: center;
  }


#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f47f3597-e4a8-4333-bfed-51e0fdc215bd-root {
    text-align: center;
  }


#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f47f3597-e4a8-4333-bfed-51e0fdc215bd-root {
    text-align: center;
  }


#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f47f3597-e4a8-4333-bfed-51e0fdc215bd-root {
    text-align: center;
  }


#s-f47f3597-e4a8-4333-bfed-51e0fdc215bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-eb37458d-9811-4d93-bcb0-10c53a4568b4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb37458d-9811-4d93-bcb0-10c53a4568b4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-65bee2c5-14b0-4dd6-ac5d-d28c680705a5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6a92d4e-4c41-4d11-821a-0b244feb73e0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 320px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-a6a92d4e-4c41-4d11-821a-0b244feb73e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6a92d4e-4c41-4d11-821a-0b244feb73e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6a92d4e-4c41-4d11-821a-0b244feb73e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6a92d4e-4c41-4d11-821a-0b244feb73e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6a92d4e-4c41-4d11-821a-0b244feb73e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6a92d4e-4c41-4d11-821a-0b244feb73e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6a92d4e-4c41-4d11-821a-0b244feb73e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1c9d986a-2341-45c5-84d1-3dfb3e821c2f {
  margin-left: 50px;
margin-right: 50px;
}

#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c {
  text-align: center;
}



.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bc4c85d-58c1-4d03-ae28-4798c476b95c img.shogun-image {
  width: 100%;
}



}
#s-6b823bab-b2d1-4b51-a466-db4f92e24858 {
  text-align: center;
}

#s-6b823bab-b2d1-4b51-a466-db4f92e24858 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c447a732-191a-424b-a145-e4742bfa391d {
  margin-top: 10px;
text-align: center;
}

#s-c447a732-191a-424b-a145-e4742bfa391d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c447a732-191a-424b-a145-e4742bfa391d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-c447a732-191a-424b-a145-e4742bfa391d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6:active {background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6-root {
    text-align: center;
  }


#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6-root {
    text-align: center;
  }


#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6-root {
    text-align: center;
  }


#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6-root {
    text-align: center;
  }


#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6-root {
    text-align: center;
  }


#s-d8e9dc39-661e-48a2-aa9f-b82ca92efeb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d06132dd-0dfb-46b4-875c-b2b3ed6f9b10 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d06132dd-0dfb-46b4-875c-b2b3ed6f9b10 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c60dbe4d-299d-4cdb-903a-06d9b0d0943d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 320px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b8f59b1-2936-4ca9-9eb3-a1306f9e65e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f387d65a-6370-4e00-9daa-f8c8d56caeb3 {
  margin-left: 50px;
margin-right: 50px;
}

#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf {
  text-align: center;
}



.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e3940-ae6e-45f1-a3fb-a630fe8c19bf img.shogun-image {
  width: 100%;
}



}
#s-308a2215-1f36-4e83-9aef-d4dab4f7e630 {
  text-align: center;
}

#s-308a2215-1f36-4e83-9aef-d4dab4f7e630 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-218ea0b7-8aab-410c-b67c-e54455a2cb6d {
  margin-top: 10px;
text-align: center;
}

#s-218ea0b7-8aab-410c-b67c-e54455a2cb6d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-218ea0b7-8aab-410c-b67c-e54455a2cb6d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-218ea0b7-8aab-410c-b67c-e54455a2cb6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-952188d8-fbac-48e6-9585-4c288618c486 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-952188d8-fbac-48e6-9585-4c288618c486:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-952188d8-fbac-48e6-9585-4c288618c486:active {background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-952188d8-fbac-48e6-9585-4c288618c486-root {
    text-align: center;
  }


#s-952188d8-fbac-48e6-9585-4c288618c486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-952188d8-fbac-48e6-9585-4c288618c486-root {
    text-align: center;
  }


#s-952188d8-fbac-48e6-9585-4c288618c486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-952188d8-fbac-48e6-9585-4c288618c486-root {
    text-align: center;
  }


#s-952188d8-fbac-48e6-9585-4c288618c486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-952188d8-fbac-48e6-9585-4c288618c486-root {
    text-align: center;
  }


#s-952188d8-fbac-48e6-9585-4c288618c486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-952188d8-fbac-48e6-9585-4c288618c486-root {
    text-align: center;
  }


#s-952188d8-fbac-48e6-9585-4c288618c486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c9471bcb-e868-4b59-98f2-57b50b8d84c6 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-c56c5084-f72f-479c-9836-69518ecee3cf {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-c56c5084-f72f-479c-9836-69518ecee3cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c56c5084-f72f-479c-9836-69518ecee3cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c56c5084-f72f-479c-9836-69518ecee3cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c56c5084-f72f-479c-9836-69518ecee3cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fb24ee4c-087e-41cf-b93e-73a63bbe4705 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-fb24ee4c-087e-41cf-b93e-73a63bbe4705 img.shogun-image {
    

    
    
    
  }


#s-fb24ee4c-087e-41cf-b93e-73a63bbe4705 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f5c2569-bb9c-415d-a9dc-035b8713411e {
  margin-left: 50px;
margin-right: 50px;
}

#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da {
  text-align: center;
}



.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f25337-e1de-4cb2-9ea8-07deecc9e6da img.shogun-image {
  width: 100%;
}



}
#s-227fe8d1-8f52-4a53-8eb2-c39b9a285caa {
  text-align: center;
}

#s-227fe8d1-8f52-4a53-8eb2-c39b9a285caa .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9f843963-5bec-4779-a131-f9f7b75ca3c4 {
  margin-top: 10px;
text-align: center;
}

#s-9f843963-5bec-4779-a131-f9f7b75ca3c4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9f843963-5bec-4779-a131-f9f7b75ca3c4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-9f843963-5bec-4779-a131-f9f7b75ca3c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6:active {background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6-root {
    text-align: center;
  }


#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6-root {
    text-align: center;
  }


#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6-root {
    text-align: center;
  }


#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6-root {
    text-align: center;
  }


#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6-root {
    text-align: center;
  }


#s-06d3af36-062f-465d-b6d1-b7bdeb9de1e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-121a7ff7-f38d-461f-ac6c-d1fdd045e195 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-121a7ff7-f38d-461f-ac6c-d1fdd045e195 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1097c60f-405e-4264-9fca-7b2190404967 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-47902a75-0935-4784-9cf6-0bbc7f016790 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-47902a75-0935-4784-9cf6-0bbc7f016790"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47902a75-0935-4784-9cf6-0bbc7f016790"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47902a75-0935-4784-9cf6-0bbc7f016790"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47902a75-0935-4784-9cf6-0bbc7f016790"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-47902a75-0935-4784-9cf6-0bbc7f016790"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-90c122f1-81e5-4a1b-a5a9-a39367150ced {
  margin-left: 50px;
margin-right: 50px;
}

#s-464ae1f1-72b0-45f3-8292-c5049cd8636d {
  text-align: center;
}



.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-464ae1f1-72b0-45f3-8292-c5049cd8636d img.shogun-image {
  width: 100%;
}



}
#s-b0637ba7-4e80-4063-bcc4-e01333cd2295 {
  text-align: center;
}

#s-b0637ba7-4e80-4063-bcc4-e01333cd2295 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2720297e-c589-418a-88a3-d1cd4cb43740 {
  margin-top: 10px;
text-align: center;
}

#s-2720297e-c589-418a-88a3-d1cd4cb43740 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2720297e-c589-418a-88a3-d1cd4cb43740 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-2720297e-c589-418a-88a3-d1cd4cb43740 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a:active {background-color: rgba(22, 111, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9c57e2c9-0244-4820-82d9-d42a5dc9939a-root {
    text-align: center;
  }


#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c57e2c9-0244-4820-82d9-d42a5dc9939a-root {
    text-align: center;
  }


#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c57e2c9-0244-4820-82d9-d42a5dc9939a-root {
    text-align: center;
  }


#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c57e2c9-0244-4820-82d9-d42a5dc9939a-root {
    text-align: center;
  }


#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c57e2c9-0244-4820-82d9-d42a5dc9939a-root {
    text-align: center;
  }


#s-9c57e2c9-0244-4820-82d9-d42a5dc9939a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5bd9e326-ef14-4869-bd08-84b50da3d715 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-5bd9e326-ef14-4869-bd08-84b50da3d715 img.shogun-image {
    

    
    
    
  }


#s-5bd9e326-ef14-4869-bd08-84b50da3d715 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a9b5df7-f749-4fd6-b4cd-9c980958f6ad {
  margin-top: 15px;
margin-left: 50px;
margin-bottom: 15px;
margin-right: 50px;
}

#s-0a9b5df7-f749-4fd6-b4cd-9c980958f6ad hr {
  border-top: 1px solid rgba(22, 111, 103, 1);
}

#s-f5e488b3-c004-463e-b54e-931d9b92c386 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-34f9839a-2386-438c-910a-01b3fc17b76f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-34f9839a-2386-438c-910a-01b3fc17b76f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34f9839a-2386-438c-910a-01b3fc17b76f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34f9839a-2386-438c-910a-01b3fc17b76f-root {
    text-align: center;
  }


#s-34f9839a-2386-438c-910a-01b3fc17b76f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34f9839a-2386-438c-910a-01b3fc17b76f-root {
    text-align: center;
  }


#s-34f9839a-2386-438c-910a-01b3fc17b76f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34f9839a-2386-438c-910a-01b3fc17b76f-root {
    text-align: center;
  }


#s-34f9839a-2386-438c-910a-01b3fc17b76f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34f9839a-2386-438c-910a-01b3fc17b76f-root {
    text-align: center;
  }


#s-34f9839a-2386-438c-910a-01b3fc17b76f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34f9839a-2386-438c-910a-01b3fc17b76f-root {
    text-align: center;
  }


#s-34f9839a-2386-438c-910a-01b3fc17b76f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-362707f5-1970-4860-bab9-d692a312963b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-362707f5-1970-4860-bab9-d692a312963b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-362707f5-1970-4860-bab9-d692a312963b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-362707f5-1970-4860-bab9-d692a312963b {
  display: none;
}
#s-362707f5-1970-4860-bab9-d692a312963b, #wrap-s-362707f5-1970-4860-bab9-d692a312963b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-362707f5-1970-4860-bab9-d692a312963b {
  display: none;
}
#s-362707f5-1970-4860-bab9-d692a312963b, #wrap-s-362707f5-1970-4860-bab9-d692a312963b { display:none !important; }}

  #s-362707f5-1970-4860-bab9-d692a312963b-root {
    text-align: center;
  }


#s-362707f5-1970-4860-bab9-d692a312963b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-362707f5-1970-4860-bab9-d692a312963b-root {
    text-align: center;
  }


#s-362707f5-1970-4860-bab9-d692a312963b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-362707f5-1970-4860-bab9-d692a312963b-root {
    text-align: center;
  }


#s-362707f5-1970-4860-bab9-d692a312963b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-362707f5-1970-4860-bab9-d692a312963b-root {
    text-align: center;
  }


#s-362707f5-1970-4860-bab9-d692a312963b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-362707f5-1970-4860-bab9-d692a312963b-root {
    text-align: center;
  }


#s-362707f5-1970-4860-bab9-d692a312963b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@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}
