#s-1ff32879-2765-42b4-b079-62ddd9b96f47 {
  text-align: left;
}

.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-84366841-8a32-4790-8d11-90be1bdc8200 {
  min-height: 50px;
}








#s-84366841-8a32-4790-8d11-90be1bdc8200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84366841-8a32-4790-8d11-90be1bdc8200.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-94c5ffd9-b0d8-4204-8f25-1f1c20d88761 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d2f34f1c-2e06-40ed-b465-6030995c2b58 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e0560778-c890-4a20-b288-78bab171fee1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-e0560778-c890-4a20-b288-78bab171fee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0560778-c890-4a20-b288-78bab171fee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-f9ddd7d7-dff5-4bc6-8424-06850e93dfb2 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-f9ddd7d7-dff5-4bc6-8424-06850e93dfb2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f9ddd7d7-dff5-4bc6-8424-06850e93dfb2 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f9ddd7d7-dff5-4bc6-8424-06850e93dfb2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f9ddd7d7-dff5-4bc6-8424-06850e93dfb2 td.shogun-table-column, #s-f9ddd7d7-dff5-4bc6-8424-06850e93dfb2 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

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

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

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

@media (min-width: 0px) {
[id="s-c12e69bf-81ea-4b0a-abc0-f52f0dc3b1d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c12e69bf-81ea-4b0a-abc0-f52f0dc3b1d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c12e69bf-81ea-4b0a-abc0-f52f0dc3b1d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c12e69bf-81ea-4b0a-abc0-f52f0dc3b1d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-96772126-cf07-4f65-89da-bc1dea42b465 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 {
  max-width:  100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  width: 100%;
}



.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 {
  max-width:  100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  width: 100%;
}



.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 {
  max-width:  100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  width: 100%;
}



.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 {
  max-width:  100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  width: 100%;
}



.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 {
  max-width:  100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  width: 100%;
}



.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 .shg-image-zoom,
.shg-c#s-96772126-cf07-4f65-89da-bc1dea42b465 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a9be897b-c4e3-4ece-9ba4-944c94b1e3a5 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-407337cd-e4e2-4459-96fe-172b1f065cc4 {
  margin-left: 0px;
margin-right: 0px;
}

#s-52c28dcf-3f03-4b35-89f8-e6c31cebf142 {
  margin-left: 0px;
margin-right: 0px;
}

#s-15d43c14-b66c-483d-8460-35e165c7b450 {
  text-align: left;
}

#s-b104a54b-2386-4e04-93d7-cc2b7c635fa6 {
  text-align: center;
}

#s-b104a54b-2386-4e04-93d7-cc2b7c635fa6 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b104a54b-2386-4e04-93d7-cc2b7c635fa6 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b104a54b-2386-4e04-93d7-cc2b7c635fa6 .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-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-70a7ee20-8b8f-4e34-970a-d484149989cd {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-70a7ee20-8b8f-4e34-970a-d484149989cd:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70a7ee20-8b8f-4e34-970a-d484149989cd:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-70a7ee20-8b8f-4e34-970a-d484149989cd-root {
    text-align: center;
  }


#s-70a7ee20-8b8f-4e34-970a-d484149989cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70a7ee20-8b8f-4e34-970a-d484149989cd-root {
    text-align: center;
  }


#s-70a7ee20-8b8f-4e34-970a-d484149989cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70a7ee20-8b8f-4e34-970a-d484149989cd-root {
    text-align: center;
  }


#s-70a7ee20-8b8f-4e34-970a-d484149989cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70a7ee20-8b8f-4e34-970a-d484149989cd-root {
    text-align: center;
  }


#s-70a7ee20-8b8f-4e34-970a-d484149989cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70a7ee20-8b8f-4e34-970a-d484149989cd-root {
    text-align: center;
  }


#s-70a7ee20-8b8f-4e34-970a-d484149989cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-085d316b-db30-42f8-a0db-1ddb123370fc hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-b312cb6f-1c42-4680-b6de-f02b2e542195 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-b312cb6f-1c42-4680-b6de-f02b2e542195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b312cb6f-1c42-4680-b6de-f02b2e542195.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c727c99-cf7d-4551-8148-329a3df4677d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-0c727c99-cf7d-4551-8148-329a3df4677d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0c727c99-cf7d-4551-8148-329a3df4677d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0c727c99-cf7d-4551-8148-329a3df4677d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0c727c99-cf7d-4551-8148-329a3df4677d td.shogun-table-column, #s-0c727c99-cf7d-4551-8148-329a3df4677d td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d432f263-400b-4f39-8db2-9ae218e1d748"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d432f263-400b-4f39-8db2-9ae218e1d748"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d432f263-400b-4f39-8db2-9ae218e1d748"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d432f263-400b-4f39-8db2-9ae218e1d748"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-24dc5b6b-8678-44d1-afa1-5a960163b049 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 {
  max-width:  100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  width: 100%;
}



.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 {
  max-width:  100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  width: 100%;
}



.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 {
  max-width:  100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  width: 100%;
}



.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 {
  max-width:  100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  width: 100%;
}



.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 {
  max-width:  100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  width: 100%;
}



.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 .shg-image-zoom,
.shg-c#s-24dc5b6b-8678-44d1-afa1-5a960163b049 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-50120416-c6ed-4f60-abf4-f61b36639213 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-f8ba1395-ffcb-4e2e-92a8-c01c345c0719 {
  margin-left: 0px;
margin-right: 0px;
}

#s-93a1a7bf-08c8-4ee9-8108-c8997da0f762 {
  margin-left: 0px;
margin-right: 0px;
}

#s-95e950be-44fc-46ae-9f04-bb282ce2763d {
  text-align: left;
}

#s-ae97f65c-786e-450b-8596-13d23ed990b6 {
  text-align: center;
}

#s-ae97f65c-786e-450b-8596-13d23ed990b6 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ae97f65c-786e-450b-8596-13d23ed990b6 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ae97f65c-786e-450b-8596-13d23ed990b6 .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-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39-root {
    text-align: center;
  }


#s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39-root {
    text-align: center;
  }


#s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39-root {
    text-align: center;
  }


#s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39-root {
    text-align: center;
  }


#s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39-root {
    text-align: center;
  }


