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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-2cd891ce-f15e-4696-9194-eb6b33daceda {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2cd891ce-f15e-4696-9194-eb6b33daceda .shg-sld-dot {
  background-color: rgba(239, 239, 239, 1);
}

#s-2cd891ce-f15e-4696-9194-eb6b33daceda .shg-sld-nav-button.shg-sld-left,
#s-2cd891ce-f15e-4696-9194-eb6b33daceda .shg-sld-nav-button.shg-sld-right {
  fill: rgba(239, 239, 239, 1);
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-080481d8-264b-4987-b2e6-824cef27394d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-080481d8-264b-4987-b2e6-824cef27394d {
  display: none;
}
#s-080481d8-264b-4987-b2e6-824cef27394d, #wrap-s-080481d8-264b-4987-b2e6-824cef27394d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-080481d8-264b-4987-b2e6-824cef27394d {
  display: none;
}
#s-080481d8-264b-4987-b2e6-824cef27394d, #wrap-s-080481d8-264b-4987-b2e6-824cef27394d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-080481d8-264b-4987-b2e6-824cef27394d {
  min-height: 480px;
}
}@media (max-width: 767px){#s-080481d8-264b-4987-b2e6-824cef27394d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 543px;
}
}
#s-080481d8-264b-4987-b2e6-824cef27394d {
  background-image: url(https://i.shgcdn.com/aff17515-c066-4ca8-8354-cbdd97d006b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-080481d8-264b-4987-b2e6-824cef27394d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-080481d8-264b-4987-b2e6-824cef27394d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-d661347d-ddc6-4ade-b970-9543e57f2cf4 {
  margin-top: 82px;
}
@media (min-width: 1200px){#s-d661347d-ddc6-4ade-b970-9543e57f2cf4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d661347d-ddc6-4ade-b970-9543e57f2cf4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d661347d-ddc6-4ade-b970-9543e57f2cf4 {
  
}
}@media (max-width: 767px){#s-d661347d-ddc6-4ade-b970-9543e57f2cf4 {
  margin-top: 18px;
}
}
@media (min-width: 0px) {
[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d661347d-ddc6-4ade-b970-9543e57f2cf4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-3f0ffa5a-c600-4f8f-9daa-e94fb4a0a2da {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-3f0ffa5a-c600-4f8f-9daa-e94fb4a0a2da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f0ffa5a-c600-4f8f-9daa-e94fb4a0a2da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f0ffa5a-c600-4f8f-9daa-e94fb4a0a2da {
  
}
}@media (max-width: 767px){#s-3f0ffa5a-c600-4f8f-9daa-e94fb4a0a2da {
  
}
}







#s-3f0ffa5a-c600-4f8f-9daa-e94fb4a0a2da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f0ffa5a-c600-4f8f-9daa-e94fb4a0a2da.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-dc76e5b3-6eae-4843-9ac1-b5f2e77282d1 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dc76e5b3-6eae-4843-9ac1-b5f2e77282d1 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-34dc4bd1-40d0-4d98-b857-45b9a3d9f8aa {
  margin-top: -16px;
text-align: center;
}

#s-34dc4bd1-40d0-4d98-b857-45b9a3d9f8aa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: 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 {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: left undefined;
}
#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8 {
  margin-top: -16px;
}
}

  #s-87dcab4c-1771-40f3-ad1c-423d6a3603f8-root {
    text-align: center;
  }


#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87dcab4c-1771-40f3-ad1c-423d6a3603f8-root {
    text-align: center;
  }


#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87dcab4c-1771-40f3-ad1c-423d6a3603f8-root {
    text-align: center;
  }


#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87dcab4c-1771-40f3-ad1c-423d6a3603f8-root {
    text-align: center;
  }


#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87dcab4c-1771-40f3-ad1c-423d6a3603f8-root {
    text-align: center;
  }


#s-87dcab4c-1771-40f3-ad1c-423d6a3603f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 {
  display: none;
}
#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5, #wrap-s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 {
  display: none;
}
#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5, #wrap-s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 543px;
}
}
#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 {
  background-image: url(https://i.shgcdn.com/f64f7ca2-430e-4c13-b594-e82513f36965/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6b3f2926-31c0-43ff-a1ea-6b98089085a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08 {
  margin-top: 82px;
}
@media (min-width: 1200px){#s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08 {
  
}
}@media (max-width: 767px){#s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08 {
  margin-top: 18px;
}
}
@media (min-width: 0px) {
[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ffa0c66e-0d4d-4cd7-b3a0-89d95ae02f08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-4504ab94-e941-42a8-8d23-255949f58bd5 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-4504ab94-e941-42a8-8d23-255949f58bd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4504ab94-e941-42a8-8d23-255949f58bd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4504ab94-e941-42a8-8d23-255949f58bd5 {
  
}
}@media (max-width: 767px){#s-4504ab94-e941-42a8-8d23-255949f58bd5 {
  
}
}







#s-4504ab94-e941-42a8-8d23-255949f58bd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4504ab94-e941-42a8-8d23-255949f58bd5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8bd70278-c1be-4cda-90a0-21c5fedd13ac {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8bd70278-c1be-4cda-90a0-21c5fedd13ac .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-f48402f5-bd88-4405-9bcd-59f1d188a5a2 {
  margin-top: -16px;
text-align: center;
}

#s-f48402f5-bd88-4405-9bcd-59f1d188a5a2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-449a0009-a6ce-4f0b-8171-fcb0f2228460 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: left undefined;
}
#s-449a0009-a6ce-4f0b-8171-fcb0f2228460:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-449a0009-a6ce-4f0b-8171-fcb0f2228460:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-449a0009-a6ce-4f0b-8171-fcb0f2228460 {
  margin-top: -16px;
}
}

  #s-449a0009-a6ce-4f0b-8171-fcb0f2228460-root {
    text-align: center;
  }


#s-449a0009-a6ce-4f0b-8171-fcb0f2228460.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-449a0009-a6ce-4f0b-8171-fcb0f2228460-root {
    text-align: center;
  }


#s-449a0009-a6ce-4f0b-8171-fcb0f2228460.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-449a0009-a6ce-4f0b-8171-fcb0f2228460-root {
    text-align: center;
  }


#s-449a0009-a6ce-4f0b-8171-fcb0f2228460.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-449a0009-a6ce-4f0b-8171-fcb0f2228460-root {
    text-align: center;
  }


#s-449a0009-a6ce-4f0b-8171-fcb0f2228460.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-449a0009-a6ce-4f0b-8171-fcb0f2228460-root {
    text-align: center;
  }


#s-449a0009-a6ce-4f0b-8171-fcb0f2228460.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-32056281-77d8-4efd-909c-a52fd603f006 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-32056281-77d8-4efd-909c-a52fd603f006 {
  display: none;
}
#s-32056281-77d8-4efd-909c-a52fd603f006, #wrap-s-32056281-77d8-4efd-909c-a52fd603f006 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32056281-77d8-4efd-909c-a52fd603f006 {
  display: none;
}
#s-32056281-77d8-4efd-909c-a52fd603f006, #wrap-s-32056281-77d8-4efd-909c-a52fd603f006 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32056281-77d8-4efd-909c-a52fd603f006 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-32056281-77d8-4efd-909c-a52fd603f006 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 543px;
}
}
#s-32056281-77d8-4efd-909c-a52fd603f006 {
  background-image: url(https://i.shgcdn.com/ddb9ae2a-f8f7-4130-8743-eeb419ad9926/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-32056281-77d8-4efd-909c-a52fd603f006 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-32056281-77d8-4efd-909c-a52fd603f006.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05 {
  margin-top: 82px;
}
@media (min-width: 1200px){#s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05 {
  
}
}@media (max-width: 767px){#s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05 {
  margin-top: 18px;
}
}
@media (min-width: 0px) {
[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cb8e4c5a-d544-4c12-afa0-c77a43e65b05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-1e92e007-e8e4-43b4-b8f3-f8ff31c44362 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-1e92e007-e8e4-43b4-b8f3-f8ff31c44362 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e92e007-e8e4-43b4-b8f3-f8ff31c44362 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e92e007-e8e4-43b4-b8f3-f8ff31c44362 {
  
}
}@media (max-width: 767px){#s-1e92e007-e8e4-43b4-b8f3-f8ff31c44362 {
  
}
}







#s-1e92e007-e8e4-43b4-b8f3-f8ff31c44362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e92e007-e8e4-43b4-b8f3-f8ff31c44362.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b68e0a4-b6fa-4993-88c2-1d2a5538516f {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9b68e0a4-b6fa-4993-88c2-1d2a5538516f .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-8e838e8f-1bc9-468e-a819-3d34356ebec5 {
  margin-top: -16px;
text-align: center;
}

#s-8e838e8f-1bc9-468e-a819-3d34356ebec5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-b5de5770-6d87-4d79-a570-928340933a5b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 54, 5, 1);
background-position: left undefined;
}
#s-b5de5770-6d87-4d79-a570-928340933a5b:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5de5770-6d87-4d79-a570-928340933a5b:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-b5de5770-6d87-4d79-a570-928340933a5b {
  margin-top: -16px;
}
}

  #s-b5de5770-6d87-4d79-a570-928340933a5b-root {
    text-align: center;
  }


#s-b5de5770-6d87-4d79-a570-928340933a5b.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5de5770-6d87-4d79-a570-928340933a5b-root {
    text-align: center;
  }


#s-b5de5770-6d87-4d79-a570-928340933a5b.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5de5770-6d87-4d79-a570-928340933a5b-root {
    text-align: center;
  }


#s-b5de5770-6d87-4d79-a570-928340933a5b.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5de5770-6d87-4d79-a570-928340933a5b-root {
    text-align: center;
  }


#s-b5de5770-6d87-4d79-a570-928340933a5b.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5de5770-6d87-4d79-a570-928340933a5b-root {
    text-align: center;
  }


#s-b5de5770-6d87-4d79-a570-928340933a5b.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb {
  display: none;
}
#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb, #wrap-s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb {
  display: none;
}
#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb, #wrap-s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb {
  min-height: 480px;
}
}@media (max-width: 767px){#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 543px;
}
}
#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb {
  background-image: url(https://i.shgcdn.com/c75611e6-10b0-4e1d-9332-22a44c44125a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-54fcefa3-f910-4ae6-bd9b-0a3ff4603dbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b48f8fc-2c63-41ea-8116-509b4690b3be {
  margin-top: 82px;
}
@media (min-width: 1200px){#s-8b48f8fc-2c63-41ea-8116-509b4690b3be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b48f8fc-2c63-41ea-8116-509b4690b3be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b48f8fc-2c63-41ea-8116-509b4690b3be {
  
}
}@media (max-width: 767px){#s-8b48f8fc-2c63-41ea-8116-509b4690b3be {
  margin-top: 18px;
}
}
@media (min-width: 0px) {
[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b48f8fc-2c63-41ea-8116-509b4690b3be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-322bf66d-b4cc-4d46-b0a9-bced78be163e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-322bf66d-b4cc-4d46-b0a9-bced78be163e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-322bf66d-b4cc-4d46-b0a9-bced78be163e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-322bf66d-b4cc-4d46-b0a9-bced78be163e {
  
}
}@media (max-width: 767px){#s-322bf66d-b4cc-4d46-b0a9-bced78be163e {
  
}
}







#s-322bf66d-b4cc-4d46-b0a9-bced78be163e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-322bf66d-b4cc-4d46-b0a9-bced78be163e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-95cb0900-7b05-408b-ae63-12ad5bec1d46 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-95cb0900-7b05-408b-ae63-12ad5bec1d46 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-d48baf7e-6245-44c0-beea-09207ef654be {
  margin-top: -16px;
text-align: center;
}

#s-d48baf7e-6245-44c0-beea-09207ef654be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 54, 5, 1);
background-position: left undefined;
}
#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00 {
  margin-top: -16px;
}
}

  #s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00-root {
    text-align: center;
  }


#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00-root {
    text-align: center;
  }


#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00-root {
    text-align: center;
  }


#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00-root {
    text-align: center;
  }


#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00-root {
    text-align: center;
  }


#s-ad85c1ed-4c09-4d05-b2d4-9ef017cb1a00.shg-btn {
  color: rgba(68, 54, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-7bf77cd8-fb44-47c5-9779-7842185bbe78 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bf77cd8-fb44-47c5-9779-7842185bbe78 {
  display: none;
}
#s-7bf77cd8-fb44-47c5-9779-7842185bbe78, #wrap-s-7bf77cd8-fb44-47c5-9779-7842185bbe78 { display:none !important; }}@media (max-width: 767px){#s-7bf77cd8-fb44-47c5-9779-7842185bbe78 {
  display: none;
}
#s-7bf77cd8-fb44-47c5-9779-7842185bbe78, #wrap-s-7bf77cd8-fb44-47c5-9779-7842185bbe78 { display:none !important; }}
#s-7bf77cd8-fb44-47c5-9779-7842185bbe78 .shg-sld-dot {
  background-color: rgba(246, 246, 246, 1);
}

#s-7bf77cd8-fb44-47c5-9779-7842185bbe78 .shg-sld-nav-button.shg-sld-left,
#s-7bf77cd8-fb44-47c5-9779-7842185bbe78 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(246, 246, 246, 1);
}

