.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-73620ca3-8297-417c-a40f-e8b4d4007328 {
  margin-top: 15px;
min-height: 175px;
background-color: rgba(234, 232, 229, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-73620ca3-8297-417c-a40f-e8b4d4007328 {
  
}
}@media (max-width: 767px){#s-73620ca3-8297-417c-a40f-e8b4d4007328 {
  display: none;
}
#s-73620ca3-8297-417c-a40f-e8b4d4007328, #wrap-s-73620ca3-8297-417c-a40f-e8b4d4007328, #wrap-content-s-73620ca3-8297-417c-a40f-e8b4d4007328 { display: none !important; }}







#s-73620ca3-8297-417c-a40f-e8b4d4007328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73620ca3-8297-417c-a40f-e8b4d4007328.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-99d02c9d-dcf0-4ba3-90ea-c786dae1cbbf {
  margin-top: 14px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99d02c9d-dcf0-4ba3-90ea-c786dae1cbbf {
  margin-left: -3%;
margin-right: -3%;
padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-99d02c9d-dcf0-4ba3-90ea-c786dae1cbbf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-eeabe62d-bf4e-4863-9819-56a4921ec3be {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeabe62d-bf4e-4863-9819-56a4921ec3be {
  margin-left: -3%;
margin-right: -3%;
}
}@media (max-width: 767px){#s-eeabe62d-bf4e-4863-9819-56a4921ec3be {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-206a06f9-32cd-411f-a4d0-c3f7f087c951 {
  min-height: 175px;
background-color: rgba(234, 232, 229, 1);
}
@media (min-width: 1200px){#s-206a06f9-32cd-411f-a4d0-c3f7f087c951 {
  display: none;
}
#s-206a06f9-32cd-411f-a4d0-c3f7f087c951, #wrap-s-206a06f9-32cd-411f-a4d0-c3f7f087c951, #wrap-content-s-206a06f9-32cd-411f-a4d0-c3f7f087c951 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-206a06f9-32cd-411f-a4d0-c3f7f087c951 {
  display: none;
}
#s-206a06f9-32cd-411f-a4d0-c3f7f087c951, #wrap-s-206a06f9-32cd-411f-a4d0-c3f7f087c951, #wrap-content-s-206a06f9-32cd-411f-a4d0-c3f7f087c951 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-206a06f9-32cd-411f-a4d0-c3f7f087c951 {
  display: none;
}
#s-206a06f9-32cd-411f-a4d0-c3f7f087c951, #wrap-s-206a06f9-32cd-411f-a4d0-c3f7f087c951, #wrap-content-s-206a06f9-32cd-411f-a4d0-c3f7f087c951 { display: none !important; }}@media (max-width: 767px){#s-206a06f9-32cd-411f-a4d0-c3f7f087c951 {
  
}
}







#s-206a06f9-32cd-411f-a4d0-c3f7f087c951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-206a06f9-32cd-411f-a4d0-c3f7f087c951.shg-box.shg-c {
  justify-content: center;
}

#s-644afa79-d75b-4578-8933-67fc289651c2 {
  margin-top: 14px;
}
@media (min-width: 768px) and (max-width: 991px){#s-644afa79-d75b-4578-8933-67fc289651c2 {
  margin-left: -3%;
margin-right: -3%;
padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-644afa79-d75b-4578-8933-67fc289651c2 {
  margin-top: 10px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
}
}
#s-8fb9c72e-e349-4470-b05f-8737ac6847ae {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fb9c72e-e349-4470-b05f-8737ac6847ae {
  margin-left: -3%;
margin-right: -3%;
}
}@media (max-width: 767px){#s-8fb9c72e-e349-4470-b05f-8737ac6847ae {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-62eb4fe4-fa24-4e3e-8892-1a89200698a9 {
  min-height: 50px;
}








#s-62eb4fe4-fa24-4e3e-8892-1a89200698a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62eb4fe4-fa24-4e3e-8892-1a89200698a9.shg-box.shg-c {
  justify-content: center;
}

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