#s-d40cebcf-67fb-4fd5-a86a-33a0fcf0db39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-08ad116d-0697-4b6a-825d-cbfd3a3c1cbe hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-f7d27899-fbbf-4047-9a15-80ba5afffbb8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-f7d27899-fbbf-4047-9a15-80ba5afffbb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d27899-fbbf-4047-9a15-80ba5afffbb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6adf2287-a0c0-4d0f-a934-dd6b1897c0bb .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-6adf2287-a0c0-4d0f-a934-dd6b1897c0bb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6adf2287-a0c0-4d0f-a934-dd6b1897c0bb td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6adf2287-a0c0-4d0f-a934-dd6b1897c0bb td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-6adf2287-a0c0-4d0f-a934-dd6b1897c0bb td.shogun-table-column, #s-6adf2287-a0c0-4d0f-a934-dd6b1897c0bb td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-133c1a36-2a39-4135-a5e4-19e5c5de6d66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-133c1a36-2a39-4135-a5e4-19e5c5de6d66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-133c1a36-2a39-4135-a5e4-19e5c5de6d66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-133c1a36-2a39-4135-a5e4-19e5c5de6d66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-59bb6a23-fed1-4365-b9b5-86d76fef834e {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e {
  max-width:  100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  width: 100%;
}



.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e {
  max-width:  100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  width: 100%;
}



.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e {
  max-width:  100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  width: 100%;
}



.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e {
  max-width:  100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  width: 100%;
}



.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e {
  max-width:  100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  width: 100%;
}



.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e .shg-image-zoom,
.shg-c#s-59bb6a23-fed1-4365-b9b5-86d76fef834e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-613589d5-e903-4c18-8308-52e610165315 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-1676001e-8e10-42ad-bc20-b8fdf211ca95 {
  margin-left: 0px;
margin-right: 0px;
}

#s-287cba17-6887-4197-9f0d-a26ea4a352dd {
  margin-left: 0px;
margin-right: 0px;
}

#s-67b2e0b8-b927-4b6d-9e7d-a587f9d7a82d {
  text-align: left;
}

#s-6d5cb63b-c778-4995-9eb6-05f8c7bfcdca {
  text-align: center;
}

#s-6d5cb63b-c778-4995-9eb6-05f8c7bfcdca .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6d5cb63b-c778-4995-9eb6-05f8c7bfcdca .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6d5cb63b-c778-4995-9eb6-05f8c7bfcdca .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-6cff8597-c5ae-47cd-b20c-bad0afd53da6 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6cff8597-c5ae-47cd-b20c-bad0afd53da6:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6cff8597-c5ae-47cd-b20c-bad0afd53da6:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6cff8597-c5ae-47cd-b20c-bad0afd53da6-root {
    text-align: center;
  }


#s-6cff8597-c5ae-47cd-b20c-bad0afd53da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cff8597-c5ae-47cd-b20c-bad0afd53da6-root {
    text-align: center;
  }


#s-6cff8597-c5ae-47cd-b20c-bad0afd53da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cff8597-c5ae-47cd-b20c-bad0afd53da6-root {
    text-align: center;
  }


#s-6cff8597-c5ae-47cd-b20c-bad0afd53da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cff8597-c5ae-47cd-b20c-bad0afd53da6-root {
    text-align: center;
  }


#s-6cff8597-c5ae-47cd-b20c-bad0afd53da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cff8597-c5ae-47cd-b20c-bad0afd53da6-root {
    text-align: center;
  }


#s-6cff8597-c5ae-47cd-b20c-bad0afd53da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b0837835-6ee0-433e-aba7-b60f3223fd61 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-9aa3a95c-d333-4598-b6d4-8b65071030fd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-9aa3a95c-d333-4598-b6d4-8b65071030fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa3a95c-d333-4598-b6d4-8b65071030fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe956890-659f-4ecb-a2fb-826ca16c6e07 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-fe956890-659f-4ecb-a2fb-826ca16c6e07 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fe956890-659f-4ecb-a2fb-826ca16c6e07 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fe956890-659f-4ecb-a2fb-826ca16c6e07 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fe956890-659f-4ecb-a2fb-826ca16c6e07 td.shogun-table-column, #s-fe956890-659f-4ecb-a2fb-826ca16c6e07 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-3d50288d-ba13-466c-bdf2-fd75fb532194"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3d50288d-ba13-466c-bdf2-fd75fb532194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d50288d-ba13-466c-bdf2-fd75fb532194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d50288d-ba13-466c-bdf2-fd75fb532194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 {
  max-width:  100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  width: 100%;
}



.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 {
  max-width:  100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  width: 100%;
}



.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 {
  max-width:  100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  width: 100%;
}



.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 {
  max-width:  100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  width: 100%;
}



.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 {
  max-width:  100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  width: 100%;
}



.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 .shg-image-zoom,
.shg-c#s-9282ba26-3949-41e7-b1e4-2fb245fcf324 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-073de61e-fb3f-49d0-b8cf-7411496eb41f {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-94959865-66cd-4299-a789-1d1f2e214946 {
  margin-left: 0px;
margin-right: 0px;
}

#s-95eb9736-b49f-4c41-a32f-2dcb9032b3a6 {
  margin-left: 0px;
margin-right: 0px;
}

#s-4f3b73b7-26ee-4fd4-953e-7313db760887 {
  text-align: left;
}

#s-9ae47ee3-c899-474f-a1bb-4489c7c811df {
  text-align: center;
}

#s-9ae47ee3-c899-474f-a1bb-4489c7c811df .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ae47ee3-c899-474f-a1bb-4489c7c811df .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ae47ee3-c899-474f-a1bb-4489c7c811df .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-6058a839-fa96-4e5a-b862-ca1ed18cd1af {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6058a839-fa96-4e5a-b862-ca1ed18cd1af:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6058a839-fa96-4e5a-b862-ca1ed18cd1af:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6058a839-fa96-4e5a-b862-ca1ed18cd1af-root {
    text-align: center;
  }


#s-6058a839-fa96-4e5a-b862-ca1ed18cd1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6058a839-fa96-4e5a-b862-ca1ed18cd1af-root {
    text-align: center;
  }


#s-6058a839-fa96-4e5a-b862-ca1ed18cd1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6058a839-fa96-4e5a-b862-ca1ed18cd1af-root {
    text-align: center;
  }


#s-6058a839-fa96-4e5a-b862-ca1ed18cd1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6058a839-fa96-4e5a-b862-ca1ed18cd1af-root {
    text-align: center;
  }


#s-6058a839-fa96-4e5a-b862-ca1ed18cd1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6058a839-fa96-4e5a-b862-ca1ed18cd1af-root {
    text-align: center;
  }


