.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-e3b2ea46-ac48-45f4-8c92-d9c627cc42b9 {
  min-height: 50px;
}








#s-e3b2ea46-ac48-45f4-8c92-d9c627cc42b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3b2ea46-ac48-45f4-8c92-d9c627cc42b9.shg-box.shg-c {
  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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-e113727d-7b09-4b60-bcb8-54ecb55406c1 {
  margin-left: auto;
margin-right: auto;
}

#s-e113727d-7b09-4b60-bcb8-54ecb55406c1 .shg-proportional-font-size,
#s-e113727d-7b09-4b60-bcb8-54ecb55406c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 500px;
background-position: center center;
}

#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a {
  background-image: url(https://i.shgcdn.com/bd7db8aa-d6ac-47e4-9466-504b6a916e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a.shg-box.shg-c {
  justify-content: center;
}

#s-55407333-10ab-4564-8fe5-e93b238218cb {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-55407333-10ab-4564-8fe5-e93b238218cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55407333-10ab-4564-8fe5-e93b238218cb.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-113eb32b-e7af-4e02-824a-4b4e1ac71df5 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
text-align: center;
}

#s-113eb32b-e7af-4e02-824a-4b4e1ac71df5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  
  
  
  text-align: 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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-f5c90060-b2c8-4c40-8526-05bc13c6cc4f {
  margin-left: 10%;
margin-right: 10%;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.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;
  
  
  text-transform: none;
  
  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-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-1f1964c6-f6c6-4761-9548-2b1121b95976 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ac9aadcd-868d-4e25-9de7-237ed691fc14 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2f3f1f09-d97c-4ee8-8533-b68216c124c0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-2f3f1f09-d97c-4ee8-8533-b68216c124c0 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-96d0eb28-98b7-4d77-ac8e-9560e1b8d262 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9f6bf86f-89b0-48e7-9372-f96e4d375f86 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9f6bf86f-89b0-48e7-9372-f96e4d375f86 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97cbe917-6fe5-4ee3-a95c-88430206f211 {
  min-height: 50px;
}








#s-97cbe917-6fe5-4ee3-a95c-88430206f211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97cbe917-6fe5-4ee3-a95c-88430206f211.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6906de8e-3bfd-4ec2-a3df-3e802f0a656d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d3ce3b75-a17e-4500-8cf7-2a7e62fad1e5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d3ce3b75-a17e-4500-8cf7-2a7e62fad1e5 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e6e6ff48-746a-41c2-bee6-5763b4f2c399 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-699ad028-3e3a-40c9-aacb-222f62f7dabd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-699ad028-3e3a-40c9-aacb-222f62f7dabd .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-363c4cb0-0c21-4f69-a54d-d4485f46272e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-363c4cb0-0c21-4f69-a54d-d4485f46272e {
  min-height: 400px;
}
}







#s-363c4cb0-0c21-4f69-a54d-d4485f46272e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-363c4cb0-0c21-4f69-a54d-d4485f46272e.shg-box.shg-c {
  justify-content: center;
}

#s-895dabab-d156-4900-9bd4-ab5ec6ca161d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-895dabab-d156-4900-9bd4-ab5ec6ca161d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  
  
  
  
}



#s-9cfb5cde-1ba4-40e1-9269-68ddee1b5e17 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}

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

.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-86166d4c-12b6-4db6-893c-0975d8690d32 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-86166d4c-12b6-4db6-893c-0975d8690d32:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-86166d4c-12b6-4db6-893c-0975d8690d32:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(215, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-86166d4c-12b6-4db6-893c-0975d8690d32-root {
    text-align: center;
  }


#s-86166d4c-12b6-4db6-893c-0975d8690d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86166d4c-12b6-4db6-893c-0975d8690d32-root {
    text-align: center;
  }


#s-86166d4c-12b6-4db6-893c-0975d8690d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86166d4c-12b6-4db6-893c-0975d8690d32-root {
    text-align: center;
  }