@media (min-width: 0px) {
[id="s-5ba0cb03-4a55-4bf6-ab55-4199d5663922"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5ba0cb03-4a55-4bf6-ab55-4199d5663922"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5ba0cb03-4a55-4bf6-ab55-4199d5663922"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5ba0cb03-4a55-4bf6-ab55-4199d5663922"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-45f3bb09-0675-4254-8f17-c4a69dabe40b {
  text-align: left;
}



.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3bb09-0675-4254-8f17-c4a69dabe40b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  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-69e8e667-1c1e-4501-92e6-d51eedcb4eee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69e8e667-1c1e-4501-92e6-d51eedcb4eee .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-a79bf3d0-a09c-4779-85c8-d7f77f33d4b4 {
  text-align: left;
}

#s-a79bf3d0-a09c-4779-85c8-d7f77f33d4b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a79bf3d0-a09c-4779-85c8-d7f77f33d4b4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a79bf3d0-a09c-4779-85c8-d7f77f33d4b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a350cec2-82b3-4d91-a786-1d474a9ba26f {
  margin-top: 0px;
text-align: left;
}



.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a350cec2-82b3-4d91-a786-1d474a9ba26f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dc6dcb75-1939-4294-8960-b2dce4b93280 {
  margin-top: 0px;
}

#s-4ab989b5-258a-4e3c-94a7-869bacf2c70d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ab989b5-258a-4e3c-94a7-869bacf2c70d .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-6851d0fe-c969-4b39-9ff2-6712f85e5fcf {
  text-align: left;
}

#s-6851d0fe-c969-4b39-9ff2-6712f85e5fcf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6851d0fe-c969-4b39-9ff2-6712f85e5fcf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6851d0fe-c969-4b39-9ff2-6712f85e5fcf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74cfd0e1-0346-4a61-ac78-381289b3f360 {
  text-align: left;
}



.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cfd0e1-0346-4a61-ac78-381289b3f360 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9c1134c8-0a37-475b-aca6-16d227320ebc {
  margin-top: 0px;
}

#s-661df81a-de55-4119-86ee-ab1d7b387282 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-661df81a-de55-4119-86ee-ab1d7b387282 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-93fda175-a7c8-49e2-b2c5-f612e12a1d67 {
  text-align: left;
}

#s-93fda175-a7c8-49e2-b2c5-f612e12a1d67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-93fda175-a7c8-49e2-b2c5-f612e12a1d67 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-93fda175-a7c8-49e2-b2c5-f612e12a1d67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 {
  text-align: left;
}



.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fa488b6-fa3d-4db3-83e9-c8ab96191071 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-869476f8-d902-445c-9b7f-8f7310a87e45 {
  margin-top: 0px;
}

#s-b952831f-b9ed-477a-a1a9-965d66eaeb9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b952831f-b9ed-477a-a1a9-965d66eaeb9c .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-0b7df26c-e47c-48eb-853b-2bf9f45dcb44 {
  text-align: left;
}

#s-0b7df26c-e47c-48eb-853b-2bf9f45dcb44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-0b7df26c-e47c-48eb-853b-2bf9f45dcb44 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0b7df26c-e47c-48eb-853b-2bf9f45dcb44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34a43f02-75b2-42e2-bbfe-b699ad35e3c8 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-34a43f02-75b2-42e2-bbfe-b699ad35e3c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-34a43f02-75b2-42e2-bbfe-b699ad35e3c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-34a43f02-75b2-42e2-bbfe-b699ad35e3c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-34a43f02-75b2-42e2-bbfe-b699ad35e3c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f5124ae4-30e0-4dde-b694-6c38a4142175 {
  text-align: left;
}



.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5124ae4-30e0-4dde-b694-6c38a4142175 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-04b2471e-df21-4112-977e-df78db7e5902 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04b2471e-df21-4112-977e-df78db7e5902 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-528f2aa9-980d-421c-9040-a206b2a148a5 {
  text-align: left;
}