#s-9e361d50-f0b0-4d75-b838-2de4281f39fa {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 812px;
background-position: center center;
}
@media (min-width: 1200px){#s-9e361d50-f0b0-4d75-b838-2de4281f39fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e361d50-f0b0-4d75-b838-2de4281f39fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e361d50-f0b0-4d75-b838-2de4281f39fa {
  display: none;
}
#s-9e361d50-f0b0-4d75-b838-2de4281f39fa, #wrap-s-9e361d50-f0b0-4d75-b838-2de4281f39fa { display:none !important; }}@media (max-width: 767px){#s-9e361d50-f0b0-4d75-b838-2de4281f39fa {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-9e361d50-f0b0-4d75-b838-2de4281f39fa, #wrap-s-9e361d50-f0b0-4d75-b838-2de4281f39fa { display:none !important; }}
#s-9e361d50-f0b0-4d75-b838-2de4281f39fa {
  background-image: url(https://i.shgcdn.com/5756955d-7051-4920-b222-f9ecf19d3599/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9e361d50-f0b0-4d75-b838-2de4281f39fa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.01);
  opacity: 0;
}#s-9e361d50-f0b0-4d75-b838-2de4281f39fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e511390-2cce-44b8-b7a0-8d4395da4e4f {
  margin-top: 82px;
margin-right: -3%;
}
@media (min-width: 1200px){#s-7e511390-2cce-44b8-b7a0-8d4395da4e4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e511390-2cce-44b8-b7a0-8d4395da4e4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e511390-2cce-44b8-b7a0-8d4395da4e4f {
  
}
}@media (max-width: 767px){#s-7e511390-2cce-44b8-b7a0-8d4395da4e4f {
  
}
}
@media (min-width: 0px) {
[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e511390-2cce-44b8-b7a0-8d4395da4e4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

#s-5ef22336-d26a-4bde-9a4c-60aec3db208f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-5ef22336-d26a-4bde-9a4c-60aec3db208f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ef22336-d26a-4bde-9a4c-60aec3db208f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ef22336-d26a-4bde-9a4c-60aec3db208f {
  
}
}@media (max-width: 767px){#s-5ef22336-d26a-4bde-9a4c-60aec3db208f {
  
}
}







#s-5ef22336-d26a-4bde-9a4c-60aec3db208f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ef22336-d26a-4bde-9a4c-60aec3db208f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1637eb3d-f6e0-48bf-9a19-b957c0cc7d84 {
  margin-top: 0px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-1637eb3d-f6e0-48bf-9a19-b957c0cc7d84 .shogun-heading-component h5 {
  color: rgba(246, 246, 246, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-0a54e8ba-fea6-4604-81b8-f77808095f23 {
  margin-top: -16px;
margin-left: 0%;
margin-right: 0%;
text-align: right;
}

#s-0a54e8ba-fea6-4604-81b8-f77808095f23 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: right;
}



#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(3, 3, 3, 0.4);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: right;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: left undefined;
}
#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c-root {
    text-align: right;
  }


#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c-root {
    text-align: right;
  }


#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c-root {
    text-align: right;
  }


#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c-root {
    text-align: right;
  }


#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c-root {
    text-align: right;
  }


#s-e0dc03d4-2c95-49bb-a91b-4d1f1c1d275c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-53e86d8d-87de-43b1-8241-018f6de80ba4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 812px;
background-position: center center;
}
@media (min-width: 1200px){#s-53e86d8d-87de-43b1-8241-018f6de80ba4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53e86d8d-87de-43b1-8241-018f6de80ba4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53e86d8d-87de-43b1-8241-018f6de80ba4 {
  display: none;
}
#s-53e86d8d-87de-43b1-8241-018f6de80ba4, #wrap-s-53e86d8d-87de-43b1-8241-018f6de80ba4 { display:none !important; }}@media (max-width: 767px){#s-53e86d8d-87de-43b1-8241-018f6de80ba4 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-53e86d8d-87de-43b1-8241-018f6de80ba4, #wrap-s-53e86d8d-87de-43b1-8241-018f6de80ba4 { display:none !important; }}
#s-53e86d8d-87de-43b1-8241-018f6de80ba4 {
  background-image: url(https://i.shgcdn.com/e12d1f9a-65e8-46f5-88a7-63cb8c8ef19a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-53e86d8d-87de-43b1-8241-018f6de80ba4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.01);
  opacity: 0;
}#s-53e86d8d-87de-43b1-8241-018f6de80ba4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2 {
  margin-top: 82px;
margin-right: -3%;
}
@media (min-width: 1200px){#s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2 {
  
}
}@media (max-width: 767px){#s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2 {
  
}
}
@media (min-width: 0px) {
[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfa13fd4-9d45-49bb-b71b-ea4e4b6d90c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

#s-9ceadb0f-4d3a-4dce-afa1-a13cfef07e08 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-9ceadb0f-4d3a-4dce-afa1-a13cfef07e08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ceadb0f-4d3a-4dce-afa1-a13cfef07e08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ceadb0f-4d3a-4dce-afa1-a13cfef07e08 {
  
}
}@media (max-width: 767px){#s-9ceadb0f-4d3a-4dce-afa1-a13cfef07e08 {
  
}
}







#s-9ceadb0f-4d3a-4dce-afa1-a13cfef07e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ceadb0f-4d3a-4dce-afa1-a13cfef07e08.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-400a75d1-9ac6-446e-94ab-caa4fe98a52d {
  margin-top: 0px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-400a75d1-9ac6-446e-94ab-caa4fe98a52d .shogun-heading-component h5 {
  color: rgba(246, 246, 246, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-3b53fd72-330b-4afe-b60c-4fe4a2bc7c9d {
  margin-top: -16px;
margin-left: 0%;
margin-right: 0%;
text-align: right;
}

#s-3b53fd72-330b-4afe-b60c-4fe4a2bc7c9d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: right;
}



#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(3, 3, 3, 0.4);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: right;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: left undefined;
}
#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0ee39a1f-1af2-40ea-bad6-860dfd48370a-root {
    text-align: right;
  }


#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ee39a1f-1af2-40ea-bad6-860dfd48370a-root {
    text-align: right;
  }


#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ee39a1f-1af2-40ea-bad6-860dfd48370a-root {
    text-align: right;
  }


#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ee39a1f-1af2-40ea-bad6-860dfd48370a-root {
    text-align: right;
  }


#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ee39a1f-1af2-40ea-bad6-860dfd48370a-root {
    text-align: right;
  }


#s-0ee39a1f-1af2-40ea-bad6-860dfd48370a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-5d052eec-127b-42f8-8590-a67ed6389c18 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 812px;
background-position: center center;
}
@media (min-width: 1200px){#s-5d052eec-127b-42f8-8590-a67ed6389c18 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d052eec-127b-42f8-8590-a67ed6389c18 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d052eec-127b-42f8-8590-a67ed6389c18 {
  display: none;
}
#s-5d052eec-127b-42f8-8590-a67ed6389c18, #wrap-s-5d052eec-127b-42f8-8590-a67ed6389c18 { display:none !important; }}@media (max-width: 767px){#s-5d052eec-127b-42f8-8590-a67ed6389c18 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-5d052eec-127b-42f8-8590-a67ed6389c18, #wrap-s-5d052eec-127b-42f8-8590-a67ed6389c18 { display:none !important; }}
#s-5d052eec-127b-42f8-8590-a67ed6389c18 {
  background-image: url(https://i.shgcdn.com/011ddaf0-567c-4862-a7a5-254b461048b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5d052eec-127b-42f8-8590-a67ed6389c18 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.01);
  opacity: 0;
}#s-5d052eec-127b-42f8-8590-a67ed6389c18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7808ff5-fd69-406a-93da-8df0bc231f2e {
  margin-top: 82px;
margin-right: -3%;
}
@media (min-width: 1200px){#s-d7808ff5-fd69-406a-93da-8df0bc231f2e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7808ff5-fd69-406a-93da-8df0bc231f2e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7808ff5-fd69-406a-93da-8df0bc231f2e {
  
}
}@media (max-width: 767px){#s-d7808ff5-fd69-406a-93da-8df0bc231f2e {
  
}
}
@media (min-width: 0px) {
[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7808ff5-fd69-406a-93da-8df0bc231f2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

#s-e5e8b9fa-0344-437c-9e9e-44dda2778039 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e5e8b9fa-0344-437c-9e9e-44dda2778039 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5e8b9fa-0344-437c-9e9e-44dda2778039 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5e8b9fa-0344-437c-9e9e-44dda2778039 {
  
}
}@media (max-width: 767px){#s-e5e8b9fa-0344-437c-9e9e-44dda2778039 {
  
}
}







#s-e5e8b9fa-0344-437c-9e9e-44dda2778039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e8b9fa-0344-437c-9e9e-44dda2778039.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c6e594d0-27bd-46b7-86bc-d4204b6eb4c5 {
  margin-top: 0px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-c6e594d0-27bd-46b7-86bc-d4204b6eb4c5 .shogun-heading-component h5 {
  color: rgba(246, 246, 246, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-1c44af96-fc1e-41f3-bb8b-2a0ea6781108 {
  margin-top: -16px;
margin-left: 0%;
margin-right: 0%;
text-align: right;
}

#s-1c44af96-fc1e-41f3-bb8b-2a0ea6781108 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: right;
}



#s-cb76b964-be40-4baf-83ed-3af9c670c08f {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(3, 3, 3, 0.4);
border-style: solid;
border-radius: 2px;
background-color: rgba(239, 243, 245, 1);
text-align: right;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
background-position: left undefined;
}
#s-cb76b964-be40-4baf-83ed-3af9c670c08f:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb76b964-be40-4baf-83ed-3af9c670c08f:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cb76b964-be40-4baf-83ed-3af9c670c08f-root {
    text-align: right;
  }


#s-cb76b964-be40-4baf-83ed-3af9c670c08f.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb76b964-be40-4baf-83ed-3af9c670c08f-root {
    text-align: right;
  }


#s-cb76b964-be40-4baf-83ed-3af9c670c08f.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb76b964-be40-4baf-83ed-3af9c670c08f-root {
    text-align: right;
  }


#s-cb76b964-be40-4baf-83ed-3af9c670c08f.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb76b964-be40-4baf-83ed-3af9c670c08f-root {
    text-align: right;
  }


#s-cb76b964-be40-4baf-83ed-3af9c670c08f.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb76b964-be40-4baf-83ed-3af9c670c08f-root {
    text-align: right;
  }


#s-cb76b964-be40-4baf-83ed-3af9c670c08f.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-68e4d067-0297-4083-b4a2-7d801ed1c46b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 812px;
background-position: center top;
}
@media (min-width: 1200px){#s-68e4d067-0297-4083-b4a2-7d801ed1c46b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68e4d067-0297-4083-b4a2-7d801ed1c46b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68e4d067-0297-4083-b4a2-7d801ed1c46b {
  display: none;
}
#s-68e4d067-0297-4083-b4a2-7d801ed1c46b, #wrap-s-68e4d067-0297-4083-b4a2-7d801ed1c46b { display:none !important; }}@media (max-width: 767px){#s-68e4d067-0297-4083-b4a2-7d801ed1c46b {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-68e4d067-0297-4083-b4a2-7d801ed1c46b, #wrap-s-68e4d067-0297-4083-b4a2-7d801ed1c46b { display:none !important; }}
#s-68e4d067-0297-4083-b4a2-7d801ed1c46b {
  background-image: url(https://i.shgcdn.com/1614195b-b16b-494f-9546-194e63df559f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-68e4d067-0297-4083-b4a2-7d801ed1c46b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.01);
  opacity: 0;
}#s-68e4d067-0297-4083-b4a2-7d801ed1c46b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a548158-86f4-4b60-9a62-3106c3dfa048 {
  margin-top: 82px;
margin-right: -3%;
}
@media (min-width: 1200px){#s-3a548158-86f4-4b60-9a62-3106c3dfa048 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a548158-86f4-4b60-9a62-3106c3dfa048 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a548158-86f4-4b60-9a62-3106c3dfa048 {
  
}
}@media (max-width: 767px){#s-3a548158-86f4-4b60-9a62-3106c3dfa048 {
  
}
}
@media (min-width: 0px) {
[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a548158-86f4-4b60-9a62-3106c3dfa048"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

#s-60b2ea35-b039-4c6e-b627-0ee103a42ef0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-60b2ea35-b039-4c6e-b627-0ee103a42ef0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60b2ea35-b039-4c6e-b627-0ee103a42ef0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60b2ea35-b039-4c6e-b627-0ee103a42ef0 {
  
}
}@media (max-width: 767px){#s-60b2ea35-b039-4c6e-b627-0ee103a42ef0 {
  
}
}







#s-60b2ea35-b039-4c6e-b627-0ee103a42ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60b2ea35-b039-4c6e-b627-0ee103a42ef0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86a4f642-20bb-4e4e-8b44-4b6548c42a5e {
  margin-top: 0px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-86a4f642-20bb-4e4e-8b44-4b6548c42a5e .shogun-heading-component h5 {
  color: rgba(246, 246, 246, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-d556c1aa-c262-493f-bca5-5f606187ec32 {
  margin-top: -16px;
margin-left: 0%;
margin-right: 0%;
text-align: right;
}

#s-d556c1aa-c262-493f-bca5-5f606187ec32 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: right;
}



#s-23eea6ad-4cad-422d-9e61-d27047f23c42 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(3, 3, 3, 0.4);
border-style: solid;
border-radius: 2px;
background-color: rgba(239, 243, 245, 1);
text-align: right;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
background-position: left undefined;
}
#s-23eea6ad-4cad-422d-9e61-d27047f23c42:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23eea6ad-4cad-422d-9e61-d27047f23c42:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-23eea6ad-4cad-422d-9e61-d27047f23c42-root {
    text-align: right;
  }