#s-86166d4c-12b6-4db6-893c-0975d8690d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86166d4c-12b6-4db6-893c-0975d8690d32-root {
    text-align: center;
  }


#s-86166d4c-12b6-4db6-893c-0975d8690d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86166d4c-12b6-4db6-893c-0975d8690d32-root {
    text-align: center;
  }


#s-86166d4c-12b6-4db6-893c-0975d8690d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-b67ede0f-3673-47f1-bf43-db1b4353b084 {
  margin-left: auto;
margin-right: auto;
}

#s-8bb59230-56e3-4b92-bb7f-44f766243008 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8bb59230-56e3-4b92-bb7f-44f766243008"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bb59230-56e3-4b92-bb7f-44f766243008"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8bb59230-56e3-4b92-bb7f-44f766243008"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bb59230-56e3-4b92-bb7f-44f766243008"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8a1a3787-77ed-4868-a06d-18edf00b41f8 {
  padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-8a1a3787-77ed-4868-a06d-18edf00b41f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a1a3787-77ed-4868-a06d-18edf00b41f8.shg-box.shg-c {
  justify-content: center;
}

#s-6d254fc5-6345-498c-911b-ed09075d4e9a {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d254fc5-6345-498c-911b-ed09075d4e9a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  
  
  
  
}



#s-81c918bd-fbda-4ba5-9f15-a95bdc7e6f64 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-e4f4b066-546d-4924-ac50-a4e6102521e2 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-e4f4b066-546d-4924-ac50-a4e6102521e2:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e4f4b066-546d-4924-ac50-a4e6102521e2:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(215, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-e4f4b066-546d-4924-ac50-a4e6102521e2-root {
    text-align: center;
  }


#s-e4f4b066-546d-4924-ac50-a4e6102521e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4f4b066-546d-4924-ac50-a4e6102521e2-root {
    text-align: center;
  }


#s-e4f4b066-546d-4924-ac50-a4e6102521e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4f4b066-546d-4924-ac50-a4e6102521e2-root {
    text-align: center;
  }


#s-e4f4b066-546d-4924-ac50-a4e6102521e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4f4b066-546d-4924-ac50-a4e6102521e2-root {
    text-align: center;
  }


#s-e4f4b066-546d-4924-ac50-a4e6102521e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4f4b066-546d-4924-ac50-a4e6102521e2-root {
    text-align: center;
  }