#s-528f2aa9-980d-421c-9040-a206b2a148a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-528f2aa9-980d-421c-9040-a206b2a148a5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-528f2aa9-980d-421c-9040-a206b2a148a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d {
  margin-top: 0px;
text-align: left;
}



.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc3b445-a924-4d8f-95eb-19b08dc4315d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e40fbd88-e5e4-407b-a204-5d382bc0b963 {
  margin-top: 0px;
}

#s-c8d948a7-8d7c-4d96-8f2f-c3ed49f3e3de {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8d948a7-8d7c-4d96-8f2f-c3ed49f3e3de .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-2780f57f-8b0a-42f9-afd4-ed630e801064 {
  text-align: left;
}

#s-2780f57f-8b0a-42f9-afd4-ed630e801064 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-2780f57f-8b0a-42f9-afd4-ed630e801064 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2780f57f-8b0a-42f9-afd4-ed630e801064 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f {
  text-align: left;
}



.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8d82de-6a7e-4f26-be1f-885b5b6e0d9f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cb098ae1-0b0e-4a18-8687-9ab02697ebeb {
  margin-top: 0px;
}

#s-bf684a17-f3e4-4b8f-939c-b1e3fc9a1374 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf684a17-f3e4-4b8f-939c-b1e3fc9a1374 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-c1d19352-d457-40ad-9434-d4c0a50589bb {
  text-align: left;
}

#s-c1d19352-d457-40ad-9434-d4c0a50589bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c1d19352-d457-40ad-9434-d4c0a50589bb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c1d19352-d457-40ad-9434-d4c0a50589bb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70eab4fa-2e9c-4f40-8327-108704dd476d {
  text-align: left;
}



.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70eab4fa-2e9c-4f40-8327-108704dd476d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-39c53c27-4e98-4013-afbf-2b0673bb73f2 {
  margin-top: 0px;
}

#s-ea7083c2-ca8a-4f81-8d4f-74d4733702c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea7083c2-ca8a-4f81-8d4f-74d4733702c1 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-1f1de348-dbb7-41f9-9083-88b89339be43 {
  text-align: left;
}

#s-1f1de348-dbb7-41f9-9083-88b89339be43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1f1de348-dbb7-41f9-9083-88b89339be43 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1f1de348-dbb7-41f9-9083-88b89339be43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f51a2ed4-dc3e-490c-9334-3298cf313218 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-f51a2ed4-dc3e-490c-9334-3298cf313218"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f51a2ed4-dc3e-490c-9334-3298cf313218"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f51a2ed4-dc3e-490c-9334-3298cf313218"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f51a2ed4-dc3e-490c-9334-3298cf313218"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-43325198-7973-4cea-af41-a6cc7bb184ef {
  text-align: left;
}



.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43325198-7973-4cea-af41-a6cc7bb184ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02468044-9fa3-4fad-bbe4-fe58fd6d43fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-02468044-9fa3-4fad-bbe4-fe58fd6d43fd .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-3ae04191-0fd8-4815-8dc6-376352f33e3e {
  text-align: left;
}

#s-3ae04191-0fd8-4815-8dc6-376352f33e3e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3ae04191-0fd8-4815-8dc6-376352f33e3e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ae04191-0fd8-4815-8dc6-376352f33e3e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 {
  margin-top: 0px;
text-align: left;
}



.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b38fcfc-6eb7-4524-86a2-d69535d7b3a5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e5c7f32b-4d01-4cb3-89ed-88df328587e7 {
  margin-top: 0px;
}

#s-a8021af2-3480-48e0-b6cf-4de093ca6116 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8021af2-3480-48e0-b6cf-4de093ca6116 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-8773f120-c7c3-4a62-9946-2fe1bcb66fe4 {
  text-align: left;
}