#s-23eea6ad-4cad-422d-9e61-d27047f23c42.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23eea6ad-4cad-422d-9e61-d27047f23c42-root {
    text-align: right;
  }


#s-23eea6ad-4cad-422d-9e61-d27047f23c42.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23eea6ad-4cad-422d-9e61-d27047f23c42-root {
    text-align: right;
  }


#s-23eea6ad-4cad-422d-9e61-d27047f23c42.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23eea6ad-4cad-422d-9e61-d27047f23c42-root {
    text-align: right;
  }


#s-23eea6ad-4cad-422d-9e61-d27047f23c42.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23eea6ad-4cad-422d-9e61-d27047f23c42-root {
    text-align: right;
  }


#s-23eea6ad-4cad-422d-9e61-d27047f23c42.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-f2c175cf-3b53-4f6c-9fc5-86268874e356 {
  margin-top: -16px;
margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}
@media (max-width: 767px){#s-f2c175cf-3b53-4f6c-9fc5-86268874e356 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-f2c175cf-3b53-4f6c-9fc5-86268874e356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c175cf-3b53-4f6c-9fc5-86268874e356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-927ad3ea-aba5-49d9-b2f5-4d94e856776a {
  margin-top: 13px;
margin-bottom: 16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-927ad3ea-aba5-49d9-b2f5-4d94e856776a {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-927ad3ea-aba5-49d9-b2f5-4d94e856776a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-aa2e170b-9138-4e8f-ac78-a865ddfebda5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aa2e170b-9138-4e8f-ac78-a865ddfebda5 {
  margin-top: 0px;
margin-bottom: 7px;
}
}
#s-aa2e170b-9138-4e8f-ac78-a865ddfebda5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aa2e170b-9138-4e8f-ac78-a865ddfebda5 .shg-sld-nav-button.shg-sld-left,
#s-aa2e170b-9138-4e8f-ac78-a865ddfebda5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-da34b8a2-6855-4fd1-bbcf-0d8f4e9b693a {
  margin-left: 0%;
margin-bottom: 37px;
margin-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-da34b8a2-6855-4fd1-bbcf-0d8f4e9b693a {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-da34b8a2-6855-4fd1-bbcf-0d8f4e9b693a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-da34b8a2-6855-4fd1-bbcf-0d8f4e9b693a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-da34b8a2-6855-4fd1-bbcf-0d8f4e9b693a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-da34b8a2-6855-4fd1-bbcf-0d8f4e9b693a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-7e1de97a-212b-4c66-b898-25162d60eae1 {
  margin-right: -3%;
}
}
#s-7e1de97a-212b-4c66-b898-25162d60eae1 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-d75885d2-9d78-4361-8bca-b218113276b9 {
  text-align: left;
}



.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d75885d2-9d78-4361-8bca-b218113276b9 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-594ce9d9-df6e-4ae1-8596-4adbfa73023a {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-594ce9d9-df6e-4ae1-8596-4adbfa73023a .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-9048f593-2a75-4ce8-b5b1-abf4aa6674d9 {
  text-align: center;
}

#s-9048f593-2a75-4ce8-b5b1-abf4aa6674d9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9048f593-2a75-4ce8-b5b1-abf4aa6674d9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-9048f593-2a75-4ce8-b5b1-abf4aa6674d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-152cbce7-9da3-4958-a5dc-f47037b8558c {
  margin-left: -3%;
margin-right: 0%;
}
}
#s-152cbce7-9da3-4958-a5dc-f47037b8558c {
  display: none;
}
#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 {
  text-align: left;
}



.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb564bd-1281-4d6b-96a8-71b7b5afbd73 img.shogun-image {
  width: 100%;
}



}
#s-57e056fb-b53d-415a-b06e-856bf46366da {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-57e056fb-b53d-415a-b06e-856bf46366da .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-7574a998-ac71-4409-9227-438352f03d84 {
  text-align: center;
}

#s-7574a998-ac71-4409-9227-438352f03d84 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7574a998-ac71-4409-9227-438352f03d84 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-7574a998-ac71-4409-9227-438352f03d84 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-589f85e8-6ab6-492b-aa92-4ddc12787d34 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-589f85e8-6ab6-492b-aa92-4ddc12787d34 {
  margin-top: 0px;
}
}
#s-589f85e8-6ab6-492b-aa92-4ddc12787d34 {
  display: none;
}
@media (max-width: 767px){#s-23fd1909-89a7-4ced-ae32-b728d4035fda {
  margin-left: 0%;
margin-right: -3%;
}
}
#s-23fd1909-89a7-4ced-ae32-b728d4035fda {
  display: none;
}
#s-eacacb34-968c-4db1-bc36-6468d2bed240 {
  text-align: left;
}



.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eacacb34-968c-4db1-bc36-6468d2bed240 img.shogun-image {
  width: 100%;
}



}
#s-bf58ce34-9e77-4775-a361-12e52721e0e5 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bf58ce34-9e77-4775-a361-12e52721e0e5 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-34d47092-2802-43ea-b9af-b0b8f5df228c {
  text-align: center;
}

#s-34d47092-2802-43ea-b9af-b0b8f5df228c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-34d47092-2802-43ea-b9af-b0b8f5df228c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-34d47092-2802-43ea-b9af-b0b8f5df228c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-ec7ba8c7-063a-4274-9e94-dffd9cd63b97 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-ec7ba8c7-063a-4274-9e94-dffd9cd63b97 {
  display: none;
}
#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c {
  text-align: left;
}



.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72d91f1-45f7-457d-b73f-b71c22c8b26c img.shogun-image {
  width: 100%;
}



}
#s-7a5150f7-bd4c-4dde-bab2-c0d0bc176649 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a5150f7-bd4c-4dde-bab2-c0d0bc176649 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-07184dda-1e21-4ec4-b039-865217376010 {
  text-align: center;
}

#s-07184dda-1e21-4ec4-b039-865217376010 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07184dda-1e21-4ec4-b039-865217376010 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-07184dda-1e21-4ec4-b039-865217376010 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c265c85-6b6d-479f-81e7-eceab8ae134f {
  margin-left: 0%;
margin-bottom: 37px;
margin-right: 0%;
}
@media (max-width: 767px){#s-6c265c85-6b6d-479f-81e7-eceab8ae134f {
  margin-bottom: 0px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-6c265c85-6b6d-479f-81e7-eceab8ae134f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c265c85-6b6d-479f-81e7-eceab8ae134f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c265c85-6b6d-479f-81e7-eceab8ae134f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c265c85-6b6d-479f-81e7-eceab8ae134f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-561539d5-c307-407b-982f-936a61aac375 {
  margin-left: 0%;
margin-right: -3%;
}
}
#s-561539d5-c307-407b-982f-936a61aac375 {
  display: none;
}
#s-4f267010-28e7-4b1e-9c30-aa6705885f36 {
  text-align: left;
}



.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f267010-28e7-4b1e-9c30-aa6705885f36 img.shogun-image {
  width: 100%;
}



}
#s-78d3dbb8-f3e8-4715-bc6e-64bef8d50736 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-78d3dbb8-f3e8-4715-bc6e-64bef8d50736 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-222e8758-a345-481d-80ad-2d74a75e90a4 {
  text-align: center;
}

#s-222e8758-a345-481d-80ad-2d74a75e90a4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-222e8758-a345-481d-80ad-2d74a75e90a4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-222e8758-a345-481d-80ad-2d74a75e90a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-f9debb87-a448-45ba-8182-03cf28058d6b {
  margin-left: -3%;
margin-right: 0%;
}
}
#s-f9debb87-a448-45ba-8182-03cf28058d6b {
  display: none;
}
#s-a129816c-a7d8-4082-a2cd-217ded8a79aa {
  text-align: left;
}



.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a129816c-a7d8-4082-a2cd-217ded8a79aa img.shogun-image {
  width: 100%;
}



}
#s-26f32a2e-64c5-4dee-a255-6b497b8fa503 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-26f32a2e-64c5-4dee-a255-6b497b8fa503 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-639e0cdb-37a5-465c-8a0c-ff37abd7a420 {
  text-align: center;
}

#s-639e0cdb-37a5-465c-8a0c-ff37abd7a420 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-639e0cdb-37a5-465c-8a0c-ff37abd7a420 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-639e0cdb-37a5-465c-8a0c-ff37abd7a420 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a4f3ae7-86e9-420a-82f8-7115a8e21e55 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-5a4f3ae7-86e9-420a-82f8-7115a8e21e55 {
  margin-top: 0px;
}
}
#s-5a4f3ae7-86e9-420a-82f8-7115a8e21e55 {
  display: none;
}
@media (max-width: 767px){#s-25b5d5aa-31b1-46f2-bd34-c543d650c2b3 {
  margin-right: -3%;
}
}
#s-25b5d5aa-31b1-46f2-bd34-c543d650c2b3 {
  display: none;
}
#s-6196fccc-32c4-4861-b0a3-b1694d70b276 {
  text-align: left;
}



.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6196fccc-32c4-4861-b0a3-b1694d70b276 img.shogun-image {
  width: 100%;
}



}
#s-ab7d981a-38cd-4354-9e0e-1c5635bf117b {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab7d981a-38cd-4354-9e0e-1c5635bf117b .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-fee713bc-5840-42e2-9917-3cffb24b2f8e {
  text-align: center;
}

#s-fee713bc-5840-42e2-9917-3cffb24b2f8e .shg-product-sold-out {
  display: none;
  color: rgba(12, 12, 12, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fee713bc-5840-42e2-9917-3cffb24b2f8e .shg-product-price {
  color: rgba(12, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-fee713bc-5840-42e2-9917-3cffb24b2f8e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-c5970015-e165-4c54-9367-9b40454198d1 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
}
}
#s-c5970015-e165-4c54-9367-9b40454198d1 {
  display: none;
}
#s-d1febc35-9c1c-42df-9f8b-898077cf5186 {
  text-align: left;
}



.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1febc35-9c1c-42df-9f8b-898077cf5186 img.shogun-image {
  width: 100%;
}



}
#s-915fbc0f-0b70-48d9-beac-b67eee456951 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-915fbc0f-0b70-48d9-beac-b67eee456951 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-e9d9479f-1052-4a17-b814-9559650511ac {
  text-align: center;
}

#s-e9d9479f-1052-4a17-b814-9559650511ac .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e9d9479f-1052-4a17-b814-9559650511ac .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-e9d9479f-1052-4a17-b814-9559650511ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eae6c6cc-e899-410d-b605-e978b06ebe48 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-eae6c6cc-e899-410d-b605-e978b06ebe48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eae6c6cc-e899-410d-b605-e978b06ebe48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eae6c6cc-e899-410d-b605-e978b06ebe48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eae6c6cc-e899-410d-b605-e978b06ebe48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-7dc15910-a5db-43ca-931a-add92995a508 {
  margin-right: -3%;
}
}
#s-7dc15910-a5db-43ca-931a-add92995a508 {
  display: none;
}
#s-1802177d-49b1-4f41-ae62-4ed0f2126461 {
  text-align: left;
}



.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1802177d-49b1-4f41-ae62-4ed0f2126461 img.shogun-image {
  width: 100%;
}



}
#s-fccc1bc6-e39d-4e0d-8d47-020046fe6aad {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fccc1bc6-e39d-4e0d-8d47-020046fe6aad .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-b227b8b5-dd93-45d5-9677-e75be6c4dc7e {
  text-align: center;
}

#s-b227b8b5-dd93-45d5-9677-e75be6c4dc7e .shg-product-sold-out {
  display: none;
  color: rgba(12, 9, 9, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b227b8b5-dd93-45d5-9677-e75be6c4dc7e .shg-product-price {
  color: rgba(12, 9, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-b227b8b5-dd93-45d5-9677-e75be6c4dc7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-43defadc-c979-4933-9dd6-631de5b00e5c {
  margin-left: -3%;
margin-right: 0%;
}
}
#s-43defadc-c979-4933-9dd6-631de5b00e5c {
  display: none;
}
#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea {
  text-align: left;
}



.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61e03a39-06a7-4a5e-9bb2-79ef5a05a9ea img.shogun-image {
  width: 100%;
}



}
#s-1c0bcf46-842f-47fb-81ee-aeddef056027 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1c0bcf46-842f-47fb-81ee-aeddef056027 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-abd02c9e-4cf4-4f2d-8742-68bafba47ad6 {
  text-align: center;
}

#s-abd02c9e-4cf4-4f2d-8742-68bafba47ad6 .shg-product-sold-out {
  display: none;
  color: rgba(25, 22, 22, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abd02c9e-4cf4-4f2d-8742-68bafba47ad6 .shg-product-price {
  color: rgba(25, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-abd02c9e-4cf4-4f2d-8742-68bafba47ad6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-20e742f5-3e44-4ba9-ba30-4869ac8b9188 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-20e742f5-3e44-4ba9-ba30-4869ac8b9188 {
  margin-top: 0px;
}
}
#s-20e742f5-3e44-4ba9-ba30-4869ac8b9188 {
  display: none;
}
@media (max-width: 767px){#s-865d202d-a8fc-40eb-a8f8-2238d037ddc6 {
  margin-right: -3%;
}
}
#s-865d202d-a8fc-40eb-a8f8-2238d037ddc6 {
  display: none;
}
#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 {
  text-align: left;
}



