.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-f16d451e-6d70-4ede-989e-5a6757f5e61f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f16d451e-6d70-4ede-989e-5a6757f5e61f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f16d451e-6d70-4ede-989e-5a6757f5e61f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f16d451e-6d70-4ede-989e-5a6757f5e61f {
  
}
}@media (max-width: 767px){#s-f16d451e-6d70-4ede-989e-5a6757f5e61f {
  
}
}







#s-f16d451e-6d70-4ede-989e-5a6757f5e61f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f16d451e-6d70-4ede-989e-5a6757f5e61f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0a22c73-053c-4f90-bf3b-758713a12321 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e0a22c73-053c-4f90-bf3b-758713a12321 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0a22c73-053c-4f90-bf3b-758713a12321 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0a22c73-053c-4f90-bf3b-758713a12321 {
  
}
}@media (max-width: 767px){#s-e0a22c73-053c-4f90-bf3b-758713a12321 {
  
}
}
#s-7dd8fbb9-004e-4ee4-8c82-5d339de04b1c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7dd8fbb9-004e-4ee4-8c82-5d339de04b1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dd8fbb9-004e-4ee4-8c82-5d339de04b1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7dd8fbb9-004e-4ee4-8c82-5d339de04b1c {
  
}
}@media (max-width: 767px){#s-7dd8fbb9-004e-4ee4-8c82-5d339de04b1c {
  
}
}







#s-7dd8fbb9-004e-4ee4-8c82-5d339de04b1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dd8fbb9-004e-4ee4-8c82-5d339de04b1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b004788f-14e1-4053-92d5-857831bbb0c4 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b004788f-14e1-4053-92d5-857831bbb0c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b004788f-14e1-4053-92d5-857831bbb0c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b004788f-14e1-4053-92d5-857831bbb0c4 {
  
}
}@media (max-width: 767px){#s-b004788f-14e1-4053-92d5-857831bbb0c4 {
  
}
}
.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-ab429050-d084-494d-9679-752ec2e145b2 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ab429050-d084-494d-9679-752ec2e145b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab429050-d084-494d-9679-752ec2e145b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab429050-d084-494d-9679-752ec2e145b2 {
  
}
}@media (max-width: 767px){#s-ab429050-d084-494d-9679-752ec2e145b2 {
  display: none;
}
#s-ab429050-d084-494d-9679-752ec2e145b2, #wrap-s-ab429050-d084-494d-9679-752ec2e145b2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ab429050-d084-494d-9679-752ec2e145b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab429050-d084-494d-9679-752ec2e145b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab429050-d084-494d-9679-752ec2e145b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab429050-d084-494d-9679-752ec2e145b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6d111aa5-26e9-43b2-99e5-d086bc6d5623 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-6d111aa5-26e9-43b2-99e5-d086bc6d5623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d111aa5-26e9-43b2-99e5-d086bc6d5623"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6d111aa5-26e9-43b2-99e5-d086bc6d5623"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6d111aa5-26e9-43b2-99e5-d086bc6d5623"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6d111aa5-26e9-43b2-99e5-d086bc6d5623"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d111aa5-26e9-43b2-99e5-d086bc6d5623"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6d111aa5-26e9-43b2-99e5-d086bc6d5623"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 {
  
}
}@media (max-width: 767px){#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 {
  display: none;
}
#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8, #wrap-s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 { display:none !important; }}
#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 100.0%;
  padding-right: 4px;
  padding-bottom: 9px;
}

#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 .shg-gallery-thumb-list-margin {
  margin-right: -4px;
}

#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-4b99dfad-a2cc-433c-b964-ba3b452e3dc8 .shg-gallery-dot {
  background-color: #FFF;
}

@media (max-width: 767px){#s-43f15966-e527-40e4-90e8-9646647de1ac {
  display: none;
}
#s-43f15966-e527-40e4-90e8-9646647de1ac, #wrap-s-43f15966-e527-40e4-90e8-9646647de1ac { display:none !important; }}
.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-cdc0acf4-af96-4dd9-9a46-5a53a00571bc {
  text-align: left;
}
@media (max-width: 767px){#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc {
  display: none;
}
#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc, #wrap-s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc { display:none !important; }}


.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdc0acf4-af96-4dd9-9a46-5a53a00571bc img.shogun-image {
  width: 100%;
}



}
#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 {
  text-align: left;
}
@media (min-width: 1200px){#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 {
  display: none;
}
#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52, #wrap-s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 {
  display: none;
}
#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52, #wrap-s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 {
  display: none;
}
#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52, #wrap-s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 { display:none !important; }}@media (max-width: 767px){#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 {
  
}
}


.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c217c8f-d04c-47d0-bfb0-f73d114f8f52 img.shogun-image {
  width: 100%;
}



}
#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f {
  display: none;
}
#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f, #wrap-s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f {
  display: none;
}
#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f, #wrap-s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f {
  display: none;
}
#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f, #wrap-s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f { display:none !important; }}
#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-7368dfdd-b0a9-4a9a-967b-ac3f1531d95f .shg-gallery-dot {
  background-color: #FFF;
}

#s-629a2080-c438-4429-bf00-1c47e548e829 {
  box-shadow:0px 0px 100px 0px rgba(255, 255, 255, 1);
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-629a2080-c438-4429-bf00-1c47e548e829 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-629a2080-c438-4429-bf00-1c47e548e829 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-629a2080-c438-4429-bf00-1c47e548e829 {
  
}
}@media (max-width: 767px){#s-629a2080-c438-4429-bf00-1c47e548e829 {
  display: none;
}
#s-629a2080-c438-4429-bf00-1c47e548e829, #wrap-s-629a2080-c438-4429-bf00-1c47e548e829 { display:none !important; }}







#s-629a2080-c438-4429-bf00-1c47e548e829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-629a2080-c438-4429-bf00-1c47e548e829.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5e5943f-c867-4f58-a016-ff67f596ef3a {
  padding-left: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(237, 230, 221, 1);
}

@media (min-width: 0px) {
[id="s-a5e5943f-c867-4f58-a016-ff67f596ef3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5e5943f-c867-4f58-a016-ff67f596ef3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e5943f-c867-4f58-a016-ff67f596ef3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e5943f-c867-4f58-a016-ff67f596ef3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e5943f-c867-4f58-a016-ff67f596ef3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e5943f-c867-4f58-a016-ff67f596ef3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e5943f-c867-4f58-a016-ff67f596ef3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

.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-0775c429-64cf-4f0a-a987-091931c93058 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0775c429-64cf-4f0a-a987-091931c93058 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-c7284d14-3ba9-4fe5-90ec-535f77c540e7 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 10%;
text-align: right;
}

#s-c7284d14-3ba9-4fe5-90ec-535f77c540e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7284d14-3ba9-4fe5-90ec-535f77c540e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c7284d14-3ba9-4fe5-90ec-535f77c540e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-d249c8d8-94ae-48bc-ae79-cb78836dd058 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d249c8d8-94ae-48bc-ae79-cb78836dd058 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d249c8d8-94ae-48bc-ae79-cb78836dd058 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d249c8d8-94ae-48bc-ae79-cb78836dd058 {
  
}
}@media (max-width: 767px){#s-d249c8d8-94ae-48bc-ae79-cb78836dd058 {
  
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-7e9ffeb1-5187-4d0a-a19d-fb843a97cfe9 {
  text-align: left;
}


  #s-7e9ffeb1-5187-4d0a-a19d-fb843a97cfe9 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(237, 230, 221, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-7e9ffeb1-5187-4d0a-a19d-fb843a97cfe9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(242, 202, 209, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-7e9ffeb1-5187-4d0a-a19d-fb843a97cfe9 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7e9ffeb1-5187-4d0a-a19d-fb843a97cfe9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(4, 4, 4, 1);
}