#s-6058a839-fa96-4e5a-b862-ca1ed18cd1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-87ffd8c0-b16c-4442-acdf-19bcb2844bf6 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-2a8bac8f-f25a-4171-bdbe-2ebdb43b027b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-2a8bac8f-f25a-4171-bdbe-2ebdb43b027b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a8bac8f-f25a-4171-bdbe-2ebdb43b027b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8089eebd-47ed-4a3f-bf56-88e91d7916d3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-8089eebd-47ed-4a3f-bf56-88e91d7916d3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8089eebd-47ed-4a3f-bf56-88e91d7916d3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8089eebd-47ed-4a3f-bf56-88e91d7916d3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-8089eebd-47ed-4a3f-bf56-88e91d7916d3 td.shogun-table-column, #s-8089eebd-47ed-4a3f-bf56-88e91d7916d3 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-40dcab0a-5cb5-4e38-b4bf-e595c26b7738"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-40dcab0a-5cb5-4e38-b4bf-e595c26b7738"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40dcab0a-5cb5-4e38-b4bf-e595c26b7738"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40dcab0a-5cb5-4e38-b4bf-e595c26b7738"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f2b81eef-072d-4b9e-afb2-4382a1495794 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 {
  max-width:  100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  width: 100%;
}



.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 {
  max-width:  100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  width: 100%;
}



.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 {
  max-width:  100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  width: 100%;
}



.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 {
  max-width:  100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  width: 100%;
}



.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 {
  max-width:  100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  width: 100%;
}



.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 .shg-image-zoom,
.shg-c#s-f2b81eef-072d-4b9e-afb2-4382a1495794 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-b70c1b8e-88ac-4950-9677-7a720b87a8b3 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-38831431-b3e3-4936-9b37-716c11e59a63 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e24f9469-ffa7-4547-94ce-2b108c90cd36 {
  margin-left: 0px;
margin-right: 0px;
}

#s-51b579d5-b89b-434d-8153-e6a46ec3be05 {
  text-align: left;
}

#s-5c6a41ee-0f3a-4e11-8275-2ddeedd944b3 {
  text-align: center;
}

#s-5c6a41ee-0f3a-4e11-8275-2ddeedd944b3 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c6a41ee-0f3a-4e11-8275-2ddeedd944b3 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c6a41ee-0f3a-4e11-8275-2ddeedd944b3 .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-40449a1f-2da6-4b9e-a884-c595b4d4ce22 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-40449a1f-2da6-4b9e-a884-c595b4d4ce22:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40449a1f-2da6-4b9e-a884-c595b4d4ce22:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-40449a1f-2da6-4b9e-a884-c595b4d4ce22-root {
    text-align: center;
  }


#s-40449a1f-2da6-4b9e-a884-c595b4d4ce22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40449a1f-2da6-4b9e-a884-c595b4d4ce22-root {
    text-align: center;
  }


#s-40449a1f-2da6-4b9e-a884-c595b4d4ce22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40449a1f-2da6-4b9e-a884-c595b4d4ce22-root {
    text-align: center;
  }


#s-40449a1f-2da6-4b9e-a884-c595b4d4ce22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40449a1f-2da6-4b9e-a884-c595b4d4ce22-root {
    text-align: center;
  }


#s-40449a1f-2da6-4b9e-a884-c595b4d4ce22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40449a1f-2da6-4b9e-a884-c595b4d4ce22-root {
    text-align: center;
  }


#s-40449a1f-2da6-4b9e-a884-c595b4d4ce22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-037401ec-a956-4f84-8706-97f16fab7c9c hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-d7ee8969-7408-4d6d-9db8-10ed418da3fe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-d7ee8969-7408-4d6d-9db8-10ed418da3fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7ee8969-7408-4d6d-9db8-10ed418da3fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fde766df-ff7b-489a-a63d-13718637da86 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-fde766df-ff7b-489a-a63d-13718637da86 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fde766df-ff7b-489a-a63d-13718637da86 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fde766df-ff7b-489a-a63d-13718637da86 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fde766df-ff7b-489a-a63d-13718637da86 td.shogun-table-column, #s-fde766df-ff7b-489a-a63d-13718637da86 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-309b0e86-5017-42b8-a310-c6294a809e38"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-309b0e86-5017-42b8-a310-c6294a809e38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-309b0e86-5017-42b8-a310-c6294a809e38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-309b0e86-5017-42b8-a310-c6294a809e38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8c529202-19d1-4db9-8eb3-75e7909121e7 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 {
  max-width:  100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  width: 100%;
}



.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 {
  max-width:  100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  width: 100%;
}



.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 {
  max-width:  100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  width: 100%;
}



.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 {
  max-width:  100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  width: 100%;
}



.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 {
  max-width:  100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  width: 100%;
}



.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 .shg-image-zoom,
.shg-c#s-8c529202-19d1-4db9-8eb3-75e7909121e7 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-32cb7e92-59dc-41c2-bbd0-63f8f9f03a0a {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-91d3f36b-9084-45ff-9a20-bb74f3afa782 {
  margin-left: 0px;
margin-right: 0px;
}

#s-f2f02d97-7a6f-45e4-89ea-81c46a6d4e5e {
  margin-left: 0px;
margin-right: 0px;
}

#s-00af90e2-eaa0-41ce-bd38-1ddb5b65d297 {
  text-align: left;
}

#s-0bb1807b-e0f8-4775-a68b-2677ff55cab6 {
  text-align: center;
}

#s-0bb1807b-e0f8-4775-a68b-2677ff55cab6 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0bb1807b-e0f8-4775-a68b-2677ff55cab6 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bb1807b-e0f8-4775-a68b-2677ff55cab6 .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-53f50004-eb90-4a70-bb72-6070eb598ea0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-53f50004-eb90-4a70-bb72-6070eb598ea0:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53f50004-eb90-4a70-bb72-6070eb598ea0:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-53f50004-eb90-4a70-bb72-6070eb598ea0-root {
    text-align: center;
  }


#s-53f50004-eb90-4a70-bb72-6070eb598ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53f50004-eb90-4a70-bb72-6070eb598ea0-root {
    text-align: center;
  }


#s-53f50004-eb90-4a70-bb72-6070eb598ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53f50004-eb90-4a70-bb72-6070eb598ea0-root {
    text-align: center;
  }


#s-53f50004-eb90-4a70-bb72-6070eb598ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53f50004-eb90-4a70-bb72-6070eb598ea0-root {
    text-align: center;
  }