.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b458ddbf-88f2-4e5e-b500-06b32c8e2fb8 img.shogun-image {
  width: 100%;
}



}
#s-c82e8475-9719-47a8-bf51-a201f17ae810 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c82e8475-9719-47a8-bf51-a201f17ae810 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-aded23fa-b242-47ac-82b9-0d74c18b45e4 {
  text-align: center;
}

#s-aded23fa-b242-47ac-82b9-0d74c18b45e4 .shg-product-sold-out {
  display: none;
  color: rgba(2, 2, 2, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aded23fa-b242-47ac-82b9-0d74c18b45e4 .shg-product-price {
  color: rgba(2, 2, 2, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-aded23fa-b242-47ac-82b9-0d74c18b45e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-7de35641-9a18-4b11-b789-553ffd80ca05 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
}
}
#s-7de35641-9a18-4b11-b789-553ffd80ca05 {
  display: none;
}
#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 {
  text-align: left;
}



.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1448195b-4ec9-40fc-975a-4dee7f06b7f3 img.shogun-image {
  width: 100%;
}



}
#s-3af03bce-b948-4374-9598-8010788fb5d0 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3af03bce-b948-4374-9598-8010788fb5d0 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-69768dbf-ae7d-4f00-932e-c198e759e746 {
  text-align: center;
}

#s-69768dbf-ae7d-4f00-932e-c198e759e746 .shg-product-sold-out {
  display: none;
  color: rgba(34, 28, 28, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69768dbf-ae7d-4f00-932e-c198e759e746 .shg-product-price {
  color: rgba(34, 28, 28, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-69768dbf-ae7d-4f00-932e-c198e759e746 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3d886c10-422f-4bab-96fe-3334f73f41eb {
  margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-3d886c10-422f-4bab-96fe-3334f73f41eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d886c10-422f-4bab-96fe-3334f73f41eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3d886c10-422f-4bab-96fe-3334f73f41eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d886c10-422f-4bab-96fe-3334f73f41eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-d0cddb42-4bfe-4b7f-b9fa-98773190f83b {
  margin-left: 0%;
margin-right: -3%;
}
}
#s-d0cddb42-4bfe-4b7f-b9fa-98773190f83b {
  display: none;
}
#s-80be3763-97e8-4b15-9ec6-84d607c25e3a {
  text-align: left;
}



.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80be3763-97e8-4b15-9ec6-84d607c25e3a img.shogun-image {
  width: 100%;
}



}
#s-98d25084-56a0-4563-81a4-516b8fba88ac {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-98d25084-56a0-4563-81a4-516b8fba88ac .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-71b32217-dc60-4825-85a0-bcbbb1fe3ffd {
  text-align: center;
}

#s-71b32217-dc60-4825-85a0-bcbbb1fe3ffd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-71b32217-dc60-4825-85a0-bcbbb1fe3ffd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-71b32217-dc60-4825-85a0-bcbbb1fe3ffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-07c35ac6-e7ba-4aaf-b442-ec44819d445b {
  margin-left: -3%;
margin-right: 0%;
}
}
#s-07c35ac6-e7ba-4aaf-b442-ec44819d445b {
  display: none;
}
#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db {
  text-align: left;
}



.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe8c4dd-3d4e-48d0-b050-f8e35e9d33db img.shogun-image {
  width: 100%;
}



}
#s-bb9dd3b0-17e4-48df-97a7-02b6d52ad0b3 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bb9dd3b0-17e4-48df-97a7-02b6d52ad0b3 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-35476e06-22c4-485d-b5f1-9d1b9f5e331e {
  text-align: center;
}

#s-35476e06-22c4-485d-b5f1-9d1b9f5e331e .shg-product-sold-out {
  display: none;
  color: rgba(19, 17, 17, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35476e06-22c4-485d-b5f1-9d1b9f5e331e .shg-product-price {
  color: rgba(19, 17, 17, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-35476e06-22c4-485d-b5f1-9d1b9f5e331e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8d43205c-44d3-4ade-8339-a9cee36cbc68 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-8d43205c-44d3-4ade-8339-a9cee36cbc68 {
  margin-top: 0px;
margin-right: -3%;
}
}
#s-8d43205c-44d3-4ade-8339-a9cee36cbc68 {
  display: none;
}
#s-cf25c679-4710-45fc-b776-2aa23317351e {
  display: none;
}
#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a {
  text-align: left;
}



.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d13cfba7-8713-4d1a-9ff4-b7ea27b64b6a img.shogun-image {
  width: 100%;
}



}
#s-b270ab35-50c7-41b0-8899-162a7ecc8892 {
  text-align: center;
}

#s-b270ab35-50c7-41b0-8899-162a7ecc8892 .shg-product-sold-out {
  display: none;
  color: rgba(5, 7, 6, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b270ab35-50c7-41b0-8899-162a7ecc8892 .shg-product-price {
  color: rgba(5, 7, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-b270ab35-50c7-41b0-8899-162a7ecc8892 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a80a0cad-ae84-42ea-8b3e-d0ad1bb08f70 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a80a0cad-ae84-42ea-8b3e-d0ad1bb08f70 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-4712ab13-63dc-40e0-ac9a-a6883921ea37 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
}
}
#s-4712ab13-63dc-40e0-ac9a-a6883921ea37 {
  display: none;
}
#s-ab8ea283-a2c2-47b7-9084-2135df01793e {
  text-align: left;
}



.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8ea283-a2c2-47b7-9084-2135df01793e img.shogun-image {
  width: 100%;
}



}
#s-be3df7e7-7fa1-43ec-b93a-db64c42795c5 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-be3df7e7-7fa1-43ec-b93a-db64c42795c5 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-69a133cc-5285-4aa4-881d-44ed0b421226 {
  text-align: center;
}

#s-69a133cc-5285-4aa4-881d-44ed0b421226 .shg-product-sold-out {
  display: none;
  color: rgba(2, 2, 2, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69a133cc-5285-4aa4-881d-44ed0b421226 .shg-product-price {
  color: rgba(2, 2, 2, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-69a133cc-5285-4aa4-881d-44ed0b421226 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ecfa284a-c3d4-4c2e-803f-695faaac8e1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecfa284a-c3d4-4c2e-803f-695faaac8e1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-ecfa284a-c3d4-4c2e-803f-695faaac8e1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecfa284a-c3d4-4c2e-803f-695faaac8e1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (max-width: 767px) {
  [id="s-ecfa284a-c3d4-4c2e-803f-695faaac8e1c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-73008df5-09bc-42db-a76d-a593bbb5936b {
  max-width: 1080px;
aspect-ratio: 1080/1350;
text-align: center;
}
@media (max-width: 767px){#s-73008df5-09bc-42db-a76d-a593bbb5936b {
  margin-top: 18px;
}
}




  #s-73008df5-09bc-42db-a76d-a593bbb5936b img.shogun-image,
  #s-73008df5-09bc-42db-a76d-a593bbb5936b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73008df5-09bc-42db-a76d-a593bbb5936b {
    width: 100%;
    height: auto;
  }



  #s-73008df5-09bc-42db-a76d-a593bbb5936b img.shogun-image {
    

    
    
    
  }


#s-73008df5-09bc-42db-a76d-a593bbb5936b .shogun-image-content {
  
    align-items: center;
  
}

#s-4895e7a5-15a2-4691-afaa-b04251475b3e {
  margin-top: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4895e7a5-15a2-4691-afaa-b04251475b3e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4895e7a5-15a2-4691-afaa-b04251475b3e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-583e0260-84f3-4742-8cf7-3a02f324a075 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-583e0260-84f3-4742-8cf7-3a02f324a075 .shogun-heading-component h5 {
  color: rgba(22, 22, 22, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: center;
}



#s-f3bb66ec-2966-42f5-a181-77205b233044 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(82, 58, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3bb66ec-2966-42f5-a181-77205b233044:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3bb66ec-2966-42f5-a181-77205b233044:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f3bb66ec-2966-42f5-a181-77205b233044 {
  margin-bottom: 11px;
}
}

  #s-f3bb66ec-2966-42f5-a181-77205b233044-root {
    text-align: center;
  }


#s-f3bb66ec-2966-42f5-a181-77205b233044.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3bb66ec-2966-42f5-a181-77205b233044-root {
    text-align: center;
  }


#s-f3bb66ec-2966-42f5-a181-77205b233044.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3bb66ec-2966-42f5-a181-77205b233044-root {
    text-align: center;
  }


#s-f3bb66ec-2966-42f5-a181-77205b233044.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3bb66ec-2966-42f5-a181-77205b233044-root {
    text-align: center;
  }


#s-f3bb66ec-2966-42f5-a181-77205b233044.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3bb66ec-2966-42f5-a181-77205b233044-root {
    text-align: center;
  }


#s-f3bb66ec-2966-42f5-a181-77205b233044.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-1e400245-42a8-48fa-b93b-98f125c0cb89 {
  max-width: 1080px;
aspect-ratio: 1080/1350;
text-align: center;
}
@media (max-width: 767px){#s-1e400245-42a8-48fa-b93b-98f125c0cb89 {
  margin-top: 18px;
}
}




  #s-1e400245-42a8-48fa-b93b-98f125c0cb89 img.shogun-image,
  #s-1e400245-42a8-48fa-b93b-98f125c0cb89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e400245-42a8-48fa-b93b-98f125c0cb89 {
    width: 100%;
    height: auto;
  }



  #s-1e400245-42a8-48fa-b93b-98f125c0cb89 img.shogun-image {
    

    
    
    
  }


#s-1e400245-42a8-48fa-b93b-98f125c0cb89 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5543548-eb8b-4a76-b803-93992be90994 {
  margin-top: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a5543548-eb8b-4a76-b803-93992be90994 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a5543548-eb8b-4a76-b803-93992be90994 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-c3057340-9133-4c7c-a7e9-4eae5d0ee550 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c3057340-9133-4c7c-a7e9-4eae5d0ee550 .shogun-heading-component h5 {
  color: rgba(22, 22, 22, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: center;
}



#s-7aa1f01d-9534-40c6-a416-273ed10b279d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(82, 58, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7aa1f01d-9534-40c6-a416-273ed10b279d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7aa1f01d-9534-40c6-a416-273ed10b279d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7aa1f01d-9534-40c6-a416-273ed10b279d {
  margin-bottom: 15px;
}
}

  #s-7aa1f01d-9534-40c6-a416-273ed10b279d-root {
    text-align: center;
  }


#s-7aa1f01d-9534-40c6-a416-273ed10b279d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7aa1f01d-9534-40c6-a416-273ed10b279d-root {
    text-align: center;
  }


#s-7aa1f01d-9534-40c6-a416-273ed10b279d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7aa1f01d-9534-40c6-a416-273ed10b279d-root {
    text-align: center;
  }


#s-7aa1f01d-9534-40c6-a416-273ed10b279d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7aa1f01d-9534-40c6-a416-273ed10b279d-root {
    text-align: center;
  }


#s-7aa1f01d-9534-40c6-a416-273ed10b279d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7aa1f01d-9534-40c6-a416-273ed10b279d-root {
    text-align: center;
  }


#s-7aa1f01d-9534-40c6-a416-273ed10b279d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-4e205f97-f1fc-4863-a41d-6238056ec4fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4e205f97-f1fc-4863-a41d-6238056ec4fb {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-4e205f97-f1fc-4863-a41d-6238056ec4fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-1bc16bfa-d965-4d03-b4c8-2dbe5fe1558e {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-1bc16bfa-d965-4d03-b4c8-2dbe5fe1558e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1bc16bfa-d965-4d03-b4c8-2dbe5fe1558e .shg-sld-nav-button.shg-sld-left,
#s-1bc16bfa-d965-4d03-b4c8-2dbe5fe1558e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dcb939ba-df85-4d34-bee7-4a18c103e8e9 {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-dcb939ba-df85-4d34-bee7-4a18c103e8e9 {
  margin-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcb939ba-df85-4d34-bee7-4a18c103e8e9 {
  margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-dcb939ba-df85-4d34-bee7-4a18c103e8e9 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-dcb939ba-df85-4d34-bee7-4a18c103e8e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dcb939ba-df85-4d34-bee7-4a18c103e8e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dcb939ba-df85-4d34-bee7-4a18c103e8e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dcb939ba-df85-4d34-bee7-4a18c103e8e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-00600d16-f848-4fcf-bc95-f7e172cd6e3f {
  margin-right: -3%;
}
}
#s-00600d16-f848-4fcf-bc95-f7e172cd6e3f {
  display: none;
}
#s-cb33ce27-57df-4bc5-901c-89aac2383a60 {
  text-align: left;
}



.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb33ce27-57df-4bc5-901c-89aac2383a60 img.shogun-image {
  width: 100%;
}



}
#s-5024f7fb-a931-4d5b-8345-906786881ab1 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5024f7fb-a931-4d5b-8345-906786881ab1 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-8a9cd57f-09f4-4f1e-b9a2-25050a2d020e {
  text-align: center;
}