#s-e4f4b066-546d-4924-ac50-a4e6102521e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1f9ecc84-fc97-456c-83a2-c23fa837c7af {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b449a661-684c-4775-89cd-201c94f0a196 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b449a661-684c-4775-89cd-201c94f0a196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca9017ce-edb0-4882-a21b-07872a9afa37 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ca9017ce-edb0-4882-a21b-07872a9afa37 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-66ba492e-c679-43ea-b27d-da2238bc35cb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-66ba492e-c679-43ea-b27d-da2238bc35cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-66ba492e-c679-43ea-b27d-da2238bc35cb .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-66ba492e-c679-43ea-b27d-da2238bc35cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e6fb44cc-82a3-4120-98e6-c6cf3681b614 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa47410-794a-4bb4-8d6b-645a958a52c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf1a11f4-4b8f-4a30-9b52-52305d30c451 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-cf1a11f4-4b8f-4a30-9b52-52305d30c451 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-27b41eb5-1dc4-488d-86ca-e2ef0fd59424 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-27b41eb5-1dc4-488d-86ca-e2ef0fd59424 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-27b41eb5-1dc4-488d-86ca-e2ef0fd59424 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-27b41eb5-1dc4-488d-86ca-e2ef0fd59424 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-da1aa246-1431-4030-a4dc-3741d6b6b433 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-da1aa246-1431-4030-a4dc-3741d6b6b433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da1aa246-1431-4030-a4dc-3741d6b6b433"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da1aa246-1431-4030-a4dc-3741d6b6b433"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da1aa246-1431-4030-a4dc-3741d6b6b433"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9ba577a4-31a7-43e7-91c2-809a69892f78 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162db46a-a01f-49ee-b5f8-bb970ac902c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4e981e14-f9ab-440b-8b3c-4b90db0cd7e6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-4e981e14-f9ab-440b-8b3c-4b90db0cd7e6 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-8b59861a-9f06-49f6-99f4-bfecb0a6cc07 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b59861a-9f06-49f6-99f4-bfecb0a6cc07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-8b59861a-9f06-49f6-99f4-bfecb0a6cc07 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-8b59861a-9f06-49f6-99f4-bfecb0a6cc07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-661ee14d-1662-443b-9720-96967b970683 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64b02e92-d7f8-4b1c-85cf-addaae3a942d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-946f421c-d3bf-4483-ab12-ca4a84e19f4d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-946f421c-d3bf-4483-ab12-ca4a84e19f4d .shg-product-title-component h3 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-dca6e161-8790-4389-83ef-8198b099a8fc {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dca6e161-8790-4389-83ef-8198b099a8fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-dca6e161-8790-4389-83ef-8198b099a8fc .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-dca6e161-8790-4389-83ef-8198b099a8fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-35b1787b-dfc7-4817-bf06-475313a3548f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-11efd44b-abb9-4301-b897-d724394146a9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11efd44b-abb9-4301-b897-d724394146a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-45883988-ac00-46fc-98db-4d2690ca4351 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-45883988-ac00-46fc-98db-4d2690ca4351 .shg-product-title-component h4 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-cc6be761-d732-4f3d-8444-c020cb3548ee {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cc6be761-d732-4f3d-8444-c020cb3548ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-cc6be761-d732-4f3d-8444-c020cb3548ee .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-cc6be761-d732-4f3d-8444-c020cb3548ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ebe2d9c-38c4-4fa1-9d49-cdb4ae5a0bde {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ebe2d9c-38c4-4fa1-9d49-cdb4ae5a0bde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-bdb88e53-9965-4033-89ce-bf07e8b82279 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-55470333-096a-4c3a-a916-3604fc18aeb9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  text-align: left;
}



.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c2d4f4d4-6203-49eb-9a66-25b0c02e1fd1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-c2d4f4d4-6203-49eb-9a66-25b0c02e1fd1 .shg-product-title-component h4 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-53a4865a-19af-4b11-b362-dcdf07899aab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  text-align: left;
}



.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e14695f-878c-41b2-9aee-710f8b9cfb1a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9e14695f-878c-41b2-9aee-710f8b9cfb1a .shg-product-title-component h4 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-15c9b4e9-b139-4628-af21-babd9bf9c8ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  text-align: left;
}



.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f2fd4982-fd0c-47a4-86cc-122829a84c65 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-f2fd4982-fd0c-47a4-86cc-122829a84c65 .shg-product-title-component h4 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-99afe261-f5bb-4e31-8bb5-bb732ea2f71d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  text-align: left;
}



.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf9ff2a1-17a6-4a5e-90c9-dcafbd57137f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-bf9ff2a1-17a6-4a5e-90c9-dcafbd57137f .shg-product-title-component h4 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e39e57a0-6860-4ea7-bb4d-f6cd49868368 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7f661332-2f64-485e-a345-56af3e080a84 {
  text-align: left;
}



.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6055ca2a-8e47-4c43-948a-f689e4c8e1fe {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-6055ca2a-8e47-4c43-948a-f689e4c8e1fe .shg-product-title-component h4 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-60550075-b93b-460d-9152-d93e95276acd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-f643c997-0cff-448c-bf7b-bcefeae360f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  text-align: left;
}



.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a05b4bd1-87ec-4d58-91b8-c44281d83acb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a05b4bd1-87ec-4d58-91b8-c44281d83acb .shg-product-title-component h4 {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

/*
  $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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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