#s-53f50004-eb90-4a70-bb72-6070eb598ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53f50004-eb90-4a70-bb72-6070eb598ea0-root {
    text-align: center;
  }


#s-53f50004-eb90-4a70-bb72-6070eb598ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-29e0bf46-e8ce-4454-bcf9-290f9a920baf hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-42badff0-f0d1-4246-a115-1d2d658fd119 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-42badff0-f0d1-4246-a115-1d2d658fd119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42badff0-f0d1-4246-a115-1d2d658fd119.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc7af447-234c-4d0d-a575-48af1a6ac114 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-cc7af447-234c-4d0d-a575-48af1a6ac114 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cc7af447-234c-4d0d-a575-48af1a6ac114 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cc7af447-234c-4d0d-a575-48af1a6ac114 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-cc7af447-234c-4d0d-a575-48af1a6ac114 td.shogun-table-column, #s-cc7af447-234c-4d0d-a575-48af1a6ac114 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-bc101ca7-f755-418f-af74-519e37b63d53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bc101ca7-f755-418f-af74-519e37b63d53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc101ca7-f755-418f-af74-519e37b63d53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc101ca7-f755-418f-af74-519e37b63d53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7af42fda-2f55-4854-a2d4-8575e80bc352 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 {
  max-width:  100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  width: 100%;
}



.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 {
  max-width:  100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  width: 100%;
}



.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 {
  max-width:  100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  width: 100%;
}



.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 {
  max-width:  100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  width: 100%;
}



.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 {
  max-width:  100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  width: 100%;
}



.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 .shg-image-zoom,
.shg-c#s-7af42fda-2f55-4854-a2d4-8575e80bc352 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-1b388485-2b05-4d78-acf8-7b5f83af3e3c {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-3bfbc776-27a6-4778-aaca-8738e23d2029 {
  margin-left: 0px;
margin-right: 0px;
}

#s-2034831e-63dd-4a06-bf4c-a8a6dc19d333 {
  margin-left: 0px;
margin-right: 0px;
}

#s-3f5a5218-9529-4015-b43b-5cac2916937b {
  text-align: left;
}

#s-56457b26-338b-4549-b5c6-f98bbba33a78 {
  text-align: center;
}

#s-56457b26-338b-4549-b5c6-f98bbba33a78 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56457b26-338b-4549-b5c6-f98bbba33a78 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56457b26-338b-4549-b5c6-f98bbba33a78 .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-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3-root {
    text-align: center;
  }


#s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3-root {
    text-align: center;
  }


#s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3-root {
    text-align: center;
  }


#s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3-root {
    text-align: center;
  }


#s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3-root {
    text-align: center;
  }


#s-ac7d5351-7b06-4883-b22a-c7b5b5bd73f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c23a59a-4664-46e1-9f1d-ec1db8fd2952 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-b543c544-bb3c-455d-9c13-8e789b0df002 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-b543c544-bb3c-455d-9c13-8e789b0df002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b543c544-bb3c-455d-9c13-8e789b0df002.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-179be46c-4a89-47da-9315-637bec9a3a59 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-179be46c-4a89-47da-9315-637bec9a3a59 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-179be46c-4a89-47da-9315-637bec9a3a59 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-179be46c-4a89-47da-9315-637bec9a3a59 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-179be46c-4a89-47da-9315-637bec9a3a59 td.shogun-table-column, #s-179be46c-4a89-47da-9315-637bec9a3a59 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-8ef707e5-1e30-4f31-b04c-aa70dcf7e278"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8ef707e5-1e30-4f31-b04c-aa70dcf7e278"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ef707e5-1e30-4f31-b04c-aa70dcf7e278"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ef707e5-1e30-4f31-b04c-aa70dcf7e278"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e {
  max-width:  100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  width: 100%;
}



.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e {
  max-width:  100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  width: 100%;
}



.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e {
  max-width:  100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  width: 100%;
}



.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e {
  max-width:  100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  width: 100%;
}



.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e {
  max-width:  100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  width: 100%;
}



.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e .shg-image-zoom,
.shg-c#s-f9f6c6f7-bcee-477a-8903-918ed4bc013e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c470bf2f-86da-49cb-904f-6332b527ce2e {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-afcf5c68-634f-45bb-9d73-1306599b315c {
  margin-left: 0px;
margin-right: 0px;
}

#s-ef66dc42-058f-49ae-95a6-15f72053f4fc {
  margin-left: 0px;
margin-right: 0px;
}

#s-d293d2d6-6050-4369-be6c-32401984d077 {
  text-align: left;
}

#s-83ee64d7-9bd7-4b62-8447-9822db86503e {
  text-align: center;
}

#s-83ee64d7-9bd7-4b62-8447-9822db86503e .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83ee64d7-9bd7-4b62-8447-9822db86503e .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83ee64d7-9bd7-4b62-8447-9822db86503e .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-f1a23f6c-de3c-466d-bfca-93743173a58a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f1a23f6c-de3c-466d-bfca-93743173a58a:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1a23f6c-de3c-466d-bfca-93743173a58a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f1a23f6c-de3c-466d-bfca-93743173a58a-root {
    text-align: center;
  }


#s-f1a23f6c-de3c-466d-bfca-93743173a58a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1a23f6c-de3c-466d-bfca-93743173a58a-root {
    text-align: center;
  }


#s-f1a23f6c-de3c-466d-bfca-93743173a58a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1a23f6c-de3c-466d-bfca-93743173a58a-root {
    text-align: center;
  }


#s-f1a23f6c-de3c-466d-bfca-93743173a58a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1a23f6c-de3c-466d-bfca-93743173a58a-root {
    text-align: center;
  }


#s-f1a23f6c-de3c-466d-bfca-93743173a58a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1a23f6c-de3c-466d-bfca-93743173a58a-root {
    text-align: center;
  }