#s-8a9cd57f-09f4-4f1e-b9a2-25050a2d020e .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a9cd57f-09f4-4f1e-b9a2-25050a2d020e .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-8a9cd57f-09f4-4f1e-b9a2-25050a2d020e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-eece95b5-7348-4d4d-b5b5-fb8b4839c1ca {
  margin-left: -3%;
margin-right: 0%;
}
}
#s-eece95b5-7348-4d4d-b5b5-fb8b4839c1ca {
  display: none;
}
#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 {
  text-align: left;
}



.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c6e9801-2b6e-4d17-8d96-fb4ef84e08b9 img.shogun-image {
  width: 100%;
}



}
#s-d2b640b4-2433-4114-8045-76aae6d26bf3 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d2b640b4-2433-4114-8045-76aae6d26bf3 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-1c5b8c1e-5f2c-4883-8123-dfb7862ba0e3 {
  text-align: center;
}

#s-1c5b8c1e-5f2c-4883-8123-dfb7862ba0e3 .shg-product-sold-out {
  display: none;
  color: rgba(253, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c5b8c1e-5f2c-4883-8123-dfb7862ba0e3 .shg-product-price {
  color: rgba(253, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-1c5b8c1e-5f2c-4883-8123-dfb7862ba0e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-cc684660-5a8f-4aac-8464-9002cafebdf0 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
}
}
#s-cc684660-5a8f-4aac-8464-9002cafebdf0 {
  display: none;
}
#s-cd5ed931-6deb-40be-86ad-d91e461f0451 {
  text-align: left;
}



.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd5ed931-6deb-40be-86ad-d91e461f0451 img.shogun-image {
  width: 100%;
}



}
#s-d0e9359d-7b2e-4fc7-bd2f-ef8f08287d49 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d0e9359d-7b2e-4fc7-bd2f-ef8f08287d49 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-5d785a51-afdb-47d1-bda2-04581965b4d6 {
  text-align: center;
}

#s-5d785a51-afdb-47d1-bda2-04581965b4d6 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5d785a51-afdb-47d1-bda2-04581965b4d6 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-5d785a51-afdb-47d1-bda2-04581965b4d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-b1815ebc-3803-4cc4-ab06-74c1ed3d8671 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
}
}
#s-b1815ebc-3803-4cc4-ab06-74c1ed3d8671 {
  display: none;
}
#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 {
  text-align: left;
}



.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-052b979b-bc11-40c7-8ed2-e10f266e2dc1 img.shogun-image {
  width: 100%;
}



}
#s-8f3f3f41-230d-47a1-8c9b-9b3e887297e7 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8f3f3f41-230d-47a1-8c9b-9b3e887297e7 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-1c3f19bc-6678-4979-bd78-127be6e157dc {
  text-align: center;
}

#s-1c3f19bc-6678-4979-bd78-127be6e157dc .shg-product-sold-out {
  display: none;
  color: rgba(243, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c3f19bc-6678-4979-bd78-127be6e157dc .shg-product-price {
  color: rgba(243, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-1c3f19bc-6678-4979-bd78-127be6e157dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3 {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3 {
  margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3 {
  margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3 {
  margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c02fc80-7636-4428-a5af-d6b2c5ce26c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-145db1a1-0818-4e24-8d33-4830a73b82c8 {
  margin-left: 0%;
margin-right: -3%;
}
}
#s-145db1a1-0818-4e24-8d33-4830a73b82c8 {
  display: none;
}
#s-fe87b831-3857-4188-9d50-fe519c26e972 {
  text-align: left;
}



.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe87b831-3857-4188-9d50-fe519c26e972 img.shogun-image {
  width: 100%;
}



}
#s-17eaf853-fcb2-42b2-b55d-1806d7d86bca {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-17eaf853-fcb2-42b2-b55d-1806d7d86bca .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-95b44db4-1a3a-480f-938c-0d08da4bebbd {
  text-align: center;
}

#s-95b44db4-1a3a-480f-938c-0d08da4bebbd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-95b44db4-1a3a-480f-938c-0d08da4bebbd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-95b44db4-1a3a-480f-938c-0d08da4bebbd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-87464d29-146f-4621-91b4-c4ff9171966c {
  margin-left: -3%;
}
}
#s-87464d29-146f-4621-91b4-c4ff9171966c {
  display: none;
}
#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a {
  text-align: left;
}



.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f7eac4-6b77-412c-89fe-c85cd7afc52a img.shogun-image {
  width: 100%;
}



}
#s-1a57656b-849f-4883-8d25-801fd811c6d3 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1a57656b-849f-4883-8d25-801fd811c6d3 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-f86feda3-2853-4573-970b-d9703fa0e695 {
  text-align: center;
}

#s-f86feda3-2853-4573-970b-d9703fa0e695 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f86feda3-2853-4573-970b-d9703fa0e695 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-f86feda3-2853-4573-970b-d9703fa0e695 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c561b3ad-92b3-486c-a98b-892ebc6f4ef9 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-c561b3ad-92b3-486c-a98b-892ebc6f4ef9 {
  margin-top: 0px;
}
}
#s-c561b3ad-92b3-486c-a98b-892ebc6f4ef9 {
  display: none;
}
@media (max-width: 767px){#s-45972ba9-72d7-4850-a29e-5a3fe7a0ca8b {
  margin-right: -3%;
}
}
#s-45972ba9-72d7-4850-a29e-5a3fe7a0ca8b {
  display: none;
}
#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd {
  text-align: left;
}



.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cc3bc5-d192-4374-b3f5-8ca6ec43d8cd img.shogun-image {
  width: 100%;
}



}
#s-985572a4-2d0f-41e9-bf42-3629158d72d5 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-985572a4-2d0f-41e9-bf42-3629158d72d5 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-c220051c-be74-4e0d-960e-bf4e60e4b6f4 {
  text-align: center;
}

#s-c220051c-be74-4e0d-960e-bf4e60e4b6f4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c220051c-be74-4e0d-960e-bf4e60e4b6f4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-c220051c-be74-4e0d-960e-bf4e60e4b6f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-6bf63c34-225b-4c9a-9ee3-7b5f4b4b0c54 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-6bf63c34-225b-4c9a-9ee3-7b5f4b4b0c54 {
  display: none;
}
#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 {
  text-align: left;
}



.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f119c6e-e7d6-481e-962d-b9e8e74884a6 img.shogun-image {
  width: 100%;
}



}
#s-185309da-43df-4f1b-aaa9-49674b46058e {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-185309da-43df-4f1b-aaa9-49674b46058e .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-1c923be9-e5c4-4803-9479-197afdc76c24 {
  text-align: center;
}

#s-1c923be9-e5c4-4803-9479-197afdc76c24 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c923be9-e5c4-4803-9479-197afdc76c24 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-1c923be9-e5c4-4803-9479-197afdc76c24 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-11d6da63-6d9e-49ec-99b9-adef5defe70a {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-11d6da63-6d9e-49ec-99b9-adef5defe70a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11d6da63-6d9e-49ec-99b9-adef5defe70a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-11d6da63-6d9e-49ec-99b9-adef5defe70a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-11d6da63-6d9e-49ec-99b9-adef5defe70a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e861917b-0bca-4d1b-9043-fabdf53acfd5 {
  display: none;
}
#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a {
  text-align: left;
}



.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be08fc7b-6fcb-484c-b66d-daca65ab0f8a img.shogun-image {
  width: 100%;
}



}
#s-b87a5649-bf1d-4784-8e0a-780548af41e9 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b87a5649-bf1d-4784-8e0a-780548af41e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-64f9e2ee-5582-4f93-b000-14e68d8c3bdc {
  text-align: center;
}

#s-64f9e2ee-5582-4f93-b000-14e68d8c3bdc .shg-product-sold-out {
  display: none;
  color: rgba(12, 11, 11, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64f9e2ee-5582-4f93-b000-14e68d8c3bdc .shg-product-price {
  color: rgba(12, 11, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64f9e2ee-5582-4f93-b000-14e68d8c3bdc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0fce849-df9a-4c63-9297-3ff21c8cdc74 {
  display: none;
}
#s-49d70e0f-5456-47c5-a020-0b60c58dd297 {
  text-align: left;
}



.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49d70e0f-5456-47c5-a020-0b60c58dd297 img.shogun-image {
  width: 100%;
}



}
#s-37158f96-5afe-483b-992f-1350c07b9019 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-37158f96-5afe-483b-992f-1350c07b9019 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-8e3fb568-0731-400a-9bfe-2bc97d18d2ff {
  text-align: center;
}

#s-8e3fb568-0731-400a-9bfe-2bc97d18d2ff .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8e3fb568-0731-400a-9bfe-2bc97d18d2ff .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8e3fb568-0731-400a-9bfe-2bc97d18d2ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e5a8b9cf-abeb-46db-b629-8c045477da8a {
  margin-top: 0px;
}
@media (max-width: 767px){#s-e5a8b9cf-abeb-46db-b629-8c045477da8a {
  margin-top: 0px;
}
}
#s-e5a8b9cf-abeb-46db-b629-8c045477da8a {
  display: none;
}
#s-530b2636-3dbf-4bd7-82f0-ec0b79867a60 {
  display: none;
}
#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 {
  text-align: left;
}



.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-040b2d03-ee37-43ea-ba6b-19cd4d858e11 img.shogun-image {
  width: 100%;
}



}
#s-c43c1be0-9735-4786-b0f2-0f0d6263c507 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c43c1be0-9735-4786-b0f2-0f0d6263c507 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a64cb8b7-9139-4e93-915d-98263f51562a {
  text-align: center;
}

#s-a64cb8b7-9139-4e93-915d-98263f51562a .shg-product-sold-out {
  display: none;
  color: rgba(20, 19, 19, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a64cb8b7-9139-4e93-915d-98263f51562a .shg-product-price {
  color: rgba(20, 19, 19, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a64cb8b7-9139-4e93-915d-98263f51562a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-70128d31-82cb-4e36-9411-d98ab08ef0aa {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-70128d31-82cb-4e36-9411-d98ab08ef0aa {
  display: none;
}
#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f {
  text-align: left;
}



.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d419a61-9589-4ea7-b85d-0f42d2b44b2f img.shogun-image {
  width: 100%;
}



}
#s-b2cf8ce5-b49d-4083-a011-4d9d2466bbb1 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b2cf8ce5-b49d-4083-a011-4d9d2466bbb1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a6ffebb1-3139-459b-a11a-c6c55c4f4b74 {
  text-align: center;
}

#s-a6ffebb1-3139-459b-a11a-c6c55c4f4b74 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a6ffebb1-3139-459b-a11a-c6c55c4f4b74 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a6ffebb1-3139-459b-a11a-c6c55c4f4b74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8753b7cb-072c-489c-8d0b-306e4f9d7cee {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-8753b7cb-072c-489c-8d0b-306e4f9d7cee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8753b7cb-072c-489c-8d0b-306e4f9d7cee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8753b7cb-072c-489c-8d0b-306e4f9d7cee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8753b7cb-072c-489c-8d0b-306e4f9d7cee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-116ce826-fe5d-4ed0-96dd-79ff2276d06b {
  display: none;
}
#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b {
  text-align: left;
}



.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46c8367-f9b5-4d39-8fb0-0fac49bdf56b img.shogun-image {
  width: 100%;
}



}
#s-298950e7-31df-473c-b2b3-ddec363464db {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-298950e7-31df-473c-b2b3-ddec363464db .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-2293ddcf-e3e6-4861-a157-6c5af6caf803 {
  text-align: center;
}

#s-2293ddcf-e3e6-4861-a157-6c5af6caf803 .shg-product-sold-out {
  display: none;
  color: rgba(12, 11, 11, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2293ddcf-e3e6-4861-a157-6c5af6caf803 .shg-product-price {
  color: rgba(12, 11, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2293ddcf-e3e6-4861-a157-6c5af6caf803 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5c8a011c-f867-4582-a05e-faebfba77f64 {
  display: none;
}
#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc {
  text-align: left;
}



.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7f50e3-3899-4bc9-ab1c-713c1e8c39fc img.shogun-image {
  width: 100%;
}



}
#s-f6e8f6ff-dbe4-4adf-aae0-a07b6503fa4e {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f6e8f6ff-dbe4-4adf-aae0-a07b6503fa4e .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ea301400-ddad-429b-9047-8cd8cab12987 {
  text-align: center;
}

#s-ea301400-ddad-429b-9047-8cd8cab12987 .shg-product-sold-out {
  display: none;
  color: rgba(25, 25, 25, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea301400-ddad-429b-9047-8cd8cab12987 .shg-product-price {
  color: rgba(25, 25, 25, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ea301400-ddad-429b-9047-8cd8cab12987 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1bb5b78-c9f0-4559-b1d3-aa15475211f8 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-b1bb5b78-c9f0-4559-b1d3-aa15475211f8 {
  margin-top: 0px;
}
}
#s-b1bb5b78-c9f0-4559-b1d3-aa15475211f8 {
  display: none;
}
#s-ded780b3-5a6a-42f1-8fb0-eb99e2768cbd {
  display: none;
}
#s-793d75b8-9000-4e71-822c-84239c3d803f {
  text-align: left;
}



.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-793d75b8-9000-4e71-822c-84239c3d803f img.shogun-image {
  width: 100%;
}



}
#s-6de1c301-859d-495f-8304-7afe22e72a4c {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6de1c301-859d-495f-8304-7afe22e72a4c .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-86c38f8a-5787-4616-b742-4583082c3e2e {
  text-align: center;
}