#s-8773f120-c7c3-4a62-9946-2fe1bcb66fe4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8773f120-c7c3-4a62-9946-2fe1bcb66fe4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8773f120-c7c3-4a62-9946-2fe1bcb66fe4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e {
  text-align: left;
}



.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9c28a6c-9eef-4028-89d4-faa704df8f7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b20e766a-9842-4d53-b539-7a633e949bb9 {
  margin-top: 0px;
}

#s-b1744105-8b96-4f58-b987-68bf1c8d3ca3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b1744105-8b96-4f58-b987-68bf1c8d3ca3 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-bd055db4-dea4-461a-a609-0df4368a2ec9 {
  text-align: left;
}

#s-bd055db4-dea4-461a-a609-0df4368a2ec9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-bd055db4-dea4-461a-a609-0df4368a2ec9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bd055db4-dea4-461a-a609-0df4368a2ec9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea {
  text-align: left;
}



.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dff7c24-b750-46d2-a6ae-0c48c3ae78ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-816f6736-62b2-4de1-8a3d-951293fc9d7b {
  margin-top: 0px;
}

#s-37ef7700-d31a-401c-bba5-c4d824df8069 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-37ef7700-d31a-401c-bba5-c4d824df8069 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-63a4e0bd-30cb-48a8-b484-72e3f61900f6 {
  text-align: left;
}

#s-63a4e0bd-30cb-48a8-b484-72e3f61900f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-63a4e0bd-30cb-48a8-b484-72e3f61900f6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-63a4e0bd-30cb-48a8-b484-72e3f61900f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c6f09e1-2c87-41ad-b9f1-cdcdac5a6229 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-9c6f09e1-2c87-41ad-b9f1-cdcdac5a6229"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9c6f09e1-2c87-41ad-b9f1-cdcdac5a6229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9c6f09e1-2c87-41ad-b9f1-cdcdac5a6229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c6f09e1-2c87-41ad-b9f1-cdcdac5a6229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 {
  text-align: left;
}



.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc86e31d-6b7d-4663-b97f-aa1930ee1933 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-891efe6e-b94b-4e83-96c5-2e3b304975c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-891efe6e-b94b-4e83-96c5-2e3b304975c6 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-00df531f-a539-4e09-a238-f653adc81758 {
  text-align: left;
}

#s-00df531f-a539-4e09-a238-f653adc81758 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-00df531f-a539-4e09-a238-f653adc81758 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-00df531f-a539-4e09-a238-f653adc81758 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 {
  margin-top: 0px;
text-align: left;
}



.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4bd96de-0d38-458b-8884-49f7dfc0bd63 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f5ea335d-05b9-47d4-8f2d-a03841604cd1 {
  margin-top: 0px;
}

#s-9f66754d-1506-4a89-b566-41c8f27a796f {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f66754d-1506-4a89-b566-41c8f27a796f .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-f20765de-f821-490c-9e6c-6bf464614c9c {
  text-align: left;
}

#s-f20765de-f821-490c-9e6c-6bf464614c9c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f20765de-f821-490c-9e6c-6bf464614c9c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f20765de-f821-490c-9e6c-6bf464614c9c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 {
  text-align: left;
}



.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c70099-6804-4e93-adb2-eaeb0d070c84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e5b192da-7f1a-457b-8305-94f78e285842 {
  margin-top: 0px;
}

#s-e5322f3e-6ace-49a7-8404-1f9980222e91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5322f3e-6ace-49a7-8404-1f9980222e91 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-119912af-b701-4f17-9ef2-d449574c0e60 {
  text-align: left;
}

#s-119912af-b701-4f17-9ef2-d449574c0e60 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-119912af-b701-4f17-9ef2-d449574c0e60 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-119912af-b701-4f17-9ef2-d449574c0e60 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bddf29bb-03a0-4672-bcce-edff253442e0 {
  text-align: left;
}