#s-f1a23f6c-de3c-466d-bfca-93743173a58a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2d4af42c-6801-4604-bf1b-176c9137ad49 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-1ccf4f9e-c8af-451a-ab73-4419f0430c6f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-1ccf4f9e-c8af-451a-ab73-4419f0430c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ccf4f9e-c8af-451a-ab73-4419f0430c6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c839f6a-cd2d-4c6c-af3a-0a23a2bc0172 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-4c839f6a-cd2d-4c6c-af3a-0a23a2bc0172 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4c839f6a-cd2d-4c6c-af3a-0a23a2bc0172 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4c839f6a-cd2d-4c6c-af3a-0a23a2bc0172 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4c839f6a-cd2d-4c6c-af3a-0a23a2bc0172 td.shogun-table-column, #s-4c839f6a-cd2d-4c6c-af3a-0a23a2bc0172 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d984b655-bee2-419f-a9a2-19cde1c619e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d984b655-bee2-419f-a9a2-19cde1c619e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d984b655-bee2-419f-a9a2-19cde1c619e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d984b655-bee2-419f-a9a2-19cde1c619e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 {
  max-width:  100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 {
  max-width:  100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 {
  max-width:  100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 {
  max-width:  100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 {
  max-width:  100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 .shg-image-zoom,
.shg-c#s-ff331efb-04a6-4e8b-bdab-d3631adc8369 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-915948d3-6852-4c09-b359-527798e94a1a {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-f070f868-e170-48f0-a0fb-6fba59e7925e {
  margin-left: 0px;
margin-right: 0px;
}

#s-e178fd0d-ec56-49d8-91f7-9038493584bf {
  margin-left: 0px;
margin-right: 0px;
}

#s-28ce109e-7069-48ec-b5bf-bf00a98d9af8 {
  text-align: left;
}

#s-4b69f9b6-f149-47d0-9cce-b86880aee94f {
  text-align: center;
}

#s-4b69f9b6-f149-47d0-9cce-b86880aee94f .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b69f9b6-f149-47d0-9cce-b86880aee94f .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b69f9b6-f149-47d0-9cce-b86880aee94f .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-60b0957e-74e8-43a1-9ac1-e741b0cc7dca {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca-root {
    text-align: center;
  }


#s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca-root {
    text-align: center;
  }


#s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca-root {
    text-align: center;
  }


#s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca-root {
    text-align: center;
  }


#s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca-root {
    text-align: center;
  }


#s-60b0957e-74e8-43a1-9ac1-e741b0cc7dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eb73f3c3-9034-40d5-a1e9-381abb659c7f hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-03cfc137-ba6f-4c3b-b560-8a8ade287843 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-03cfc137-ba6f-4c3b-b560-8a8ade287843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03cfc137-ba6f-4c3b-b560-8a8ade287843.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4c234de-c789-4b15-9be5-ef7412c62508 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-b4c234de-c789-4b15-9be5-ef7412c62508 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b4c234de-c789-4b15-9be5-ef7412c62508 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b4c234de-c789-4b15-9be5-ef7412c62508 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b4c234de-c789-4b15-9be5-ef7412c62508 td.shogun-table-column, #s-b4c234de-c789-4b15-9be5-ef7412c62508 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-eccb6662-77c7-4aa4-ad1d-21e9bafedbda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eccb6662-77c7-4aa4-ad1d-21e9bafedbda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eccb6662-77c7-4aa4-ad1d-21e9bafedbda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eccb6662-77c7-4aa4-ad1d-21e9bafedbda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 {
  max-width:  100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  width: 100%;
}



.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 {
  max-width:  100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  width: 100%;
}



.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 {
  max-width:  100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  width: 100%;
}



.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 {
  max-width:  100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  width: 100%;
}



.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 {
  max-width:  100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  width: 100%;
}



.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 .shg-image-zoom,
.shg-c#s-5942b0d2-d06a-4ef5-9703-0b475bb16ac3 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f47d2304-307a-42a6-8ed2-834fbdfc7cdb {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-8cf8bf12-7d99-460f-b32e-79f4bcb9d4f9 {
  margin-left: 0px;
margin-right: 0px;
}

#s-87618ec3-9a09-4fb1-ad49-1f28e7626bf5 {
  margin-left: 0px;
margin-right: 0px;
}

#s-2eedcefe-0d55-4d00-bb86-6c8607de187b {
  text-align: left;
}

#s-d2e4121e-7bb8-4d8d-85f4-2fcf77b47dd5 {
  text-align: center;
}

#s-d2e4121e-7bb8-4d8d-85f4-2fcf77b47dd5 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d2e4121e-7bb8-4d8d-85f4-2fcf77b47dd5 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2e4121e-7bb8-4d8d-85f4-2fcf77b47dd5 .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-062cf44e-584e-4afd-8691-3c297c47964b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-062cf44e-584e-4afd-8691-3c297c47964b:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-062cf44e-584e-4afd-8691-3c297c47964b:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-062cf44e-584e-4afd-8691-3c297c47964b-root {
    text-align: center;
  }


#s-062cf44e-584e-4afd-8691-3c297c47964b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-062cf44e-584e-4afd-8691-3c297c47964b-root {
    text-align: center;
  }


#s-062cf44e-584e-4afd-8691-3c297c47964b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-062cf44e-584e-4afd-8691-3c297c47964b-root {
    text-align: center;
  }


#s-062cf44e-584e-4afd-8691-3c297c47964b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-062cf44e-584e-4afd-8691-3c297c47964b-root {
    text-align: center;
  }


#s-062cf44e-584e-4afd-8691-3c297c47964b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-062cf44e-584e-4afd-8691-3c297c47964b-root {
    text-align: center;
  }


#s-062cf44e-584e-4afd-8691-3c297c47964b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-507c68c3-16fe-4b80-bf00-13aac1d9a3ef hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-6e59e457-1d0e-4a1b-adff-46ccd4bae5de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-6e59e457-1d0e-4a1b-adff-46ccd4bae5de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e59e457-1d0e-4a1b-adff-46ccd4bae5de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cdd0aa2-1889-4110-962f-14f5fee2a300 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-1cdd0aa2-1889-4110-962f-14f5fee2a300 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1cdd0aa2-1889-4110-962f-14f5fee2a300 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1cdd0aa2-1889-4110-962f-14f5fee2a300 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-1cdd0aa2-1889-4110-962f-14f5fee2a300 td.shogun-table-column, #s-1cdd0aa2-1889-4110-962f-14f5fee2a300 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-7f3bd18a-fa49-404d-8419-f19314cd9a76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7f3bd18a-fa49-404d-8419-f19314cd9a76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f3bd18a-fa49-404d-8419-f19314cd9a76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f3bd18a-fa49-404d-8419-f19314cd9a76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8318ab4c-8a6c-463f-a946-7f68182270e1 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 {
  max-width:  100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 {
  max-width:  100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 {
  max-width:  100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 {
  max-width:  100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 {
  max-width:  100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 .shg-image-zoom,
.shg-c#s-8318ab4c-8a6c-463f-a946-7f68182270e1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-bc6adace-17f5-44c4-8e29-8a8056f159a9 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-d6339508-1e49-4288-8b67-546cf447f271 {
  margin-left: 0px;
margin-right: 0px;
}

#s-0d8df1e4-b267-4261-a194-e1b3d23210e7 {
  margin-left: 0px;
margin-right: 0px;
}

#s-2c08baee-6490-475a-9d39-7e380367ad29 {
  text-align: left;
}

#s-f353aa69-ec7b-4159-a811-c42a553b60ca {
  text-align: center;
}