#s-7e9ffeb1-5187-4d0a-a19d-fb843a97cfe9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(242, 202, 209, 1);
}

#s-7e9ffeb1-5187-4d0a-a19d-fb843a97cfe9 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 {
  
}
}@media (max-width: 767px){#s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 {
  
}
}
#s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}




  #s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 10px;
  }

  
    #s-2ffbab9e-4b89-47eb-a2ae-4342ca4222e5 label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  


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

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

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

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

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

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

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

#s-8dc5064d-c7e0-406d-af83-588edd77db80 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-8dc5064d-c7e0-406d-af83-588edd77db80:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8dc5064d-c7e0-406d-af83-588edd77db80:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-8dc5064d-c7e0-406d-af83-588edd77db80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc5064d-c7e0-406d-af83-588edd77db80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc5064d-c7e0-406d-af83-588edd77db80.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8dc5064d-c7e0-406d-af83-588edd77db80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee7a859c-add9-4313-983d-ffdf8690f9bb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ee7a859c-add9-4313-983d-ffdf8690f9bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee7a859c-add9-4313-983d-ffdf8690f9bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee7a859c-add9-4313-983d-ffdf8690f9bb {
  
}
}@media (max-width: 767px){#s-ee7a859c-add9-4313-983d-ffdf8690f9bb {
  display: none;
}
#s-ee7a859c-add9-4313-983d-ffdf8690f9bb, #wrap-s-ee7a859c-add9-4313-983d-ffdf8690f9bb { display:none !important; }}







#s-ee7a859c-add9-4313-983d-ffdf8690f9bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee7a859c-add9-4313-983d-ffdf8690f9bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1cce672b-b19f-4143-8d9b-5f19d116fec4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1cce672b-b19f-4143-8d9b-5f19d116fec4 {
  display: none;
}
#s-1cce672b-b19f-4143-8d9b-5f19d116fec4, #wrap-s-1cce672b-b19f-4143-8d9b-5f19d116fec4 { display:none !important; }}







#s-1cce672b-b19f-4143-8d9b-5f19d116fec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cce672b-b19f-4143-8d9b-5f19d116fec4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-093fd9a6-b16a-4400-8960-5a109175d4d4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-093fd9a6-b16a-4400-8960-5a109175d4d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-093fd9a6-b16a-4400-8960-5a109175d4d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-093fd9a6-b16a-4400-8960-5a109175d4d4 {
  
}
}@media (max-width: 767px){#s-093fd9a6-b16a-4400-8960-5a109175d4d4 {
  
}
}







#s-093fd9a6-b16a-4400-8960-5a109175d4d4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-093fd9a6-b16a-4400-8960-5a109175d4d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ef925aa-1168-4793-9454-ce0c1afc0b02 {
  min-height: 50px;
}








#s-9ef925aa-1168-4793-9454-ce0c1afc0b02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ef925aa-1168-4793-9454-ce0c1afc0b02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80f281e7-39f4-472f-8688-152428b76d13 {
  margin-top: -6px;
margin-bottom: -6px;
min-height: 50px;
}
@media (min-width: 1200px){#s-80f281e7-39f4-472f-8688-152428b76d13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80f281e7-39f4-472f-8688-152428b76d13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80f281e7-39f4-472f-8688-152428b76d13 {
  
}
}@media (max-width: 767px){#s-80f281e7-39f4-472f-8688-152428b76d13 {
  
}
}







#s-80f281e7-39f4-472f-8688-152428b76d13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80f281e7-39f4-472f-8688-152428b76d13.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7863d4cb-0497-4a7e-a491-e2683acd03e0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7863d4cb-0497-4a7e-a491-e2683acd03e0 {
  display: none;
}
#s-7863d4cb-0497-4a7e-a491-e2683acd03e0, #wrap-s-7863d4cb-0497-4a7e-a491-e2683acd03e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7863d4cb-0497-4a7e-a491-e2683acd03e0 {
  display: none;
}
#s-7863d4cb-0497-4a7e-a491-e2683acd03e0, #wrap-s-7863d4cb-0497-4a7e-a491-e2683acd03e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7863d4cb-0497-4a7e-a491-e2683acd03e0 {
  display: none;
}
#s-7863d4cb-0497-4a7e-a491-e2683acd03e0, #wrap-s-7863d4cb-0497-4a7e-a491-e2683acd03e0 { display:none !important; }}@media (max-width: 767px){#s-7863d4cb-0497-4a7e-a491-e2683acd03e0 {
  
}
}







#s-7863d4cb-0497-4a7e-a491-e2683acd03e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7863d4cb-0497-4a7e-a491-e2683acd03e0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2 {
  display: none;
}
#s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2, #wrap-s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2 {
  display: none;
}
#s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2, #wrap-s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2 {
  display: none;
}
#s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2, #wrap-s-75bdd019-a14a-4a16-93d2-dc613a3ed6c2 { display:none !important; }}
#s-c6e15b61-7af6-4973-ad6c-79cd62501394 {
  text-align: center;
}
@media (min-width: 1200px){#s-c6e15b61-7af6-4973-ad6c-79cd62501394 {
  display: none;
}
#s-c6e15b61-7af6-4973-ad6c-79cd62501394, #wrap-s-c6e15b61-7af6-4973-ad6c-79cd62501394 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6e15b61-7af6-4973-ad6c-79cd62501394 {
  display: none;
}
#s-c6e15b61-7af6-4973-ad6c-79cd62501394, #wrap-s-c6e15b61-7af6-4973-ad6c-79cd62501394 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6e15b61-7af6-4973-ad6c-79cd62501394 {
  display: none;
}
#s-c6e15b61-7af6-4973-ad6c-79cd62501394, #wrap-s-c6e15b61-7af6-4973-ad6c-79cd62501394 { display:none !important; }}