.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddf29bb-03a0-4672-bcce-edff253442e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-061aed98-02dd-4be6-ae10-1384c32f52ac {
  margin-top: 0px;
}

#s-c64e0e69-ff3d-4dd7-ad6f-e4cf6b6a8d6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c64e0e69-ff3d-4dd7-ad6f-e4cf6b6a8d6d .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-a9bf6819-d669-4ef0-bc30-f6dd2b827409 {
  text-align: left;
}

#s-a9bf6819-d669-4ef0-bc30-f6dd2b827409 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a9bf6819-d669-4ef0-bc30-f6dd2b827409 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a9bf6819-d669-4ef0-bc30-f6dd2b827409 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-478e5030-d1b7-4a87-826d-7c1a5ef5275e {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-478e5030-d1b7-4a87-826d-7c1a5ef5275e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-478e5030-d1b7-4a87-826d-7c1a5ef5275e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-478e5030-d1b7-4a87-826d-7c1a5ef5275e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-478e5030-d1b7-4a87-826d-7c1a5ef5275e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 {
  margin-top: 2px;
text-align: left;
}



.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2cc341-c202-4c01-a5c4-cc72722ff992 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ae6c1f70-6ac9-43d9-91f6-eb26ff3ed723 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae6c1f70-6ac9-43d9-91f6-eb26ff3ed723 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-7b848baa-a3d1-47b4-9a3b-d0ba050c993e {
  text-align: left;
}

#s-7b848baa-a3d1-47b4-9a3b-d0ba050c993e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7b848baa-a3d1-47b4-9a3b-d0ba050c993e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7b848baa-a3d1-47b4-9a3b-d0ba050c993e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 {
  margin-top: 0px;
text-align: left;
}



.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ffd000-845d-481c-a3d2-e39ae7a4ddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-73b7645f-6f30-42d2-b729-f4dd38a531b0 {
  margin-top: 0px;
}

#s-28cb21a6-876d-49a1-8718-b488bf31b43b {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28cb21a6-876d-49a1-8718-b488bf31b43b .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-b5416dec-221e-462e-9773-4af0ac751c6f {
  text-align: left;
}

#s-b5416dec-221e-462e-9773-4af0ac751c6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b5416dec-221e-462e-9773-4af0ac751c6f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b5416dec-221e-462e-9773-4af0ac751c6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-028679e4-1aa3-440f-a847-118b12b346f0 {
  text-align: left;
}



.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028679e4-1aa3-440f-a847-118b12b346f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e40d71e2-140a-4976-8394-717f1723d6de {
  margin-top: 0px;
}

#s-fff0e45d-dfc5-43f1-a91f-a7090881d6a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fff0e45d-dfc5-43f1-a91f-a7090881d6a2 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-d4732fd5-c8bf-4f9d-892c-88fe5d2c9aaa {
  text-align: left;
}

#s-d4732fd5-c8bf-4f9d-892c-88fe5d2c9aaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d4732fd5-c8bf-4f9d-892c-88fe5d2c9aaa .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d4732fd5-c8bf-4f9d-892c-88fe5d2c9aaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68f37f9b-ea30-4d96-9320-7f9818943c03 {
  text-align: left;
}



.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68f37f9b-ea30-4d96-9320-7f9818943c03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d17b1421-958a-4362-8f4b-2d2e919faaa7 {
  margin-top: 0px;
}

#s-c7bb09f6-8ca9-44d4-ad8a-671d21f12437 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7bb09f6-8ca9-44d4-ad8a-671d21f12437 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-278a11dd-8374-4264-b1d3-34334ef1d625 {
  text-align: left;
}

#s-278a11dd-8374-4264-b1d3-34334ef1d625 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-278a11dd-8374-4264-b1d3-34334ef1d625 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-278a11dd-8374-4264-b1d3-34334ef1d625 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a7a84a11-5579-4168-817a-51aa59a7f5ee {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-a7a84a11-5579-4168-817a-51aa59a7f5ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a7a84a11-5579-4168-817a-51aa59a7f5ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a7a84a11-5579-4168-817a-51aa59a7f5ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7a84a11-5579-4168-817a-51aa59a7f5ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-eed4dffe-0a8e-471b-b725-10111391dca1 {
  margin-top: 2px;