#s-86c38f8a-5787-4616-b742-4583082c3e2e .shg-product-sold-out {
  display: none;
  color: rgba(20, 19, 19, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-86c38f8a-5787-4616-b742-4583082c3e2e .shg-product-price {
  color: rgba(20, 19, 19, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-86c38f8a-5787-4616-b742-4583082c3e2e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-3a164d9f-5c8f-4ac5-b9ca-0b98ea5ef9f5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3a164d9f-5c8f-4ac5-b9ca-0b98ea5ef9f5 {
  display: none;
}
#s-4a4bf117-edce-413f-913e-61447f5b2418 {
  text-align: left;
}



.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4bf117-edce-413f-913e-61447f5b2418 img.shogun-image {
  width: 100%;
}



}
#s-34c5ff86-6b1a-412d-a52b-51d22f119fef {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-34c5ff86-6b1a-412d-a52b-51d22f119fef .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-097d0c70-c307-41a9-982e-0436ee88a113 {
  text-align: center;
}

#s-097d0c70-c307-41a9-982e-0436ee88a113 .shg-product-sold-out {
  display: none;
  color: rgba(8, 8, 8, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-097d0c70-c307-41a9-982e-0436ee88a113 .shg-product-price {
  color: rgba(8, 8, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-097d0c70-c307-41a9-982e-0436ee88a113 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3c8a1722-5a5d-4e96-bee5-8f63661e409a {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-3c8a1722-5a5d-4e96-bee5-8f63661e409a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c8a1722-5a5d-4e96-bee5-8f63661e409a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3c8a1722-5a5d-4e96-bee5-8f63661e409a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c8a1722-5a5d-4e96-bee5-8f63661e409a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e453cb1f-2f78-4bf9-bcc3-d83b640718d3 {
  display: none;
}
#s-943ec032-968d-42cb-a154-c4fe71d4be93 {
  text-align: left;
}



.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ec032-968d-42cb-a154-c4fe71d4be93 img.shogun-image {
  width: 100%;
}



}
#s-430a710d-c5a7-4e1a-a6fe-9019925497c5 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-430a710d-c5a7-4e1a-a6fe-9019925497c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c97fdb33-9f1c-4c05-b98b-b08ef3e0b080 {
  text-align: center;
}

#s-c97fdb33-9f1c-4c05-b98b-b08ef3e0b080 .shg-product-sold-out {
  display: none;
  color: rgba(12, 11, 11, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c97fdb33-9f1c-4c05-b98b-b08ef3e0b080 .shg-product-price {
  color: rgba(12, 11, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c97fdb33-9f1c-4c05-b98b-b08ef3e0b080 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f64748d1-6f85-45e5-a851-5e5e9bbe501b {
  display: none;
}
#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 {
  text-align: left;
}



.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e115df-615e-4261-b1a8-cb7b4696ef15 img.shogun-image {
  width: 100%;
}



}
#s-cfc1d4da-5f94-433d-95e1-882564f8c335 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cfc1d4da-5f94-433d-95e1-882564f8c335 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-1bd1794d-570d-4c2b-99c5-f5e8b0135835 {
  text-align: center;
}

#s-1bd1794d-570d-4c2b-99c5-f5e8b0135835 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bd1794d-570d-4c2b-99c5-f5e8b0135835 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1bd1794d-570d-4c2b-99c5-f5e8b0135835 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b70cd469-e564-45f3-9b04-a697ab517310 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-b70cd469-e564-45f3-9b04-a697ab517310 {
  margin-top: 0px;
}
}
#s-b70cd469-e564-45f3-9b04-a697ab517310 {
  display: none;
}
#s-802c2588-952c-4fb8-9fa3-df17e5d951ec {
  display: none;
}
#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e {
  text-align: left;
}



.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88b4f2b-3e7c-4f2f-9309-be99c4412e4e img.shogun-image {
  width: 100%;
}



}
#s-fa79f3a6-c0a5-42f4-b224-e075d9bb93f5 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fa79f3a6-c0a5-42f4-b224-e075d9bb93f5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-bc8caf7e-a3e1-472c-924c-94b8af46845e {
  text-align: center;
}

#s-bc8caf7e-a3e1-472c-924c-94b8af46845e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bc8caf7e-a3e1-472c-924c-94b8af46845e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bc8caf7e-a3e1-472c-924c-94b8af46845e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-879fcdb0-b560-414f-a0c5-e58a1a1e5c23 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-879fcdb0-b560-414f-a0c5-e58a1a1e5c23 {
  display: none;
}
#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 {
  text-align: left;
}



.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8fd402-df7b-41d8-b23d-3f8601043e32 img.shogun-image {
  width: 100%;
}



}
#s-648b9b4a-7bfc-4b83-913c-ae5f04ab3d91 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-648b9b4a-7bfc-4b83-913c-ae5f04ab3d91 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-fbd591a0-87e8-4901-b891-077dfb3c9e87 {
  text-align: center;
}

#s-fbd591a0-87e8-4901-b891-077dfb3c9e87 .shg-product-sold-out {
  display: none;
  color: rgba(8, 8, 8, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fbd591a0-87e8-4901-b891-077dfb3c9e87 .shg-product-price {
  color: rgba(8, 8, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fbd591a0-87e8-4901-b891-077dfb3c9e87 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f4b9764-b731-4470-b585-828d33508d09 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 16px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-1f4b9764-b731-4470-b585-828d33508d09 {
  display: none;
}
#s-1f4b9764-b731-4470-b585-828d33508d09, #wrap-s-1f4b9764-b731-4470-b585-828d33508d09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f4b9764-b731-4470-b585-828d33508d09 {
  min-height: 800px;
display: none;
}
#s-1f4b9764-b731-4470-b585-828d33508d09, #wrap-s-1f4b9764-b731-4470-b585-828d33508d09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f4b9764-b731-4470-b585-828d33508d09 {
  
}
}@media (max-width: 767px){#s-1f4b9764-b731-4470-b585-828d33508d09 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-1f4b9764-b731-4470-b585-828d33508d09 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-1f4b9764-b731-4470-b585-828d33508d09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b4e620c-186a-4281-b367-bec3d887155e {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b4e620c-186a-4281-b367-bec3d887155e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 49px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-7b4e620c-186a-4281-b367-bec3d887155e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 47px;
  
  
  text-align: center;
}


}
#s-77de3dcc-279c-4a45-9944-7dfcde286517 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(93, 66, 6, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(93, 66, 6, 1);
}
#s-77de3dcc-279c-4a45-9944-7dfcde286517:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77de3dcc-279c-4a45-9944-7dfcde286517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77de3dcc-279c-4a45-9944-7dfcde286517-root {
    text-align: center;
  }


#s-77de3dcc-279c-4a45-9944-7dfcde286517.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77de3dcc-279c-4a45-9944-7dfcde286517-root {
    text-align: center;
  }


#s-77de3dcc-279c-4a45-9944-7dfcde286517.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77de3dcc-279c-4a45-9944-7dfcde286517-root {
    text-align: center;
  }


#s-77de3dcc-279c-4a45-9944-7dfcde286517.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77de3dcc-279c-4a45-9944-7dfcde286517-root {
    text-align: center;
  }


#s-77de3dcc-279c-4a45-9944-7dfcde286517.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77de3dcc-279c-4a45-9944-7dfcde286517-root {
    text-align: center;
  }


#s-77de3dcc-279c-4a45-9944-7dfcde286517.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-7216e236-9d38-4404-9452-bd05fb1b5c20 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 16px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-7216e236-9d38-4404-9452-bd05fb1b5c20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7216e236-9d38-4404-9452-bd05fb1b5c20 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7216e236-9d38-4404-9452-bd05fb1b5c20 {
  display: none;
}
#s-7216e236-9d38-4404-9452-bd05fb1b5c20, #wrap-s-7216e236-9d38-4404-9452-bd05fb1b5c20 { display:none !important; }}@media (max-width: 767px){#s-7216e236-9d38-4404-9452-bd05fb1b5c20 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-7216e236-9d38-4404-9452-bd05fb1b5c20, #wrap-s-7216e236-9d38-4404-9452-bd05fb1b5c20 { display:none !important; }}







#s-7216e236-9d38-4404-9452-bd05fb1b5c20 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-7216e236-9d38-4404-9452-bd05fb1b5c20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f74a5e8d-9ac0-402e-9c45-eefab5f41875 {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f74a5e8d-9ac0-402e-9c45-eefab5f41875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 49px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f74a5e8d-9ac0-402e-9c45-eefab5f41875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 47px;
  
  
  text-align: center;
}


}
#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(93, 66, 6, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(93, 66, 6, 1);
}
#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc1d2000-87e7-4f36-89df-db6e6b30bb12-root {
    text-align: center;
  }


#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc1d2000-87e7-4f36-89df-db6e6b30bb12-root {
    text-align: center;
  }


#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc1d2000-87e7-4f36-89df-db6e6b30bb12-root {
    text-align: center;
  }


#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc1d2000-87e7-4f36-89df-db6e6b30bb12-root {
    text-align: center;
  }


#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc1d2000-87e7-4f36-89df-db6e6b30bb12-root {
    text-align: center;
  }


#s-fc1d2000-87e7-4f36-89df-db6e6b30bb12.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-7db8045b-c0ed-430c-8db0-c013acb541a0 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7db8045b-c0ed-430c-8db0-c013acb541a0 {
  display: none;
}
#s-7db8045b-c0ed-430c-8db0-c013acb541a0, #wrap-s-7db8045b-c0ed-430c-8db0-c013acb541a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7db8045b-c0ed-430c-8db0-c013acb541a0 {
  display: none;
}
#s-7db8045b-c0ed-430c-8db0-c013acb541a0, #wrap-s-7db8045b-c0ed-430c-8db0-c013acb541a0 { display:none !important; }}@media (max-width: 767px){#s-7db8045b-c0ed-430c-8db0-c013acb541a0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-7db8045b-c0ed-430c-8db0-c013acb541a0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7db8045b-c0ed-430c-8db0-c013acb541a0 .shg-sld-nav-button.shg-sld-left,
#s-7db8045b-c0ed-430c-8db0-c013acb541a0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-12abd4ce-7580-4da3-969a-46ba929c6ac7 {
  margin-top: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-12abd4ce-7580-4da3-969a-46ba929c6ac7:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-12abd4ce-7580-4da3-969a-46ba929c6ac7 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12abd4ce-7580-4da3-969a-46ba929c6ac7 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-12abd4ce-7580-4da3-969a-46ba929c6ac7 {
  margin-top: 12px;
}
}






  #s-12abd4ce-7580-4da3-969a-46ba929c6ac7 img.shogun-image {
    

    
    
    
  }


#s-12abd4ce-7580-4da3-969a-46ba929c6ac7 .shogun-image-content {
  
    align-items: center;
  
}

#s-996e59df-8c26-401d-842f-f4037b3f6128 {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-996e59df-8c26-401d-842f-f4037b3f6128 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
}
#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89-root {
    text-align: center;
  }


#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89-root {
    text-align: center;
  }


#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89-root {
    text-align: center;
  }


#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89-root {
    text-align: center;
  }


#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89-root {
    text-align: center;
  }


#s-d25a55f7-fdc5-43ee-ac5d-c18577a22b89.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-f796b38f-dc56-409c-bfae-3dc6042787b2 {
  margin-top: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-f796b38f-dc56-409c-bfae-3dc6042787b2:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-f796b38f-dc56-409c-bfae-3dc6042787b2 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f796b38f-dc56-409c-bfae-3dc6042787b2 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f796b38f-dc56-409c-bfae-3dc6042787b2 {
  
}
}@media (max-width: 767px){#s-f796b38f-dc56-409c-bfae-3dc6042787b2 {
  margin-top: 12px;
}
}






  #s-f796b38f-dc56-409c-bfae-3dc6042787b2 img.shogun-image {
    

    
    
    
  }


#s-f796b38f-dc56-409c-bfae-3dc6042787b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-877ad9f1-28f3-43b3-847e-e5415c8ad6ff {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-877ad9f1-28f3-43b3-847e-e5415c8ad6ff .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-4d1d6880-feaf-4aae-96e7-a7e5865be170 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
}
#s-4d1d6880-feaf-4aae-96e7-a7e5865be170:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d1d6880-feaf-4aae-96e7-a7e5865be170:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d1d6880-feaf-4aae-96e7-a7e5865be170-root {
    text-align: center;
  }


#s-4d1d6880-feaf-4aae-96e7-a7e5865be170.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d1d6880-feaf-4aae-96e7-a7e5865be170-root {
    text-align: center;
  }


#s-4d1d6880-feaf-4aae-96e7-a7e5865be170.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d1d6880-feaf-4aae-96e7-a7e5865be170-root {
    text-align: center;
  }


#s-4d1d6880-feaf-4aae-96e7-a7e5865be170.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d1d6880-feaf-4aae-96e7-a7e5865be170-root {
    text-align: center;
  }


#s-4d1d6880-feaf-4aae-96e7-a7e5865be170.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d1d6880-feaf-4aae-96e7-a7e5865be170-root {
    text-align: center;
  }


#s-4d1d6880-feaf-4aae-96e7-a7e5865be170.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe {
  margin-top: 20px;