.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e15b61-7af6-4973-ad6c-79cd62501394 img.shogun-image {
  width: 100%;
}



}
#s-190ebfd0-9d33-4268-822e-f263c4f89e33 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-190ebfd0-9d33-4268-822e-f263c4f89e33 {
  display: none;
}
#s-190ebfd0-9d33-4268-822e-f263c4f89e33, #wrap-s-190ebfd0-9d33-4268-822e-f263c4f89e33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-190ebfd0-9d33-4268-822e-f263c4f89e33 {
  display: none;
}
#s-190ebfd0-9d33-4268-822e-f263c4f89e33, #wrap-s-190ebfd0-9d33-4268-822e-f263c4f89e33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-190ebfd0-9d33-4268-822e-f263c4f89e33 {
  display: none;
}
#s-190ebfd0-9d33-4268-822e-f263c4f89e33, #wrap-s-190ebfd0-9d33-4268-822e-f263c4f89e33 { display:none !important; }}
#s-190ebfd0-9d33-4268-822e-f263c4f89e33 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-190ebfd0-9d33-4268-822e-f263c4f89e33 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-190ebfd0-9d33-4268-822e-f263c4f89e33 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-190ebfd0-9d33-4268-822e-f263c4f89e33 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-190ebfd0-9d33-4268-822e-f263c4f89e33 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-190ebfd0-9d33-4268-822e-f263c4f89e33 .shg-gallery-dot {
  background-color: #FFF;
}

#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 {
  margin-left: 17%;
margin-right: 17%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(237, 230, 221, 1);
}
@media (min-width: 1200px){#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 {
  display: none;
}
#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1, #wrap-s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 {
  display: none;
}
#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1, #wrap-s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 {
  display: none;
}
#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1, #wrap-s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 { display:none !important; }}
#s-ede32564-b77f-4672-a4e0-f1eb9eaf5cc1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2b6174ed-f280-4b17-a304-ace90ab55dfa {
  margin-top: 14px;
margin-left: 29%;
margin-bottom: 14px;
margin-right: 29%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-2b6174ed-f280-4b17-a304-ace90ab55dfa {
  display: none;
}
#s-2b6174ed-f280-4b17-a304-ace90ab55dfa, #wrap-s-2b6174ed-f280-4b17-a304-ace90ab55dfa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b6174ed-f280-4b17-a304-ace90ab55dfa {
  display: none;
}
#s-2b6174ed-f280-4b17-a304-ace90ab55dfa, #wrap-s-2b6174ed-f280-4b17-a304-ace90ab55dfa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b6174ed-f280-4b17-a304-ace90ab55dfa {
  display: none;
}
#s-2b6174ed-f280-4b17-a304-ace90ab55dfa, #wrap-s-2b6174ed-f280-4b17-a304-ace90ab55dfa { display:none !important; }}
#s-2b6174ed-f280-4b17-a304-ace90ab55dfa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2b6174ed-f280-4b17-a304-ace90ab55dfa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b6174ed-f280-4b17-a304-ace90ab55dfa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b {
  margin-top: -6px;
margin-left: 13%;
margin-bottom: -6px;
margin-right: 13%;
}
@media (min-width: 1200px){#s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b {
  display: none;
}
#s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b, #wrap-s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b {
  display: none;
}
#s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b, #wrap-s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b {
  display: none;
}
#s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b, #wrap-s-03d26dc9-6a3d-4f4d-8b5f-e11bd6ca9e1b { display:none !important; }}
#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d {
  margin-top: 22px;
margin-left: 9%;
margin-bottom: 22px;
margin-right: 9%;
text-align: left;
}
@media (min-width: 1200px){#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d {
  display: none;
}
#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d, #wrap-s-89b5112d-261d-4b89-b8e4-63b47cccfb2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d {
  display: none;
}
#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d, #wrap-s-89b5112d-261d-4b89-b8e4-63b47cccfb2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d {
  display: none;
}
#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d, #wrap-s-89b5112d-261d-4b89-b8e4-63b47cccfb2d { display:none !important; }}

  #s-89b5112d-261d-4b89-b8e4-63b47cccfb2d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(237, 230, 221, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-89b5112d-261d-4b89-b8e4-63b47cccfb2d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(242, 202, 209, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(4, 4, 4, 1);
}

#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(242, 202, 209, 1);
}

#s-89b5112d-261d-4b89-b8e4-63b47cccfb2d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-657a02af-92c7-4c21-9ecd-d5fd23464ee9 {
  display: none;
}
#s-657a02af-92c7-4c21-9ecd-d5fd23464ee9, #wrap-s-657a02af-92c7-4c21-9ecd-d5fd23464ee9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-657a02af-92c7-4c21-9ecd-d5fd23464ee9 {
  display: none;
}
#s-657a02af-92c7-4c21-9ecd-d5fd23464ee9, #wrap-s-657a02af-92c7-4c21-9ecd-d5fd23464ee9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-657a02af-92c7-4c21-9ecd-d5fd23464ee9 {
  display: none;
}
#s-657a02af-92c7-4c21-9ecd-d5fd23464ee9, #wrap-s-657a02af-92c7-4c21-9ecd-d5fd23464ee9 { display:none !important; }}
#s-3263313e-c61c-41fc-8c77-04bb475d1081 {
  margin-left: 30%;
margin-right: 30%;
text-align: left;
}
@media (min-width: 1200px){#s-3263313e-c61c-41fc-8c77-04bb475d1081 {
  display: none;
}
#s-3263313e-c61c-41fc-8c77-04bb475d1081, #wrap-s-3263313e-c61c-41fc-8c77-04bb475d1081 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3263313e-c61c-41fc-8c77-04bb475d1081 {
  display: none;
}
#s-3263313e-c61c-41fc-8c77-04bb475d1081, #wrap-s-3263313e-c61c-41fc-8c77-04bb475d1081 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3263313e-c61c-41fc-8c77-04bb475d1081 {
  display: none;
}
#s-3263313e-c61c-41fc-8c77-04bb475d1081, #wrap-s-3263313e-c61c-41fc-8c77-04bb475d1081 { display:none !important; }}
#s-3263313e-c61c-41fc-8c77-04bb475d1081 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3263313e-c61c-41fc-8c77-04bb475d1081 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3263313e-c61c-41fc-8c77-04bb475d1081 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3263313e-c61c-41fc-8c77-04bb475d1081 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3263313e-c61c-41fc-8c77-04bb475d1081 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 {
  display: none;
}
#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396, #wrap-s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 {
  display: none;
}
#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396, #wrap-s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 {
  display: none;
}
#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396, #wrap-s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 { display:none !important; }}


#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5560d2e5-fd51-4ec3-9a02-5e6aa701b396.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-e3bc9a52-d498-40f0-8cec-5445fa3fa47e {
  border-style: solid;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e3bc9a52-d498-40f0-8cec-5445fa3fa47e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3bc9a52-d498-40f0-8cec-5445fa3fa47e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3bc9a52-d498-40f0-8cec-5445fa3fa47e {
  
}
}@media (max-width: 767px){#s-e3bc9a52-d498-40f0-8cec-5445fa3fa47e {
  display: none;
}
#s-e3bc9a52-d498-40f0-8cec-5445fa3fa47e, #wrap-s-e3bc9a52-d498-40f0-8cec-5445fa3fa47e { display:none !important; }}
#s-e3bc9a52-d498-40f0-8cec-5445fa3fa47e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 39px;
  
  
  
}