#s-f353aa69-ec7b-4159-a811-c42a553b60ca .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f353aa69-ec7b-4159-a811-c42a553b60ca .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f353aa69-ec7b-4159-a811-c42a553b60ca .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-6d6129db-1af4-49e5-89cb-68fd20bf6a23 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d6129db-1af4-49e5-89cb-68fd20bf6a23:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d6129db-1af4-49e5-89cb-68fd20bf6a23:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6d6129db-1af4-49e5-89cb-68fd20bf6a23-root {
    text-align: center;
  }


#s-6d6129db-1af4-49e5-89cb-68fd20bf6a23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d6129db-1af4-49e5-89cb-68fd20bf6a23-root {
    text-align: center;
  }


#s-6d6129db-1af4-49e5-89cb-68fd20bf6a23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d6129db-1af4-49e5-89cb-68fd20bf6a23-root {
    text-align: center;
  }


#s-6d6129db-1af4-49e5-89cb-68fd20bf6a23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d6129db-1af4-49e5-89cb-68fd20bf6a23-root {
    text-align: center;
  }


#s-6d6129db-1af4-49e5-89cb-68fd20bf6a23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d6129db-1af4-49e5-89cb-68fd20bf6a23-root {
    text-align: center;
  }


#s-6d6129db-1af4-49e5-89cb-68fd20bf6a23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-83ca0cc7-ac28-465e-9627-83367bb23852 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-f8a0d943-4547-43c2-9139-34bcde204065 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-f8a0d943-4547-43c2-9139-34bcde204065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8a0d943-4547-43c2-9139-34bcde204065.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b97f5669-8bf3-45f4-8588-a25609d3bcb0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-b97f5669-8bf3-45f4-8588-a25609d3bcb0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b97f5669-8bf3-45f4-8588-a25609d3bcb0 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b97f5669-8bf3-45f4-8588-a25609d3bcb0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b97f5669-8bf3-45f4-8588-a25609d3bcb0 td.shogun-table-column, #s-b97f5669-8bf3-45f4-8588-a25609d3bcb0 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-16c53bac-2b3c-4982-8442-ec2de8fc2458"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-16c53bac-2b3c-4982-8442-ec2de8fc2458"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16c53bac-2b3c-4982-8442-ec2de8fc2458"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16c53bac-2b3c-4982-8442-ec2de8fc2458"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7af333ae-e087-496a-8d86-c06dd2a8e05e {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e {
  max-width:  100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  width: 100%;
}



.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e {
  max-width:  100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  width: 100%;
}



.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e {
  max-width:  100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  width: 100%;
}



.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e {
  max-width:  100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  width: 100%;
}



.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e {
  max-width:  100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  width: 100%;
}



.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e .shg-image-zoom,
.shg-c#s-7af333ae-e087-496a-8d86-c06dd2a8e05e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-457c8be3-8994-4d22-bfca-d1e32c8c2620 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-da429eae-6815-46c1-b709-534286bf447b {
  margin-left: 0px;
margin-right: 0px;
}

#s-69560f45-07d7-40f2-aded-7b1d19c0016d {
  margin-left: 0px;
margin-right: 0px;
}

#s-ff752350-5771-48f2-9fc5-e26f56e248f7 {
  text-align: left;
}

#s-8c8fc8c9-327f-4cf0-a731-1e555d779983 {
  text-align: center;
}

#s-8c8fc8c9-327f-4cf0-a731-1e555d779983 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c8fc8c9-327f-4cf0-a731-1e555d779983 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c8fc8c9-327f-4cf0-a731-1e555d779983 .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-38e0d488-0173-447a-a11f-3fa12c3f3d8b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-38e0d488-0173-447a-a11f-3fa12c3f3d8b:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-38e0d488-0173-447a-a11f-3fa12c3f3d8b:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-38e0d488-0173-447a-a11f-3fa12c3f3d8b-root {
    text-align: center;
  }


#s-38e0d488-0173-447a-a11f-3fa12c3f3d8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38e0d488-0173-447a-a11f-3fa12c3f3d8b-root {
    text-align: center;
  }


#s-38e0d488-0173-447a-a11f-3fa12c3f3d8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38e0d488-0173-447a-a11f-3fa12c3f3d8b-root {
    text-align: center;
  }


#s-38e0d488-0173-447a-a11f-3fa12c3f3d8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38e0d488-0173-447a-a11f-3fa12c3f3d8b-root {
    text-align: center;
  }


#s-38e0d488-0173-447a-a11f-3fa12c3f3d8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38e0d488-0173-447a-a11f-3fa12c3f3d8b-root {
    text-align: center;
  }


#s-38e0d488-0173-447a-a11f-3fa12c3f3d8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-08113a9c-be99-49e7-8454-caeb3a6f2c24 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-f31263cc-0f2a-4394-b87d-9584788dcb90 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-f31263cc-0f2a-4394-b87d-9584788dcb90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f31263cc-0f2a-4394-b87d-9584788dcb90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40970b09-11da-4de8-b4be-79992ed69097 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-40970b09-11da-4de8-b4be-79992ed69097 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-40970b09-11da-4de8-b4be-79992ed69097 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-40970b09-11da-4de8-b4be-79992ed69097 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-40970b09-11da-4de8-b4be-79992ed69097 td.shogun-table-column, #s-40970b09-11da-4de8-b4be-79992ed69097 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-4a2b17a4-4fe5-474e-bdc3-27acb6f63192"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4a2b17a4-4fe5-474e-bdc3-27acb6f63192"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a2b17a4-4fe5-474e-bdc3-27acb6f63192"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a2b17a4-4fe5-474e-bdc3-27acb6f63192"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5b0ab41-090f-4754-a19f-875d9017ae9f {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f {
  max-width:  100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  width: 100%;
}



.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f {
  max-width:  100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  width: 100%;
}