max-width: 800px;
aspect-ratio: 800/1080;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe {
  
}
}@media (max-width: 767px){#s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe {
  margin-top: 12px;
}
}




  #s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe img.shogun-image,
  #s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe {
    width: 100%;
    height: auto;
  }



  #s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe img.shogun-image {
    

    
    
    
  }


#s-c9f30c62-cdd0-4ecd-8fa9-b9f19baeedbe .shogun-image-content {
  
    align-items: center;
  
}

#s-28f84c78-8c2a-40d2-8673-127665bde9f2 {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-28f84c78-8c2a-40d2-8673-127665bde9f2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
}
#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e-root {
    text-align: center;
  }


#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e-root {
    text-align: center;
  }


#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e-root {
    text-align: center;
  }


#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e-root {
    text-align: center;
  }


#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e-root {
    text-align: center;
  }


#s-deb0a20f-b70b-4e11-a979-e4a6d24d4c5e.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-673effde-6e9d-4485-875b-b408f55efdbe {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-673effde-6e9d-4485-875b-b408f55efdbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-673effde-6e9d-4485-875b-b408f55efdbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-673effde-6e9d-4485-875b-b408f55efdbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-673effde-6e9d-4485-875b-b408f55efdbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-df410cbd-595c-4c81-8cc7-d991f6d845c1 {
  display: none;
}
#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 {
  text-align: left;
}



.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59827b2f-77f6-44b6-af6c-4f2ab2345693 img.shogun-image {
  width: 100%;
}



}
#s-ba451842-0e6b-4262-8770-24528bf8a76c {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ba451842-0e6b-4262-8770-24528bf8a76c .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-d53432a2-633e-45e6-88d9-7f54d6d618d6 {
  text-align: center;
}

#s-d53432a2-633e-45e6-88d9-7f54d6d618d6 .shg-product-sold-out {
  display: none;
  color: rgba(12, 11, 11, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d53432a2-633e-45e6-88d9-7f54d6d618d6 .shg-product-price {
  color: rgba(12, 11, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d53432a2-633e-45e6-88d9-7f54d6d618d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-49c5933a-f10b-457f-8071-4689bc7854f8 {
  display: none;
}
#s-560853cb-78c2-44c5-9280-a4a76533c988 {
  text-align: left;
}



.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-560853cb-78c2-44c5-9280-a4a76533c988 img.shogun-image {
  width: 100%;
}



}
#s-0d86c956-bc67-48c0-b9f2-56743eb1d3ea {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0d86c956-bc67-48c0-b9f2-56743eb1d3ea .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b7b18051-09a3-41fa-a1bf-639005a1f4e9 {
  text-align: center;
}

#s-b7b18051-09a3-41fa-a1bf-639005a1f4e9 .shg-product-sold-out {
  display: none;
  color: rgba(25, 25, 25, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b7b18051-09a3-41fa-a1bf-639005a1f4e9 .shg-product-price {
  color: rgba(25, 25, 25, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b7b18051-09a3-41fa-a1bf-639005a1f4e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0832103d-da8c-4e31-b7fe-d1af5676e041 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-0832103d-da8c-4e31-b7fe-d1af5676e041 {
  margin-top: 0px;
}
}
#s-0832103d-da8c-4e31-b7fe-d1af5676e041 {
  display: none;
}
#s-8243b77f-1f36-492d-ae3b-c5192d17328f {
  display: none;
}
#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 {
  text-align: left;
}



.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-770179c0-0234-4bc3-9dc8-4ca2500e2b25 img.shogun-image {
  width: 100%;
}



}
#s-770c6e62-e099-4870-ae67-dbd8d3757599 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-770c6e62-e099-4870-ae67-dbd8d3757599 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-781753ff-3b1d-45d4-8743-88315e5d2a46 {
  text-align: center;
}

#s-781753ff-3b1d-45d4-8743-88315e5d2a46 .shg-product-sold-out {
  display: none;
  color: rgba(20, 19, 19, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-781753ff-3b1d-45d4-8743-88315e5d2a46 .shg-product-price {
  color: rgba(20, 19, 19, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-781753ff-3b1d-45d4-8743-88315e5d2a46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-a6a537d3-94c0-4431-97ef-600043b0ed1a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a6a537d3-94c0-4431-97ef-600043b0ed1a {
  display: none;
}
#s-145d5da4-9d25-458c-a087-19bd865bcea5 {
  text-align: left;
}



.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-145d5da4-9d25-458c-a087-19bd865bcea5 img.shogun-image {
  width: 100%;
}



}
#s-8eedd6ff-c830-4ae7-8e6e-f8b079b63f6d {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8eedd6ff-c830-4ae7-8e6e-f8b079b63f6d .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-83ba012b-9fe5-42cc-9f7c-5631ea00f6fd {
  text-align: center;
}

#s-83ba012b-9fe5-42cc-9f7c-5631ea00f6fd .shg-product-sold-out {
  display: none;
  color: rgba(8, 8, 8, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83ba012b-9fe5-42cc-9f7c-5631ea00f6fd .shg-product-price {
  color: rgba(8, 8, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83ba012b-9fe5-42cc-9f7c-5631ea00f6fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dea77aa8-84e1-43a9-bec8-6a383cbc120a {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-dea77aa8-84e1-43a9-bec8-6a383cbc120a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dea77aa8-84e1-43a9-bec8-6a383cbc120a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dea77aa8-84e1-43a9-bec8-6a383cbc120a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dea77aa8-84e1-43a9-bec8-6a383cbc120a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e1494ee6-0718-4498-9a32-b20297621d11 {
  display: none;
}
#s-741bda85-ba11-494e-9e73-3115b96723ed {
  text-align: left;
}



.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-741bda85-ba11-494e-9e73-3115b96723ed img.shogun-image {
  width: 100%;
}



}
#s-94b139f4-c953-49d8-9434-2fe967105d3f {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-94b139f4-c953-49d8-9434-2fe967105d3f .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-26d9fbbc-ad7e-4366-a418-9086275ec547 {
  text-align: center;
}

#s-26d9fbbc-ad7e-4366-a418-9086275ec547 .shg-product-sold-out {
  display: none;
  color: rgba(12, 11, 11, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-26d9fbbc-ad7e-4366-a418-9086275ec547 .shg-product-price {
  color: rgba(12, 11, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-26d9fbbc-ad7e-4366-a418-9086275ec547 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-765b6f99-cd9d-4a44-8285-3236ccb12330 {
  display: none;
}
#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c {
  text-align: left;
}



.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ceb41b-ab19-4b5a-96d7-c7707925d04c img.shogun-image {
  width: 100%;
}



}
#s-110005d2-c4ea-4e55-98bc-1dbc21fc4cc2 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-110005d2-c4ea-4e55-98bc-1dbc21fc4cc2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0f14954a-7ea9-404a-b16d-978aea823f4b {
  text-align: center;
}

#s-0f14954a-7ea9-404a-b16d-978aea823f4b .shg-product-sold-out {
  display: none;
  color: rgba(25, 25, 25, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0f14954a-7ea9-404a-b16d-978aea823f4b .shg-product-price {
  color: rgba(25, 25, 25, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0f14954a-7ea9-404a-b16d-978aea823f4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa450ed3-f8d6-4b4c-ad33-1927450b43e7 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-fa450ed3-f8d6-4b4c-ad33-1927450b43e7 {
  margin-top: 0px;
}
}
#s-fa450ed3-f8d6-4b4c-ad33-1927450b43e7 {
  display: none;
}
#s-9892c28e-d689-4672-ac2c-85e3fdbcbe83 {
  display: none;
}
#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a {
  text-align: left;
}



.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4de4495-c6bf-4373-9eb6-03f14ae7101a img.shogun-image {
  width: 100%;
}



}
#s-4637871c-5971-4b53-aa77-575c6b60714c {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4637871c-5971-4b53-aa77-575c6b60714c .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0239e618-bca8-49b4-a8d2-622d46395108 {
  text-align: center;
}

#s-0239e618-bca8-49b4-a8d2-622d46395108 .shg-product-sold-out {
  display: none;
  color: rgba(20, 19, 19, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0239e618-bca8-49b4-a8d2-622d46395108 .shg-product-price {
  color: rgba(20, 19, 19, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0239e618-bca8-49b4-a8d2-622d46395108 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-0f5c29ba-9538-4895-92ff-81c2cf5f95a0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-0f5c29ba-9538-4895-92ff-81c2cf5f95a0 {
  display: none;
}
#s-1eeb1c9b-65dc-4d33-b390-22649164241e {
  text-align: left;
}



.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1eeb1c9b-65dc-4d33-b390-22649164241e img.shogun-image {
  width: 100%;
}



}
#s-243b54a6-6ae3-4f35-8562-2ad1c2249956 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-243b54a6-6ae3-4f35-8562-2ad1c2249956 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f082295f-af85-4800-a846-937bd4886758 {
  text-align: center;
}

#s-f082295f-af85-4800-a846-937bd4886758 .shg-product-sold-out {
  display: none;
  color: rgba(8, 8, 8, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f082295f-af85-4800-a846-937bd4886758 .shg-product-price {
  color: rgba(8, 8, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f082295f-af85-4800-a846-937bd4886758 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0feb0d4e-87d1-4e5c-bdd7-932fb3b56ea2 {
  margin-left: 4%;
margin-bottom: 37px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-0feb0d4e-87d1-4e5c-bdd7-932fb3b56ea2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0feb0d4e-87d1-4e5c-bdd7-932fb3b56ea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0feb0d4e-87d1-4e5c-bdd7-932fb3b56ea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0feb0d4e-87d1-4e5c-bdd7-932fb3b56ea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7d64aba0-b47f-4b05-8e0c-059c833e211d {
  display: none;
}
#s-371c1dae-a981-453a-a634-b7928efb6287 {
  text-align: left;
}



.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-371c1dae-a981-453a-a634-b7928efb6287 img.shogun-image {
  width: 100%;
}



}
#s-875cfc2a-98c5-491d-9295-4593e22341d4 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-875cfc2a-98c5-491d-9295-4593e22341d4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-eaf92389-d007-43dd-8fea-5798f8ba229d {
  text-align: center;
}

#s-eaf92389-d007-43dd-8fea-5798f8ba229d .shg-product-sold-out {
  display: none;
  color: rgba(12, 11, 11, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eaf92389-d007-43dd-8fea-5798f8ba229d .shg-product-price {
  color: rgba(12, 11, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eaf92389-d007-43dd-8fea-5798f8ba229d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-71068a57-1010-4bbe-887b-73b21211245f {
  display: none;
}
#s-64246a4c-6309-40a2-8a78-6f202a893574 {
  text-align: left;
}



.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64246a4c-6309-40a2-8a78-6f202a893574 img.shogun-image {
  width: 100%;
}



}
#s-201fbeec-7f03-4790-94d9-f3468183c26a {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-201fbeec-7f03-4790-94d9-f3468183c26a .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f508a0f2-936f-4cbb-8e1b-d07aa97f8c03 {
  text-align: center;
}

#s-f508a0f2-936f-4cbb-8e1b-d07aa97f8c03 .shg-product-sold-out {
  display: none;
  color: rgba(25, 25, 25, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f508a0f2-936f-4cbb-8e1b-d07aa97f8c03 .shg-product-price {
  color: rgba(25, 25, 25, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f508a0f2-936f-4cbb-8e1b-d07aa97f8c03 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b582a8cb-dbf4-49e3-a381-e7924c6fc085 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-b582a8cb-dbf4-49e3-a381-e7924c6fc085 {
  margin-top: 0px;
}
}
#s-b582a8cb-dbf4-49e3-a381-e7924c6fc085 {
  display: none;
}
#s-d55544e6-82e2-4cac-9915-46a48b0c81f9 {
  display: none;
}
#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 {
  text-align: left;
}



.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1992fe00-2062-4253-8a7d-be8da46e8cd5 img.shogun-image {
  width: 100%;
}



}
#s-0f61329a-729e-4e69-916a-4d60b8010c83 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f61329a-729e-4e69-916a-4d60b8010c83 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e0f294c1-6fc6-4cfc-9048-4548e4338cde {
  text-align: center;
}

#s-e0f294c1-6fc6-4cfc-9048-4548e4338cde .shg-product-sold-out {
  display: none;
  color: rgba(20, 19, 19, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0f294c1-6fc6-4cfc-9048-4548e4338cde .shg-product-price {
  color: rgba(20, 19, 19, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e0f294c1-6fc6-4cfc-9048-4548e4338cde .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-ef642fdd-a6e5-4f43-9238-065eb346060a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ef642fdd-a6e5-4f43-9238-065eb346060a {
  display: none;
}
#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 {
  text-align: left;
}



.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c9f9e4-3330-425b-afe3-6eeab62bca85 img.shogun-image {
  width: 100%;
}



}
#s-67c3d500-c84e-407b-9a2f-7791da27c2f1 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-67c3d500-c84e-407b-9a2f-7791da27c2f1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5fa533f7-21ad-4012-86bb-18e1f60fb72f {
  text-align: center;
}