#s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b {
  
}
}@media (max-width: 767px){#s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b {
  display: none;
}
#s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b, #wrap-s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b { display:none !important; }}
@media (min-width: 0px) {
[id="s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5d273cdc-3bc6-4f49-a5ce-7cad990e016b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fd737972-0e37-4fea-8dfe-21c1021a6a9a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-fd737972-0e37-4fea-8dfe-21c1021a6a9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd737972-0e37-4fea-8dfe-21c1021a6a9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd737972-0e37-4fea-8dfe-21c1021a6a9a {
  
}
}@media (max-width: 767px){#s-fd737972-0e37-4fea-8dfe-21c1021a6a9a {
  
}
}
#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 {
  
}
}@media (max-width: 767px){#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 {
  
}
}


.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-636cacf0-b782-4ce0-abed-4d5bc88f27f5 img.shogun-image {
  width: 100%;
}



}
#s-2e5fbc40-92f2-435f-b6b6-2cd1f474dfd4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2e5fbc40-92f2-435f-b6b6-2cd1f474dfd4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e5fbc40-92f2-435f-b6b6-2cd1f474dfd4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e5fbc40-92f2-435f-b6b6-2cd1f474dfd4 {
  
}
}@media (max-width: 767px){#s-2e5fbc40-92f2-435f-b6b6-2cd1f474dfd4 {
  
}
}
#s-2e5fbc40-92f2-435f-b6b6-2cd1f474dfd4 .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-35f54275-40c2-47a5-84d7-395f3f3a954d {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-35f54275-40c2-47a5-84d7-395f3f3a954d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35f54275-40c2-47a5-84d7-395f3f3a954d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35f54275-40c2-47a5-84d7-395f3f3a954d {
  
}
}@media (max-width: 767px){#s-35f54275-40c2-47a5-84d7-395f3f3a954d {
  
}
}
#s-35f54275-40c2-47a5-84d7-395f3f3a954d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-35f54275-40c2-47a5-84d7-395f3f3a954d .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-35f54275-40c2-47a5-84d7-395f3f3a954d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a {
  
}
}@media (max-width: 767px){#s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a {
  
}
}
@media (min-width: 0px) {
[id="s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8d586bdd-30b6-4ccc-bd44-0f2d2fbcd02a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 15px;
min-width: 100%;
min-height: 15px;
max-width: 195px;
opacity: 1;
text-align: center;
background-color: rgba(237, 230, 221, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac:hover {opacity: 1 !important;
background-color: rgba(242, 202, 209, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac:active {background-color: rgba(222, 155, 181, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac {
  
}
}@media (max-width: 767px){#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac {
  
}
}


#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-b0380b5f-f33f-4f3a-90a0-867eb642bfac.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7c908976-b42d-4d8e-a111-99f95bd914eb {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-7c908976-b42d-4d8e-a111-99f95bd914eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c908976-b42d-4d8e-a111-99f95bd914eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c908976-b42d-4d8e-a111-99f95bd914eb {
  
}
}@media (max-width: 767px){#s-7c908976-b42d-4d8e-a111-99f95bd914eb {
  
}
}
#s-ea886a04-b385-49b3-a630-3399af01f667 {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ea886a04-b385-49b3-a630-3399af01f667 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea886a04-b385-49b3-a630-3399af01f667 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea886a04-b385-49b3-a630-3399af01f667 {
  
}
}@media (max-width: 767px){#s-ea886a04-b385-49b3-a630-3399af01f667 {
  
}
}


.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea886a04-b385-49b3-a630-3399af01f667 img.shogun-image {
  width: 100%;
}



}
#s-1668ded8-fb65-4181-8cf1-35d1ef1d5dd5 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1668ded8-fb65-4181-8cf1-35d1ef1d5dd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1668ded8-fb65-4181-8cf1-35d1ef1d5dd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1668ded8-fb65-4181-8cf1-35d1ef1d5dd5 {
  
}
}@media (max-width: 767px){#s-1668ded8-fb65-4181-8cf1-35d1ef1d5dd5 {
  
}
}
#s-1668ded8-fb65-4181-8cf1-35d1ef1d5dd5 .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 {
  
}
}@media (max-width: 767px){#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 {
  
}
}
#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-04f9c54e-8d80-4cb7-a0ba-4b99c5cf76d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-9ae57945-a77d-4a7e-8822-fa2aa309cda5 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-9ae57945-a77d-4a7e-8822-fa2aa309cda5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ae57945-a77d-4a7e-8822-fa2aa309cda5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ae57945-a77d-4a7e-8822-fa2aa309cda5 {
  
}
}@media (max-width: 767px){#s-9ae57945-a77d-4a7e-8822-fa2aa309cda5 {
  
}
}
@media (min-width: 0px) {
[id="s-9ae57945-a77d-4a7e-8822-fa2aa309cda5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ae57945-a77d-4a7e-8822-fa2aa309cda5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-9ae57945-a77d-4a7e-8822-fa2aa309cda5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9ae57945-a77d-4a7e-8822-fa2aa309cda5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-9ae57945-a77d-4a7e-8822-fa2aa309cda5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9ae57945-a77d-4a7e-8822-fa2aa309cda5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-9ae57945-a77d-4a7e-8822-fa2aa309cda5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 15px;
min-width: 100%;
min-height: 15px;
max-width: 195px;
opacity: 1;
text-align: center;
background-color: rgba(237, 230, 221, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412:hover {opacity: 1 !important;
background-color: rgba(242, 202, 209, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412:active {background-color: rgba(222, 155, 181, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412 {
  
}
}@media (max-width: 767px){#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412 {
  
}
}


#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-0bb7557d-fcd7-44a1-a08f-f9e4eb2e7412.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-53584e95-d7b2-4c7c-86e8-3aee3dfc8f93 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-53584e95-d7b2-4c7c-86e8-3aee3dfc8f93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53584e95-d7b2-4c7c-86e8-3aee3dfc8f93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53584e95-d7b2-4c7c-86e8-3aee3dfc8f93 {
  
}
}@media (max-width: 767px){#s-53584e95-d7b2-4c7c-86e8-3aee3dfc8f93 {
  
}
}
#s-3bca2595-a945-44ea-8f43-b39c17b78c17 {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-3bca2595-a945-44ea-8f43-b39c17b78c17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bca2595-a945-44ea-8f43-b39c17b78c17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bca2595-a945-44ea-8f43-b39c17b78c17 {
  
}
}@media (max-width: 767px){#s-3bca2595-a945-44ea-8f43-b39c17b78c17 {
  
}
}