.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f {
  max-width:  100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  width: 100%;
}



.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f {
  max-width:  100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  width: 100%;
}



.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f {
  max-width:  100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  width: 100%;
}



.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f .shg-image-zoom,
.shg-c#s-e5b0ab41-090f-4754-a19f-875d9017ae9f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-4530de69-7fb8-432b-9844-7776889dbc77 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-b4ebea6c-b8a0-4642-98d1-bf91646f1d1d {
  margin-left: 0px;
margin-right: 0px;
}

#s-a3ba93fa-0b3e-44e4-89b3-44f4eccce33b {
  margin-left: 0px;
margin-right: 0px;
}

#s-92d51666-930a-44e5-ab05-fac15a75dcc6 {
  text-align: left;
}

#s-0290897c-327e-4da0-9e1f-a2481bbbb27e {
  text-align: center;
}

#s-0290897c-327e-4da0-9e1f-a2481bbbb27e .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0290897c-327e-4da0-9e1f-a2481bbbb27e .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0290897c-327e-4da0-9e1f-a2481bbbb27e .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-75c1959a-5e8c-4170-9575-0ad041a1f98a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75c1959a-5e8c-4170-9575-0ad041a1f98a:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75c1959a-5e8c-4170-9575-0ad041a1f98a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-75c1959a-5e8c-4170-9575-0ad041a1f98a-root {
    text-align: center;
  }


#s-75c1959a-5e8c-4170-9575-0ad041a1f98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75c1959a-5e8c-4170-9575-0ad041a1f98a-root {
    text-align: center;
  }


#s-75c1959a-5e8c-4170-9575-0ad041a1f98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75c1959a-5e8c-4170-9575-0ad041a1f98a-root {
    text-align: center;
  }


#s-75c1959a-5e8c-4170-9575-0ad041a1f98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75c1959a-5e8c-4170-9575-0ad041a1f98a-root {
    text-align: center;
  }


#s-75c1959a-5e8c-4170-9575-0ad041a1f98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75c1959a-5e8c-4170-9575-0ad041a1f98a-root {
    text-align: center;
  }


#s-75c1959a-5e8c-4170-9575-0ad041a1f98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61b173f7-dd90-44e1-8d98-c03557d006cc hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-801073b8-7411-4cf9-b8c7-e23b8f3b51a6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-801073b8-7411-4cf9-b8c7-e23b8f3b51a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-801073b8-7411-4cf9-b8c7-e23b8f3b51a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3b335e5-09f1-4a2d-85bd-d1003ecbac65 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-c3b335e5-09f1-4a2d-85bd-d1003ecbac65 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c3b335e5-09f1-4a2d-85bd-d1003ecbac65 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c3b335e5-09f1-4a2d-85bd-d1003ecbac65 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c3b335e5-09f1-4a2d-85bd-d1003ecbac65 td.shogun-table-column, #s-c3b335e5-09f1-4a2d-85bd-d1003ecbac65 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-fad86638-d58a-49b4-aec0-954d424171bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fad86638-d58a-49b4-aec0-954d424171bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fad86638-d58a-49b4-aec0-954d424171bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fad86638-d58a-49b4-aec0-954d424171bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 {
  max-width:  100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  width: 100%;
}



.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 {
  max-width:  100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  width: 100%;
}



.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 {
  max-width:  100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  width: 100%;
}



.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 {
  max-width:  100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  width: 100%;
}



.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 {
  max-width:  100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  width: 100%;
}



.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 .shg-image-zoom,
.shg-c#s-276b5aee-0bbd-4ed6-b8c7-7a2072f3d342 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-13c2d346-1ffb-4f37-a1de-af4b373730e4 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-5a06ed7a-6e18-4884-9965-82aff8cba34c {
  margin-left: 0px;
margin-right: 0px;
}

#s-1aa3f96d-f6db-4ab5-8a9d-24f78ca1c68a {
  margin-left: 0px;
margin-right: 0px;
}

#s-1e53ae47-8f3b-4962-b541-e7e5725a79b9 {
  text-align: left;
}

#s-4d740966-9dfc-45f0-9b08-09497c15469b {
  text-align: center;
}

#s-4d740966-9dfc-45f0-9b08-09497c15469b .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d740966-9dfc-45f0-9b08-09497c15469b .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d740966-9dfc-45f0-9b08-09497c15469b .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-03c4676a-c376-4dd0-9088-1c22af3d64e6 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-03c4676a-c376-4dd0-9088-1c22af3d64e6:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03c4676a-c376-4dd0-9088-1c22af3d64e6:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-03c4676a-c376-4dd0-9088-1c22af3d64e6-root {
    text-align: center;
  }


#s-03c4676a-c376-4dd0-9088-1c22af3d64e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03c4676a-c376-4dd0-9088-1c22af3d64e6-root {
    text-align: center;
  }


#s-03c4676a-c376-4dd0-9088-1c22af3d64e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03c4676a-c376-4dd0-9088-1c22af3d64e6-root {
    text-align: center;
  }


#s-03c4676a-c376-4dd0-9088-1c22af3d64e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03c4676a-c376-4dd0-9088-1c22af3d64e6-root {
    text-align: center;
  }


#s-03c4676a-c376-4dd0-9088-1c22af3d64e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03c4676a-c376-4dd0-9088-1c22af3d64e6-root {
    text-align: center;
  }


#s-03c4676a-c376-4dd0-9088-1c22af3d64e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9a61c59f-8f4f-4b92-a1fe-b6922daf854e hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-30e75267-b302-4895-9941-0bcaf61eab80 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-30e75267-b302-4895-9941-0bcaf61eab80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e75267-b302-4895-9941-0bcaf61eab80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9384057-cd8a-4e6b-8084-2b5c16275d1f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-a9384057-cd8a-4e6b-8084-2b5c16275d1f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a9384057-cd8a-4e6b-8084-2b5c16275d1f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a9384057-cd8a-4e6b-8084-2b5c16275d1f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a9384057-cd8a-4e6b-8084-2b5c16275d1f td.shogun-table-column, #s-a9384057-cd8a-4e6b-8084-2b5c16275d1f td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-383b4cdc-629c-4655-aadc-b7a28564cdac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-383b4cdc-629c-4655-aadc-b7a28564cdac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-383b4cdc-629c-4655-aadc-b7a28564cdac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-383b4cdc-629c-4655-aadc-b7a28564cdac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-59420c4f-65c3-4564-be67-fee6c520048a {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a {
  max-width:  100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  width: 100%;
}