#s-5fa533f7-21ad-4012-86bb-18e1f60fb72f .shg-product-sold-out {
  display: none;
  color: rgba(8, 8, 8, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5fa533f7-21ad-4012-86bb-18e1f60fb72f .shg-product-price {
  color: rgba(8, 8, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fa533f7-21ad-4012-86bb-18e1f60fb72f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c {
  margin-top: 34px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c {
  margin-bottom: 24px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c {
  display: none;
}
#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c, #wrap-s-9120a23a-8c9a-4bc4-b934-721ae1b1048c { display:none !important; }}@media (max-width: 767px){#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c {
  margin-top: -12px;
margin-bottom: 15px;
display: none;
}
#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c, #wrap-s-9120a23a-8c9a-4bc4-b934-721ae1b1048c { display:none !important; }}







#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9120a23a-8c9a-4bc4-b934-721ae1b1048c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-a3e7f9ee-e7ec-4eef-a257-535af4bc13c3 {
  margin-top: -26px;
}
}
@media (min-width: 0px) {
[id="s-a3e7f9ee-e7ec-4eef-a257-535af4bc13c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e7f9ee-e7ec-4eef-a257-535af4bc13c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e7f9ee-e7ec-4eef-a257-535af4bc13c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e7f9ee-e7ec-4eef-a257-535af4bc13c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-a3e7f9ee-e7ec-4eef-a257-535af4bc13c3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5f6e97bf-7e75-412f-8beb-23b2a6d88ff1 {
  margin-top: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-5f6e97bf-7e75-412f-8beb-23b2a6d88ff1:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-5f6e97bf-7e75-412f-8beb-23b2a6d88ff1 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f6e97bf-7e75-412f-8beb-23b2a6d88ff1 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-5f6e97bf-7e75-412f-8beb-23b2a6d88ff1 {
  margin-top: 12px;
}
}






  #s-5f6e97bf-7e75-412f-8beb-23b2a6d88ff1 img.shogun-image {
    

    
    
    
  }


#s-5f6e97bf-7e75-412f-8beb-23b2a6d88ff1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bfd6ece-2504-466a-9b96-7400b228fd33 {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6bfd6ece-2504-466a-9b96-7400b228fd33 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
}
#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20ddb0a5-3c39-4120-8a65-42bb214c03a5-root {
    text-align: center;
  }


#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20ddb0a5-3c39-4120-8a65-42bb214c03a5-root {
    text-align: center;
  }


#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20ddb0a5-3c39-4120-8a65-42bb214c03a5-root {
    text-align: center;
  }


#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20ddb0a5-3c39-4120-8a65-42bb214c03a5-root {
    text-align: center;
  }


#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20ddb0a5-3c39-4120-8a65-42bb214c03a5-root {
    text-align: center;
  }


#s-20ddb0a5-3c39-4120-8a65-42bb214c03a5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-37e3452e-3b79-4175-9c5f-5ffc0c23ab50 {
  min-height: 50px;
}








#s-37e3452e-3b79-4175-9c5f-5ffc0c23ab50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e3452e-3b79-4175-9c5f-5ffc0c23ab50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-628a85cf-13cb-4c23-aa2a-904402708947 {
  margin-top: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-628a85cf-13cb-4c23-aa2a-904402708947:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-628a85cf-13cb-4c23-aa2a-904402708947 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-628a85cf-13cb-4c23-aa2a-904402708947 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-628a85cf-13cb-4c23-aa2a-904402708947 {
  
}
}@media (max-width: 767px){#s-628a85cf-13cb-4c23-aa2a-904402708947 {
  margin-top: 12px;
}
}






  #s-628a85cf-13cb-4c23-aa2a-904402708947 img.shogun-image {
    

    
    
    
  }


#s-628a85cf-13cb-4c23-aa2a-904402708947 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0e85613-eeb4-428a-aa25-92fae875e445 {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a0e85613-eeb4-428a-aa25-92fae875e445 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
}
#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5-root {
    text-align: center;
  }


#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5-root {
    text-align: center;
  }


#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5-root {
    text-align: center;
  }


#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5-root {
    text-align: center;
  }


#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5-root {
    text-align: center;
  }


#s-6b79bc21-0528-48ba-9a4c-72c15f58f2b5.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-7da08db4-ee5a-4559-b2dc-8a23902f3f85 {
  margin-top: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-7da08db4-ee5a-4559-b2dc-8a23902f3f85:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-7da08db4-ee5a-4559-b2dc-8a23902f3f85 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7da08db4-ee5a-4559-b2dc-8a23902f3f85 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7da08db4-ee5a-4559-b2dc-8a23902f3f85 {
  
}
}@media (max-width: 767px){#s-7da08db4-ee5a-4559-b2dc-8a23902f3f85 {
  margin-top: 12px;
}
}






  #s-7da08db4-ee5a-4559-b2dc-8a23902f3f85 img.shogun-image {
    

    
    
    
  }


#s-7da08db4-ee5a-4559-b2dc-8a23902f3f85 .shogun-image-content {
  
    align-items: center;
  
}

#s-7daedd58-d089-400a-8e53-d29a20d72928 {
  margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7daedd58-d089-400a-8e53-d29a20d72928 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-81e02454-640e-4d3f-90a0-2492222d39a2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
}
#s-81e02454-640e-4d3f-90a0-2492222d39a2:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81e02454-640e-4d3f-90a0-2492222d39a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81e02454-640e-4d3f-90a0-2492222d39a2-root {
    text-align: center;
  }


#s-81e02454-640e-4d3f-90a0-2492222d39a2.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81e02454-640e-4d3f-90a0-2492222d39a2-root {
    text-align: center;
  }


#s-81e02454-640e-4d3f-90a0-2492222d39a2.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81e02454-640e-4d3f-90a0-2492222d39a2-root {
    text-align: center;
  }


#s-81e02454-640e-4d3f-90a0-2492222d39a2.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81e02454-640e-4d3f-90a0-2492222d39a2-root {
    text-align: center;
  }


#s-81e02454-640e-4d3f-90a0-2492222d39a2.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81e02454-640e-4d3f-90a0-2492222d39a2-root {
    text-align: center;
  }


#s-81e02454-640e-4d3f-90a0-2492222d39a2.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-2891229d-9319-4edb-8d2a-11801cfb7017 {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2891229d-9319-4edb-8d2a-11801cfb7017 {
  display: none;
}
#s-2891229d-9319-4edb-8d2a-11801cfb7017, #wrap-s-2891229d-9319-4edb-8d2a-11801cfb7017 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2891229d-9319-4edb-8d2a-11801cfb7017 {
  display: none;
}
#s-2891229d-9319-4edb-8d2a-11801cfb7017, #wrap-s-2891229d-9319-4edb-8d2a-11801cfb7017 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2891229d-9319-4edb-8d2a-11801cfb7017 {
  display: none;
}
#s-2891229d-9319-4edb-8d2a-11801cfb7017, #wrap-s-2891229d-9319-4edb-8d2a-11801cfb7017 { display:none !important; }}@media (max-width: 767px){#s-2891229d-9319-4edb-8d2a-11801cfb7017 {
  display: none;
}
#s-2891229d-9319-4edb-8d2a-11801cfb7017, #wrap-s-2891229d-9319-4edb-8d2a-11801cfb7017 { display:none !important; }}







#s-2891229d-9319-4edb-8d2a-11801cfb7017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2891229d-9319-4edb-8d2a-11801cfb7017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9076d1f-df99-46a9-9869-8a1a4f15f099 {
  margin-top: 23px;
}

@media (min-width: 0px) {
[id="s-b9076d1f-df99-46a9-9869-8a1a4f15f099"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9076d1f-df99-46a9-9869-8a1a4f15f099"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-b9076d1f-df99-46a9-9869-8a1a4f15f099"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-b9076d1f-df99-46a9-9869-8a1a4f15f099"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

#s-fa3b8f54-fde2-4c4c-afa2-a5855e356128 {
  text-align: center;
}







  #s-fa3b8f54-fde2-4c4c-afa2-a5855e356128 img.shogun-image {
    

    
    
    
  }


#s-fa3b8f54-fde2-4c4c-afa2-a5855e356128 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a0b5f53-4532-4ec6-9ebe-0cd61906a9af {
  margin-top: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1a0b5f53-4532-4ec6-9ebe-0cd61906a9af .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-3121b277-0d0c-433d-ad38-59a88f233ca3 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3121b277-0d0c-433d-ad38-59a88f233ca3 .shogun-heading-component h5 {
  color: rgba(65, 64, 64, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1f37e28e-1add-457f-b53e-936d6f88cfd9 {
  text-align: center;
}
@media (max-width: 767px){#s-1f37e28e-1add-457f-b53e-936d6f88cfd9 {
  margin-top: 2px;
}
}






  #s-1f37e28e-1add-457f-b53e-936d6f88cfd9 img.shogun-image {
    

    
    
    
  }


#s-1f37e28e-1add-457f-b53e-936d6f88cfd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f2cf39d-465c-4f7c-bacd-9055b42697c2 {
  margin-top: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9f2cf39d-465c-4f7c-bacd-9055b42697c2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-290fb775-59fd-4cba-bc1c-444f841db4ae {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-290fb775-59fd-4cba-bc1c-444f841db4ae .shogun-heading-component h5 {
  color: rgba(65, 64, 64, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ccace03b-62e5-45a7-bb52-a2fe6358349f {
  min-height: 50px;
}








#s-ccace03b-62e5-45a7-bb52-a2fe6358349f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccace03b-62e5-45a7-bb52-a2fe6358349f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe769ce0-3660-4640-92da-46ba2a0d882d {
  text-align: center;
}







  #s-fe769ce0-3660-4640-92da-46ba2a0d882d img.shogun-image {
    

    
    
    
  }


#s-fe769ce0-3660-4640-92da-46ba2a0d882d .shogun-image-content {
  
    align-items: center;
  
}

#s-26112d55-33a1-43c1-bbec-3fb647035c07 {
  margin-top: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-26112d55-33a1-43c1-bbec-3fb647035c07 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-75f611ca-69d1-4332-ab64-7fc50650bcdb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(82, 58, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75f611ca-69d1-4332-ab64-7fc50650bcdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75f611ca-69d1-4332-ab64-7fc50650bcdb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75f611ca-69d1-4332-ab64-7fc50650bcdb-root {
    text-align: center;
  }


#s-75f611ca-69d1-4332-ab64-7fc50650bcdb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75f611ca-69d1-4332-ab64-7fc50650bcdb-root {
    text-align: center;
  }


#s-75f611ca-69d1-4332-ab64-7fc50650bcdb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75f611ca-69d1-4332-ab64-7fc50650bcdb-root {
    text-align: center;
  }


#s-75f611ca-69d1-4332-ab64-7fc50650bcdb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75f611ca-69d1-4332-ab64-7fc50650bcdb-root {
    text-align: center;
  }


#s-75f611ca-69d1-4332-ab64-7fc50650bcdb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75f611ca-69d1-4332-ab64-7fc50650bcdb-root {
    text-align: center;
  }


#s-75f611ca-69d1-4332-ab64-7fc50650bcdb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-67de017b-c9cb-4d4e-9a8f-99b4bcaf04cf {
  text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-67de017b-c9cb-4d4e-9a8f-99b4bcaf04cf:hover {opacity: 0.61 !important;}@media (max-width: 767px){#s-67de017b-c9cb-4d4e-9a8f-99b4bcaf04cf {
  margin-top: 29px;
margin-bottom: 29px;
}
}






  #s-67de017b-c9cb-4d4e-9a8f-99b4bcaf04cf img.shogun-image {
    

    
    
    
  }


#s-67de017b-c9cb-4d4e-9a8f-99b4bcaf04cf .shogun-image-content {
  
    align-items: center;
  
}

#s-6082acb9-4a60-4ff8-800a-5b40aef7b60c {
  margin-top: 449px;
margin-left: 5%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6082acb9-4a60-4ff8-800a-5b40aef7b60c {
  margin-top: 153px;
}
}
#s-6082acb9-4a60-4ff8-800a-5b40aef7b60c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DM Serif Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-10a4011f-d8b0-41fe-9fb4-cdecec41a135 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 9px;
margin-right: 56%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-10a4011f-d8b0-41fe-9fb4-cdecec41a135 {
  margin-right: 5%;
}
}
#s-10a4011f-d8b0-41fe-9fb4-cdecec41a135 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-10a4011f-d8b0-41fe-9fb4-cdecec41a135 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-130154b3-eee0-45d1-829c-c6cbc5e84afc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(93, 66, 6, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(93, 66, 6, 1);
}
#s-130154b3-eee0-45d1-829c-c6cbc5e84afc:hover {background-color: rgba(243, 241, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-130154b3-eee0-45d1-829c-c6cbc5e84afc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-130154b3-eee0-45d1-829c-c6cbc5e84afc-root {
    text-align: left;
  }


#s-130154b3-eee0-45d1-829c-c6cbc5e84afc.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-130154b3-eee0-45d1-829c-c6cbc5e84afc-root {
    text-align: left;
  }


#s-130154b3-eee0-45d1-829c-c6cbc5e84afc.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-130154b3-eee0-45d1-829c-c6cbc5e84afc-root {
    text-align: left;
  }


#s-130154b3-eee0-45d1-829c-c6cbc5e84afc.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-130154b3-eee0-45d1-829c-c6cbc5e84afc-root {
    text-align: left;
  }


#s-130154b3-eee0-45d1-829c-c6cbc5e84afc.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-130154b3-eee0-45d1-829c-c6cbc5e84afc-root {
    text-align: left;
  }


#s-130154b3-eee0-45d1-829c-c6cbc5e84afc.shg-btn {
  color: rgba(93, 66, 6, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}