.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bca2595-a945-44ea-8f43-b39c17b78c17 img.shogun-image {
  width: 100%;
}



}
#s-95b7d090-e269-46f8-bfff-2db099c43c80 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-95b7d090-e269-46f8-bfff-2db099c43c80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95b7d090-e269-46f8-bfff-2db099c43c80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95b7d090-e269-46f8-bfff-2db099c43c80 {
  
}
}@media (max-width: 767px){#s-95b7d090-e269-46f8-bfff-2db099c43c80 {
  
}
}
#s-95b7d090-e269-46f8-bfff-2db099c43c80 .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-504abdde-3380-4835-9574-2a5793248227 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-504abdde-3380-4835-9574-2a5793248227 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-504abdde-3380-4835-9574-2a5793248227 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-504abdde-3380-4835-9574-2a5793248227 {
  
}
}@media (max-width: 767px){#s-504abdde-3380-4835-9574-2a5793248227 {
  
}
}
#s-504abdde-3380-4835-9574-2a5793248227 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-504abdde-3380-4835-9574-2a5793248227 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-504abdde-3380-4835-9574-2a5793248227 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-42b14d4a-f040-4b44-82f4-c72ee448c078 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-42b14d4a-f040-4b44-82f4-c72ee448c078 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42b14d4a-f040-4b44-82f4-c72ee448c078 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42b14d4a-f040-4b44-82f4-c72ee448c078 {
  
}
}@media (max-width: 767px){#s-42b14d4a-f040-4b44-82f4-c72ee448c078 {
  
}
}
@media (min-width: 0px) {
[id="s-42b14d4a-f040-4b44-82f4-c72ee448c078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42b14d4a-f040-4b44-82f4-c72ee448c078"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-42b14d4a-f040-4b44-82f4-c72ee448c078"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-42b14d4a-f040-4b44-82f4-c72ee448c078"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-42b14d4a-f040-4b44-82f4-c72ee448c078"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-42b14d4a-f040-4b44-82f4-c72ee448c078"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-42b14d4a-f040-4b44-82f4-c72ee448c078"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 15px;
min-width: 100%;
min-height: 15px;
max-width: 195px;
opacity: 1;
text-align: center;
background-color: rgba(237, 230, 221, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07:hover {opacity: 1 !important;
background-color: rgba(242, 202, 209, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07:active {background-color: rgba(222, 155, 181, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07 {
  
}
}@media (max-width: 767px){#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07 {
  
}
}


#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-6c9f9623-349f-4c89-8cf3-d6efbc186c07.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e {
  margin-top: 27px;
margin-bottom: 27px;
}
@media (min-width: 1200px){#s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e {
  display: none;
}
#s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e, #wrap-s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e {
  display: none;
}
#s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e, #wrap-s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e {
  display: none;
}
#s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e, #wrap-s-9be9d72d-4d40-4522-8600-e0f0adbb2d9e { display:none !important; }}
.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-90a4e47a-f2ae-4373-b423-786ae871c4f6 {
  margin-top: -14px;
margin-left: 7%;
margin-bottom: 25px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-90a4e47a-f2ae-4373-b423-786ae871c4f6 {
  display: none;
}
#s-90a4e47a-f2ae-4373-b423-786ae871c4f6, #wrap-s-90a4e47a-f2ae-4373-b423-786ae871c4f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90a4e47a-f2ae-4373-b423-786ae871c4f6 {
  display: none;
}
#s-90a4e47a-f2ae-4373-b423-786ae871c4f6, #wrap-s-90a4e47a-f2ae-4373-b423-786ae871c4f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90a4e47a-f2ae-4373-b423-786ae871c4f6 {
  display: none;
}
#s-90a4e47a-f2ae-4373-b423-786ae871c4f6, #wrap-s-90a4e47a-f2ae-4373-b423-786ae871c4f6 { display:none !important; }}
#s-90a4e47a-f2ae-4373-b423-786ae871c4f6 .shg-sld-dot {
  background-color: rgba(222, 155, 181, 1);
}

#s-90a4e47a-f2ae-4373-b423-786ae871c4f6 .shg-sld-nav-button.shg-sld-left,
#s-90a4e47a-f2ae-4373-b423-786ae871c4f6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(222, 155, 181, 1);
}

@media (min-width: 0px) {
[id="s-3a003d07-3d18-480b-b0e1-5415a03155f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-3a003d07-3d18-480b-b0e1-5415a03155f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-3a003d07-3d18-480b-b0e1-5415a03155f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a003d07-3d18-480b-b0e1-5415a03155f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.5px);
}

}

#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 {
  text-align: left;
}



.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5938824b-6a3b-45ad-a75a-dd36678ccb21 img.shogun-image {
  width: 100%;
}



}
#s-91d42504-ba7e-49ac-b6d8-fef85895a919 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91d42504-ba7e-49ac-b6d8-fef85895a919 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-355e1c2d-f2a4-4565-9b6c-fa7c0044f893 {
  text-align: center;
}

#s-355e1c2d-f2a4-4565-9b6c-fa7c0044f893 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-355e1c2d-f2a4-4565-9b6c-fa7c0044f893 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-355e1c2d-f2a4-4565-9b6c-fa7c0044f893 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9d0f5e43-25c5-4b0b-b3aa-035a5a33b428 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-9d0f5e43-25c5-4b0b-b3aa-035a5a33b428:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d0f5e43-25c5-4b0b-b3aa-035a5a33b428:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-9d0f5e43-25c5-4b0b-b3aa-035a5a33b428 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d0f5e43-25c5-4b0b-b3aa-035a5a33b428.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d0f5e43-25c5-4b0b-b3aa-035a5a33b428.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9d0f5e43-25c5-4b0b-b3aa-035a5a33b428.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5eb49373-9a6d-40a5-b29b-684ea1978477 {
  text-align: left;
}



.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb49373-9a6d-40a5-b29b-684ea1978477 img.shogun-image {
  width: 100%;
}



}
#s-f532a744-4d6f-4867-b321-7e0ac25cdc50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f532a744-4d6f-4867-b321-7e0ac25cdc50 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3f51db21-1dfc-4bde-a12d-7bfd5bd6d438 {
  text-align: center;
}

#s-3f51db21-1dfc-4bde-a12d-7bfd5bd6d438 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f51db21-1dfc-4bde-a12d-7bfd5bd6d438 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-3f51db21-1dfc-4bde-a12d-7bfd5bd6d438 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b6ddc196-49f3-462d-8237-571728f019a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-b6ddc196-49f3-462d-8237-571728f019a6:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b6ddc196-49f3-462d-8237-571728f019a6:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-b6ddc196-49f3-462d-8237-571728f019a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6ddc196-49f3-462d-8237-571728f019a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6ddc196-49f3-462d-8237-571728f019a6.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6ddc196-49f3-462d-8237-571728f019a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-493f179a-aedb-4a86-8951-59862192583b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-493f179a-aedb-4a86-8951-59862192583b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-493f179a-aedb-4a86-8951-59862192583b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-493f179a-aedb-4a86-8951-59862192583b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.5px);
}

}

#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e {
  text-align: left;
}



.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bde5a92-c82e-49e3-a848-90ecf7a1224e img.shogun-image {
  width: 100%;
}



}
#s-e39ddfd8-b982-441f-b1ce-4bd2c8ca2966 {
  padding-top: 19px;
padding-bottom: 19px;
text-align: center;
}

#s-e39ddfd8-b982-441f-b1ce-4bd2c8ca2966 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7c80c9f6-5111-4e7c-a5c9-a3b73d9d91e0 {
  text-align: center;
}