.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a {
  max-width:  100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  width: 100%;
}



.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a {
  max-width:  100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  width: 100%;
}



.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a {
  max-width:  100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  width: 100%;
}



.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a {
  max-width:  100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  width: 100%;
}



.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a .shg-image-zoom,
.shg-c#s-59420c4f-65c3-4564-be67-fee6c520048a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ac3f81eb-59ea-47c9-9a11-744c9a0552c2 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-e283501c-e512-4e8b-811f-87e7a3154c27 {
  margin-left: 0px;
margin-right: 0px;
}

#s-abebbeda-db84-4335-ab4c-9973f12b71b6 {
  margin-left: 0px;
margin-right: 0px;
}

#s-57a95dcf-0a37-41ac-9c3c-8255d1da5a2e {
  text-align: left;
}

#s-698483a1-1d52-4a54-85fa-2f05adf5c405 {
  text-align: center;
}

#s-698483a1-1d52-4a54-85fa-2f05adf5c405 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-698483a1-1d52-4a54-85fa-2f05adf5c405 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-698483a1-1d52-4a54-85fa-2f05adf5c405 .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-a2958485-992c-4c32-bbf4-1415735c85b7 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a2958485-992c-4c32-bbf4-1415735c85b7:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2958485-992c-4c32-bbf4-1415735c85b7:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a2958485-992c-4c32-bbf4-1415735c85b7-root {
    text-align: center;
  }


#s-a2958485-992c-4c32-bbf4-1415735c85b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2958485-992c-4c32-bbf4-1415735c85b7-root {
    text-align: center;
  }


#s-a2958485-992c-4c32-bbf4-1415735c85b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2958485-992c-4c32-bbf4-1415735c85b7-root {
    text-align: center;
  }


#s-a2958485-992c-4c32-bbf4-1415735c85b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2958485-992c-4c32-bbf4-1415735c85b7-root {
    text-align: center;
  }


#s-a2958485-992c-4c32-bbf4-1415735c85b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2958485-992c-4c32-bbf4-1415735c85b7-root {
    text-align: center;
  }


#s-a2958485-992c-4c32-bbf4-1415735c85b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f9d38e15-ff35-4dc6-ac83-3f624aa3b921 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-fbfb4e92-6d48-44c4-8f36-e8af21181ab7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-38fab7d1-4421-4d94-981a-206de31ce902 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b1ec3c46-3f17-44b5-8fea-ea24aa539b7c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c18157fc-d4b9-4264-98e8-3fbb703e28b6 {
  min-height: 50px;
}








#s-c18157fc-d4b9-4264-98e8-3fbb703e28b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c18157fc-d4b9-4264-98e8-3fbb703e28b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd7ac1d6-12a6-4718-88de-db3163b0a1fa {
  text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 {
  text-align: left;
}



.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5f0b83-c110-4143-83bd-fb6d17094e24 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a037e080-0fa8-4a02-893f-86ca1b88ebc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a037e080-0fa8-4a02-893f-86ca1b88ebc6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ef03a843-38c6-4f74-9861-141754d38c74 {
  text-align: center;
}

#s-ef03a843-38c6-4f74-9861-141754d38c74 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef03a843-38c6-4f74-9861-141754d38c74 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-ef03a843-38c6-4f74-9861-141754d38c74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-b1f81826-36c9-488b-904c-88820ff33ee0 {
  text-align: left;
}



.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1f81826-36c9-488b-904c-88820ff33ee0 img.shogun-image {
  width: 100%;
}



}
#s-5e7d3773-adca-43a0-9b03-d377a1ac3c21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e7d3773-adca-43a0-9b03-d377a1ac3c21 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b5575a7f-4dc6-4947-9461-fd5bd79c250a {
  text-align: center;
}

#s-b5575a7f-4dc6-4947-9461-fd5bd79c250a .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b5575a7f-4dc6-4947-9461-fd5bd79c250a .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-b5575a7f-4dc6-4947-9461-fd5bd79c250a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 {
  text-align: left;
}



.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57be5ff7-5a14-40d5-b2b5-3787b8b12f09 img.shogun-image {
  width: 100%;
}



}
#s-bde08f3c-d819-4a07-ab23-4b252edf29ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bde08f3c-d819-4a07-ab23-4b252edf29ff .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c9d2a713-9d3e-41dd-9173-0bea41f28089 {
  text-align: center;
}

#s-c9d2a713-9d3e-41dd-9173-0bea41f28089 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c9d2a713-9d3e-41dd-9173-0bea41f28089 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-c9d2a713-9d3e-41dd-9173-0bea41f28089 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-0c69b962-7579-49bc-9377-6a565b169ef0 {
  text-align: left;
}



.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c69b962-7579-49bc-9377-6a565b169ef0 img.shogun-image {
  width: 100%;
}



}
#s-51d6f209-969e-4672-ab4c-94cc5cbc0526 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51d6f209-969e-4672-ab4c-94cc5cbc0526 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-eb610abc-7261-497c-b442-4e66287cc780 {
  text-align: center;
}

#s-eb610abc-7261-497c-b442-4e66287cc780 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb610abc-7261-497c-b442-4e66287cc780 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-eb610abc-7261-497c-b442-4e66287cc780 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-66f3bea9-dec5-48df-b105-77f414616240 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66f3bea9-dec5-48df-b105-77f414616240:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66f3bea9-dec5-48df-b105-77f414616240:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-66f3bea9-dec5-48df-b105-77f414616240-root {
    text-align: center;
  }


#s-66f3bea9-dec5-48df-b105-77f414616240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66f3bea9-dec5-48df-b105-77f414616240-root {
    text-align: center;
  }


#s-66f3bea9-dec5-48df-b105-77f414616240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66f3bea9-dec5-48df-b105-77f414616240-root {
    text-align: center;
  }


#s-66f3bea9-dec5-48df-b105-77f414616240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66f3bea9-dec5-48df-b105-77f414616240-root {
    text-align: center;
  }


#s-66f3bea9-dec5-48df-b105-77f414616240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66f3bea9-dec5-48df-b105-77f414616240-root {
    text-align: center;
  }


#s-66f3bea9-dec5-48df-b105-77f414616240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4e33cc4c-b7e6-4db5-b8a0-981d42e3770a {
  text-align: left;
}

#s-234cc2be-f3df-416b-b267-b9426563d8a2 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