text-align: left;
}



.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed4dffe-0a8e-471b-b725-10111391dca1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6b45ee93-e42c-48e5-96d0-ed22df4f45a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b45ee93-e42c-48e5-96d0-ed22df4f45a2 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-c4b7011b-4d2a-4de4-ada6-fe6dbfb63100 {
  text-align: left;
}

#s-c4b7011b-4d2a-4de4-ada6-fe6dbfb63100 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c4b7011b-4d2a-4de4-ada6-fe6dbfb63100 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c4b7011b-4d2a-4de4-ada6-fe6dbfb63100 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e850995-5672-4b3c-bae9-34239a38ec5a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4e850995-5672-4b3c-bae9-34239a38ec5a {
  display: none;
}
#s-4e850995-5672-4b3c-bae9-34239a38ec5a, #wrap-s-4e850995-5672-4b3c-bae9-34239a38ec5a, #wrap-content-s-4e850995-5672-4b3c-bae9-34239a38ec5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e850995-5672-4b3c-bae9-34239a38ec5a {
  display: none;
}
#s-4e850995-5672-4b3c-bae9-34239a38ec5a, #wrap-s-4e850995-5672-4b3c-bae9-34239a38ec5a, #wrap-content-s-4e850995-5672-4b3c-bae9-34239a38ec5a { display: none !important; }}







#s-4e850995-5672-4b3c-bae9-34239a38ec5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e850995-5672-4b3c-bae9-34239a38ec5a.shg-box.shg-c {
  justify-content: center;
}

#s-17d3e2eb-cffa-4bb2-be70-dce59addd0e5 {
  min-height: 50px;
}








#s-17d3e2eb-cffa-4bb2-be70-dce59addd0e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17d3e2eb-cffa-4bb2-be70-dce59addd0e5.shg-box.shg-c {
  justify-content: center;
}

.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-9884b362-bca3-469f-8864-886b93ec65b2 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 3px;
}
#s-9884b362-bca3-469f-8864-886b93ec65b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9884b362-bca3-469f-8864-886b93ec65b2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9884b362-bca3-469f-8864-886b93ec65b2 {
  margin-bottom: 20px;
}
}

  #s-9884b362-bca3-469f-8864-886b93ec65b2-root {
    text-align: center;
  }


#s-9884b362-bca3-469f-8864-886b93ec65b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9884b362-bca3-469f-8864-886b93ec65b2-root {
    text-align: center;
  }


#s-9884b362-bca3-469f-8864-886b93ec65b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9884b362-bca3-469f-8864-886b93ec65b2-root {
    text-align: center;
  }


#s-9884b362-bca3-469f-8864-886b93ec65b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9884b362-bca3-469f-8864-886b93ec65b2-root {
    text-align: center;
  }


#s-9884b362-bca3-469f-8864-886b93ec65b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9884b362-bca3-469f-8864-886b93ec65b2-root {
    text-align: center;
  }


#s-9884b362-bca3-469f-8864-886b93ec65b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-708ebb5e-aebe-4980-afa6-cbd59fbcc5f2 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3d87c717-ca41-4641-b6ff-eb51cedbde74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d87c717-ca41-4641-b6ff-eb51cedbde74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d87c717-ca41-4641-b6ff-eb51cedbde74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d87c717-ca41-4641-b6ff-eb51cedbde74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63ef61da-91e2-4797-abd3-925211006c3c {
  margin-top: 0px;
padding-left: 7%;
padding-right: 7%;
}

#s-73ebb38e-236c-44b8-8f67-a7ba96ffd79f {
  margin-top: 0px;
padding-left: 7%;
padding-right: 7%;
}

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