#s-7c80c9f6-5111-4e7c-a5c9-a3b73d9d91e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7c80c9f6-5111-4e7c-a5c9-a3b73d9d91e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-7c80c9f6-5111-4e7c-a5c9-a3b73d9d91e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c93868ff-1d55-4120-9e68-7030ef00db20 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-c93868ff-1d55-4120-9e68-7030ef00db20:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c93868ff-1d55-4120-9e68-7030ef00db20:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-c93868ff-1d55-4120-9e68-7030ef00db20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c93868ff-1d55-4120-9e68-7030ef00db20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c93868ff-1d55-4120-9e68-7030ef00db20.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c93868ff-1d55-4120-9e68-7030ef00db20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-110279d6-98e9-49b5-86bf-1ed03672fc83 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 {
  text-align: left;
}



.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed50271c-61d0-4654-93ea-127e0c9eaf20 img.shogun-image {
  width: 100%;
}



}
#s-b508cc0e-3078-46a1-a389-2578fcf0d724 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-b508cc0e-3078-46a1-a389-2578fcf0d724 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-60ceab6f-a30a-4b6a-9e51-e18e861353e5 {
  text-align: center;
}

#s-60ceab6f-a30a-4b6a-9e51-e18e861353e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-60ceab6f-a30a-4b6a-9e51-e18e861353e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-60ceab6f-a30a-4b6a-9e51-e18e861353e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5602132c-a3e2-49f0-b0bf-bf6fb3fdcd22 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-5602132c-a3e2-49f0-b0bf-bf6fb3fdcd22:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5602132c-a3e2-49f0-b0bf-bf6fb3fdcd22:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-5602132c-a3e2-49f0-b0bf-bf6fb3fdcd22 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5602132c-a3e2-49f0-b0bf-bf6fb3fdcd22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5602132c-a3e2-49f0-b0bf-bf6fb3fdcd22.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5602132c-a3e2-49f0-b0bf-bf6fb3fdcd22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-c5ed40ed-139f-4239-9422-b8cfb6889fa9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-c5ed40ed-139f-4239-9422-b8cfb6889fa9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-c5ed40ed-139f-4239-9422-b8cfb6889fa9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-c5ed40ed-139f-4239-9422-b8cfb6889fa9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.5px);
}

}

#s-7df754ea-43e6-4903-919d-b9a54da5611e {
  text-align: left;
}



.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df754ea-43e6-4903-919d-b9a54da5611e img.shogun-image {
  width: 100%;
}



}
#s-0d5fc6d0-b52e-44f6-a474-6e1eb090586c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d5fc6d0-b52e-44f6-a474-6e1eb090586c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f75ff9e9-7b4b-4823-9539-0a86d8aa8307 {
  text-align: center;
}

#s-f75ff9e9-7b4b-4823-9539-0a86d8aa8307 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f75ff9e9-7b4b-4823-9539-0a86d8aa8307 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-f75ff9e9-7b4b-4823-9539-0a86d8aa8307 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95d27799-a696-4680-ada1-684e1b5dea8b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-95d27799-a696-4680-ada1-684e1b5dea8b:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-95d27799-a696-4680-ada1-684e1b5dea8b:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-95d27799-a696-4680-ada1-684e1b5dea8b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-95d27799-a696-4680-ada1-684e1b5dea8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95d27799-a696-4680-ada1-684e1b5dea8b.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-95d27799-a696-4680-ada1-684e1b5dea8b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 {
  text-align: left;
}



.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482c0ad-a09a-4343-b8d6-d34ae085fe66 img.shogun-image {
  width: 100%;
}



}
#s-334211ff-a45e-4993-8518-4b229029651a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-334211ff-a45e-4993-8518-4b229029651a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-598ede58-12fb-43ba-8678-cedc7e087069 {
  text-align: center;
}

#s-598ede58-12fb-43ba-8678-cedc7e087069 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-598ede58-12fb-43ba-8678-cedc7e087069 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-598ede58-12fb-43ba-8678-cedc7e087069 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ae4e4f58-7339-44a3-8f71-bd8db4b436dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-ae4e4f58-7339-44a3-8f71-bd8db4b436dd:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ae4e4f58-7339-44a3-8f71-bd8db4b436dd:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-ae4e4f58-7339-44a3-8f71-bd8db4b436dd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae4e4f58-7339-44a3-8f71-bd8db4b436dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae4e4f58-7339-44a3-8f71-bd8db4b436dd.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ae4e4f58-7339-44a3-8f71-bd8db4b436dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-b6bc5f1d-c381-4df6-915d-575f9d891852"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b6bc5f1d-c381-4df6-915d-575f9d891852"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b6bc5f1d-c381-4df6-915d-575f9d891852"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b6bc5f1d-c381-4df6-915d-575f9d891852"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 {
  text-align: left;
}



.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e6bc03-d8b0-4074-9e3e-282e49a47d89 img.shogun-image {
  width: 100%;
}



}
#s-58b6d32b-27a2-4598-a22b-5369d301fa31 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58b6d32b-27a2-4598-a22b-5369d301fa31 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-15cce5d5-db08-414f-8a93-3b626742cdba {
  text-align: center;
}

#s-15cce5d5-db08-414f-8a93-3b626742cdba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-15cce5d5-db08-414f-8a93-3b626742cdba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-15cce5d5-db08-414f-8a93-3b626742cdba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0fa815ce-34bc-4961-8e0d-6cd6defe8031 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-0fa815ce-34bc-4961-8e0d-6cd6defe8031:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0fa815ce-34bc-4961-8e0d-6cd6defe8031:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-0fa815ce-34bc-4961-8e0d-6cd6defe8031 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fa815ce-34bc-4961-8e0d-6cd6defe8031.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fa815ce-34bc-4961-8e0d-6cd6defe8031.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-0fa815ce-34bc-4961-8e0d-6cd6defe8031.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f3af345-ad37-48e0-a967-d3f88d22e359 {
  text-align: left;
}



.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f3af345-ad37-48e0-a967-d3f88d22e359 img.shogun-image {
  width: 100%;
}



}
#s-d870300e-d35f-4a66-8907-312ff4a8d985 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d870300e-d35f-4a66-8907-312ff4a8d985 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-79e2fa2e-17ba-4eca-9cfe-2975a8a198f2 {
  text-align: center;
}

#s-79e2fa2e-17ba-4eca-9cfe-2975a8a198f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79e2fa2e-17ba-4eca-9cfe-2975a8a198f2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-79e2fa2e-17ba-4eca-9cfe-2975a8a198f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38f6f099-8d21-4f81-b801-eb2c15d2eaca {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-38f6f099-8d21-4f81-b801-eb2c15d2eaca:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-38f6f099-8d21-4f81-b801-eb2c15d2eaca:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-38f6f099-8d21-4f81-b801-eb2c15d2eaca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38f6f099-8d21-4f81-b801-eb2c15d2eaca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38f6f099-8d21-4f81-b801-eb2c15d2eaca.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-38f6f099-8d21-4f81-b801-eb2c15d2eaca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba1471f3-af12-4036-92a5-080002f959b1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 {
  text-align: left;
}



.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609a1b5c-3b6c-4e6d-92ad-c27e6836ab20 img.shogun-image {
  width: 100%;
}



}
#s-b185c384-15db-4078-ab46-7196ec715486 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b185c384-15db-4078-ab46-7196ec715486 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-58578539-3957-4152-9ef1-7d0a4dc5af48 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-58578539-3957-4152-9ef1-7d0a4dc5af48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-58578539-3957-4152-9ef1-7d0a4dc5af48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-58578539-3957-4152-9ef1-7d0a4dc5af48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b016895d-ed38-4b85-a733-31c9d8f3269a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-b016895d-ed38-4b85-a733-31c9d8f3269a:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b016895d-ed38-4b85-a733-31c9d8f3269a:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-b016895d-ed38-4b85-a733-31c9d8f3269a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b016895d-ed38-4b85-a733-31c9d8f3269a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b016895d-ed38-4b85-a733-31c9d8f3269a.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b016895d-ed38-4b85-a733-31c9d8f3269a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f39abad7-c2d2-4b6c-9aa9-0341d0b8e155 {
  min-height: 50px;
}








#s-f39abad7-c2d2-4b6c-9aa9-0341d0b8e155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39abad7-c2d2-4b6c-9aa9-0341d0b8e155.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04d92d46-f34a-4ac9-ab23-1a2adaad353e {
  margin-top: 44px;
margin-bottom: 0px;
background-color: rgba(237, 230, 221, 1);
}
@media (min-width: 1200px){#s-04d92d46-f34a-4ac9-ab23-1a2adaad353e {
  display: none;
}
#s-04d92d46-f34a-4ac9-ab23-1a2adaad353e, #wrap-s-04d92d46-f34a-4ac9-ab23-1a2adaad353e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d92d46-f34a-4ac9-ab23-1a2adaad353e {
  display: none;
}
#s-04d92d46-f34a-4ac9-ab23-1a2adaad353e, #wrap-s-04d92d46-f34a-4ac9-ab23-1a2adaad353e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d92d46-f34a-4ac9-ab23-1a2adaad353e {
  display: none;
}
#s-04d92d46-f34a-4ac9-ab23-1a2adaad353e, #wrap-s-04d92d46-f34a-4ac9-ab23-1a2adaad353e { display:none !important; }}
@media (min-width: 0px) {
[id="s-04d92d46-f34a-4ac9-ab23-1a2adaad353e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04d92d46-f34a-4ac9-ab23-1a2adaad353e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-04d92d46-f34a-4ac9-ab23-1a2adaad353e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-04d92d46-f34a-4ac9-ab23-1a2adaad353e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

}

#s-c4eac173-5c47-4acb-90b1-0811bb4cf40b {
  margin-top: 31px;
margin-left: 18%;
margin-bottom: 23px;
margin-right: 18%;
}

#s-bac63d22-5f44-4753-8dcc-04f321553d49 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
}

#s-bac63d22-5f44-4753-8dcc-04f321553d49 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  font-size: 11px;
  
  line-height: 1em;
  
  
  padding-top: 11px;
  padding-bottom: 11px;
  
  
}

#s-bac63d22-5f44-4753-8dcc-04f321553d49 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(222, 155, 181, 1);
  
  
  
  
  justify-content: center;
}

#s-bac63d22-5f44-4753-8dcc-04f321553d49 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(222, 155, 181, 1);
}

#s-bac63d22-5f44-4753-8dcc-04f321553d49 .shogun-form-error-msg-container, #s-bac63d22-5f44-4753-8dcc-04f321553d49 .shogun-form-field-error-msg-container {
  display: none;
}

#s-bac63d22-5f44-4753-8dcc-04f321553d49 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-bac63d22-5f44-4753-8dcc-04f321553d49 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-c2a04aaf-90cc-4610-b6cc-265e1e51e3c7 {
  padding-left: 15%;
padding-right: 15%;
}

#s-c2a04aaf-90cc-4610-b6cc-265e1e51e3c7  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-c2a04aaf-90cc-4610-b6cc-265e1e51e3c7  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-c2a04aaf-90cc-4610-b6cc-265e1e51e3c7 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}



#s-c2a04aaf-90cc-4610-b6cc-265e1e51e3c7 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}


#s-d52d63dc-f6be-4a77-876b-18737218be6c {
  margin-left: 15%;
margin-right: 15%;
}

#s-d52d63dc-f6be-4a77-876b-18737218be6c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-d52d63dc-f6be-4a77-876b-18737218be6c  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-d52d63dc-f6be-4a77-876b-18737218be6c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}



#s-d52d63dc-f6be-4a77-876b-18737218be6c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-2a19428e-d0a8-4013-b2dc-1fde81a96361 {
  margin-top: 15px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
color: rgba(4, 4, 4, 1);
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2a19428e-d0a8-4013-b2dc-1fde81a96361:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2a19428e-d0a8-4013-b2dc-1fde81a96361:active {border-radius: 13px !important;
background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}
#s-2a19428e-d0a8-4013-b2dc-1fde81a96361[disabled],
#s-2a19428e-d0a8-4013-b2dc-1fde81a96361[disabled]:hover,
#s-2a19428e-d0a8-4013-b2dc-1fde81a96361[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-2a19428e-d0a8-4013-b2dc-1fde81a96361 {
  display:  inline-block ;
  width:  auto ;
}


#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 {
  display: none;
}
#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534, #wrap-s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 {
  display: none;
}
#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534, #wrap-s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 {
  display: none;
}
#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534, #wrap-s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 { display:none !important; }}







#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534 {
  cursor: pointer;
}#s-5bc83dd9-3b2c-48fd-83a7-d16cea922534.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b64ab65e-1389-41e4-a886-e868b83cb122 {
  margin-top: 23px;
margin-bottom: 23px;
}
@media (min-width: 1200px){#s-b64ab65e-1389-41e4-a886-e868b83cb122 {
  display: none;
}
#s-b64ab65e-1389-41e4-a886-e868b83cb122, #wrap-s-b64ab65e-1389-41e4-a886-e868b83cb122 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b64ab65e-1389-41e4-a886-e868b83cb122 {
  display: none;
}
#s-b64ab65e-1389-41e4-a886-e868b83cb122, #wrap-s-b64ab65e-1389-41e4-a886-e868b83cb122 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b64ab65e-1389-41e4-a886-e868b83cb122 {
  display: none;
}
#s-b64ab65e-1389-41e4-a886-e868b83cb122, #wrap-s-b64ab65e-1389-41e4-a886-e868b83cb122 { display:none !important; }}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac {
  margin-top: -3px;
margin-left: 24%;
margin-bottom: 18px;
margin-right: 24%;
text-align: center;
}
@media (min-width: 1200px){#s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac {
  display: none;
}
#s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac, #wrap-s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac {
  display: none;
}
#s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac, #wrap-s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac {
  display: none;
}
#s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac, #wrap-s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac { display:none !important; }}
[id="s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 5px;
}

.shg-ig-posts-container {
  width: calc(100% + 5px) !important;
}

@media (min-width: 768px) {
  [id="s-e9e8e9a4-4792-424c-ab52-ae6f760a09ac"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 5px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 5px) !important;
  }
}

#s-296c072a-42a6-4592-a201-0eb08c72b653 {
  min-height: 50px;
}
@media (max-width: 767px){#s-296c072a-42a6-4592-a201-0eb08c72b653 {
  display: none;
}
#s-296c072a-42a6-4592-a201-0eb08c72b653, #wrap-s-296c072a-42a6-4592-a201-0eb08c72b653 { display:none !important; }}







#s-296c072a-42a6-4592-a201-0eb08c72b653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-296c072a-42a6-4592-a201-0eb08c72b653.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfec83fa-e32e-4d30-82b2-de9659cac557 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
background-color: rgba(237, 230, 221, 1);
}
@media (min-width: 1200px){#s-bfec83fa-e32e-4d30-82b2-de9659cac557 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfec83fa-e32e-4d30-82b2-de9659cac557 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfec83fa-e32e-4d30-82b2-de9659cac557 {
  
}
}@media (max-width: 767px){#s-bfec83fa-e32e-4d30-82b2-de9659cac557 {
  display: none;
}
#s-bfec83fa-e32e-4d30-82b2-de9659cac557, #wrap-s-bfec83fa-e32e-4d30-82b2-de9659cac557 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bfec83fa-e32e-4d30-82b2-de9659cac557"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfec83fa-e32e-4d30-82b2-de9659cac557"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bfec83fa-e32e-4d30-82b2-de9659cac557"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfec83fa-e32e-4d30-82b2-de9659cac557"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-cae5a40a-68f7-41a0-9212-f7ce71c2ab50 {
  min-height: 200px;
}
@media (min-width: 1200px){#s-cae5a40a-68f7-41a0-9212-f7ce71c2ab50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cae5a40a-68f7-41a0-9212-f7ce71c2ab50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cae5a40a-68f7-41a0-9212-f7ce71c2ab50 {
  
}
}@media (max-width: 767px){#s-cae5a40a-68f7-41a0-9212-f7ce71c2ab50 {
  
}
}







#s-cae5a40a-68f7-41a0-9212-f7ce71c2ab50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae5a40a-68f7-41a0-9212-f7ce71c2ab50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6048dd2-be2d-4008-acbb-11a328bcaca8 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 100%;
max-height: 50%;
text-align: center;
}
@media (min-width: 1200px){#s-a6048dd2-be2d-4008-acbb-11a328bcaca8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6048dd2-be2d-4008-acbb-11a328bcaca8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6048dd2-be2d-4008-acbb-11a328bcaca8 {
  
}
}@media (max-width: 767px){#s-a6048dd2-be2d-4008-acbb-11a328bcaca8 {
  
}
}
#s-a6048dd2-be2d-4008-acbb-11a328bcaca8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-4979e668-19ea-467d-ac67-592cfe9e57a8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(222, 155, 181, 1);
border-style: solid;
}
@media (max-width: 767px){#s-4979e668-19ea-467d-ac67-592cfe9e57a8 {
  display: none;
}
#s-4979e668-19ea-467d-ac67-592cfe9e57a8, #wrap-s-4979e668-19ea-467d-ac67-592cfe9e57a8 { display:none !important; }}
#s-4979e668-19ea-467d-ac67-592cfe9e57a8 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(4, 4, 4, 1);
  
  font-size: 11px;
  
  line-height: 1em;
  
  
  padding-top: 11px;
  padding-bottom: 11px;
  
  
}

#s-4979e668-19ea-467d-ac67-592cfe9e57a8 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(4, 4, 4, 1);
  
  
  
  
  justify-content: center;
}

#s-4979e668-19ea-467d-ac67-592cfe9e57a8 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(4, 4, 4, 1);
}

#s-4979e668-19ea-467d-ac67-592cfe9e57a8 .shogun-form-error-msg-container, #s-4979e668-19ea-467d-ac67-592cfe9e57a8 .shogun-form-field-error-msg-container {
  display: none;
}

#s-4979e668-19ea-467d-ac67-592cfe9e57a8 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-4979e668-19ea-467d-ac67-592cfe9e57a8 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6 {
  padding-left: 15%;
padding-right: 15%;
}
@media (max-width: 767px){#s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6 {
  display: none;
}
#s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6, #wrap-s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6 { display:none !important; }}
#s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}



#s-0cbcf75e-310f-4eea-9eb9-6e3338ace2e6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}


#s-ff0a197f-ac5f-49b1-9360-149eb7356d02 {
  margin-left: 15%;
margin-right: 15%;
}

#s-ff0a197f-ac5f-49b1-9360-149eb7356d02  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-ff0a197f-ac5f-49b1-9360-149eb7356d02  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-ff0a197f-ac5f-49b1-9360-149eb7356d02 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}



#s-ff0a197f-ac5f-49b1-9360-149eb7356d02 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}


#s-f4749a09-abda-40e2-88e0-3cc8108bea14 {
  margin-top: 16px;
margin-bottom: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
color: rgba(4, 4, 4, 1);
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f4749a09-abda-40e2-88e0-3cc8108bea14:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f4749a09-abda-40e2-88e0-3cc8108bea14:active {border-radius: 13px !important;
background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}
#s-f4749a09-abda-40e2-88e0-3cc8108bea14[disabled],
#s-f4749a09-abda-40e2-88e0-3cc8108bea14[disabled]:hover,
#s-f4749a09-abda-40e2-88e0-3cc8108bea14[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-f4749a09-abda-40e2-88e0-3cc8108bea14 {
  display:  inline-block ;
  width:  auto ;
}


#s-ffe9f25f-9688-4c3f-9018-08e073234dea {
  margin-top: 11px;
margin-left: 0px;
margin-bottom: 37px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ffe9f25f-9688-4c3f-9018-08e073234dea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffe9f25f-9688-4c3f-9018-08e073234dea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffe9f25f-9688-4c3f-9018-08e073234dea {
  
}
}@media (max-width: 767px){#s-ffe9f25f-9688-4c3f-9018-08e073234dea {
  display: none;
}
#s-ffe9f25f-9688-4c3f-9018-08e073234dea, #wrap-s-ffe9f25f-9688-4c3f-9018-08e073234dea { display:none !important; }}







#s-ffe9f25f-9688-4c3f-9018-08e073234dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffe9f25f-9688-4c3f-9018-08e073234dea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1fd9957-89ad-4a17-9a2c-d5f1ae2c8c70 {
  margin-top: 25px;
margin-left: 30%;
margin-bottom: 25px;
margin-right: 30%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1fd9957-89ad-4a17-9a2c-d5f1ae2c8c70 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a1fd9957-89ad-4a17-9a2c-d5f1ae2c8c70 .shogun-heading-component h1 a {
  color: #000;
}


#s-b94c0035-dc68-4212-b090-5696c2007bef {
  margin-top: 18px;
margin-left: 36px;
margin-bottom: 18px;
margin-right: 36px;
}

[id="s-b94c0035-dc68-4212-b090-5696c2007bef"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 1px;
}

.shg-ig-posts-container {
  width: calc(100% + 1px) !important;
}

@media (min-width: 768px) {
  [id="s-b94c0035-dc68-4212-b090-5696c2007bef"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 1px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 1px) !important;
  }
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}