.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: #2f2f2b;
  font-family: "Poppins";
  text-transform: none;
  font-weight: 700;
  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-ee53215a-f65f-4fcd-875d-b30d95167027 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-ee53215a-f65f-4fcd-875d-b30d95167027 .shogun-heading-component h2 {
  
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-c69e97f6-f43f-4d4c-9aa1-411c77c91081 .shogun-countdown span, #s-c69e97f6-f43f-4d4c-9aa1-411c77c91081 .shogun-countdown label {
  color: #555;
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-3aab3611-06a3-473b-ab26-656cb9678651 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3aab3611-06a3-473b-ab26-656cb9678651 {
  display: none;
}
#s-3aab3611-06a3-473b-ab26-656cb9678651, #wrap-s-3aab3611-06a3-473b-ab26-656cb9678651, #wrap-content-s-3aab3611-06a3-473b-ab26-656cb9678651 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aab3611-06a3-473b-ab26-656cb9678651 {
  display: none;
}
#s-3aab3611-06a3-473b-ab26-656cb9678651, #wrap-s-3aab3611-06a3-473b-ab26-656cb9678651, #wrap-content-s-3aab3611-06a3-473b-ab26-656cb9678651 { display: none !important; }}







#s-3aab3611-06a3-473b-ab26-656cb9678651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aab3611-06a3-473b-ab26-656cb9678651.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

@media (min-width: 0px) {
[id="s-2987a093-026d-4245-99a8-3d914c8fcef0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2987a093-026d-4245-99a8-3d914c8fcef0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2987a093-026d-4245-99a8-3d914c8fcef0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2987a093-026d-4245-99a8-3d914c8fcef0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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: 400;
  font-family: "Poppins";
}

.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-bb90d2e7-7507-42e1-b437-7080c43156b1 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bb90d2e7-7507-42e1-b437-7080c43156b1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb90d2e7-7507-42e1-b437-7080c43156b1:active {box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODMxYWQxNTEtZGE3NC00OTI2LTliNzYtMTFmZGZkYmNiM2MwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYTZhNjNkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MzFhZDE1MS1kYTc0LTQ5MjYtOWI3Ni0xMWZkZmRiY2IzYzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 2px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#a6a63d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-bb90d2e7-7507-42e1-b437-7080c43156b1-root {
    text-align: center;
  }


#s-bb90d2e7-7507-42e1-b437-7080c43156b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb90d2e7-7507-42e1-b437-7080c43156b1-root {
    text-align: center;
  }


#s-bb90d2e7-7507-42e1-b437-7080c43156b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb90d2e7-7507-42e1-b437-7080c43156b1-root {
    text-align: center;
  }


#s-bb90d2e7-7507-42e1-b437-7080c43156b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb90d2e7-7507-42e1-b437-7080c43156b1-root {
    text-align: center;
  }


#s-bb90d2e7-7507-42e1-b437-7080c43156b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb90d2e7-7507-42e1-b437-7080c43156b1-root {
    text-align: center;
  }


#s-bb90d2e7-7507-42e1-b437-7080c43156b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}
#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-699e6a69-1d36-4b5f-aa19-11113a3aacdc-root {
    text-align: center;
  }


#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-699e6a69-1d36-4b5f-aa19-11113a3aacdc-root {
    text-align: center;
  }


#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-699e6a69-1d36-4b5f-aa19-11113a3aacdc-root {
    text-align: center;
  }


#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-699e6a69-1d36-4b5f-aa19-11113a3aacdc-root {
    text-align: center;
  }


#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-699e6a69-1d36-4b5f-aa19-11113a3aacdc-root {
    text-align: center;
  }


#s-699e6a69-1d36-4b5f-aa19-11113a3aacdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}
#s-2ee02651-31ee-4b1b-a85f-11906423290c {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2ee02651-31ee-4b1b-a85f-11906423290c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ee02651-31ee-4b1b-a85f-11906423290c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ee02651-31ee-4b1b-a85f-11906423290c-root {
    text-align: center;
  }


#s-2ee02651-31ee-4b1b-a85f-11906423290c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ee02651-31ee-4b1b-a85f-11906423290c-root {
    text-align: center;
  }


#s-2ee02651-31ee-4b1b-a85f-11906423290c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ee02651-31ee-4b1b-a85f-11906423290c-root {
    text-align: center;
  }


#s-2ee02651-31ee-4b1b-a85f-11906423290c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ee02651-31ee-4b1b-a85f-11906423290c-root {
    text-align: center;
  }


#s-2ee02651-31ee-4b1b-a85f-11906423290c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ee02651-31ee-4b1b-a85f-11906423290c-root {
    text-align: center;
  }


#s-2ee02651-31ee-4b1b-a85f-11906423290c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}
#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c-root {
    text-align: center;
  }


#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c-root {
    text-align: center;
  }


#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c-root {
    text-align: center;
  }


#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c-root {
    text-align: center;
  }


#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c-root {
    text-align: center;
  }


#s-a80d20e2-7a0a-4c8e-a12d-354667a1d34c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 800;
  
  font-family: Libre Franklin;
  display:  inline-block ;
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/aa451d6a-393d-4b29-bd53-a41700be95e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
  display: block;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  cursor: pointer;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #2f2f2b;
  font-family: "Poppins";
  font-weight: 700;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #2f2f2b;
  font-family: "Poppins";
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #2f2f2b;
  font-family: "Poppins";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #2f2f2b;
  font-family: "Poppins";
  font-weight: 400;
}

#s-171088e7-e5c9-44cc-844b-b2ebb01e4c28 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-171088e7-e5c9-44cc-844b-b2ebb01e4c28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(252, 251, 251, 0);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: -1px;
}
#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d:hover {opacity: 0.8 !important;
background-color: rgba(205, 187, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a8909cd3-3140-43c8-876b-e3d6e4cbde04 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 46px;
background-color: rgba(255, 255, 255, 1);
}








#s-a8909cd3-3140-43c8-876b-e3d6e4cbde04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8909cd3-3140-43c8-876b-e3d6e4cbde04.shg-box.shg-c {
  justify-content: center;
}

#s-9e63de64-eb34-4ed6-9c17-033274b4c7c7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
}

#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

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

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  text-align: center;
}



.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #2f2f2b;
  font-family: "Poppins";
  text-transform: none;
  font-weight: 700;
  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-d10a458b-20b7-434a-8f16-d95a1b7f9190 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d10a458b-20b7-434a-8f16-d95a1b7f9190 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-94e90e8b-32ec-4321-94f1-94ebfeb634d4 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 {
  text-align: center;
}



.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5d8783-1c19-4e68-89ad-62a0c4dff6c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9209f2dd-21ca-46b6-8381-41ec1d7907dd {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9209f2dd-21ca-46b6-8381-41ec1d7907dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9209f2dd-21ca-46b6-8381-41ec1d7907dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9209f2dd-21ca-46b6-8381-41ec1d7907dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9209f2dd-21ca-46b6-8381-41ec1d7907dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9209f2dd-21ca-46b6-8381-41ec1d7907dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9209f2dd-21ca-46b6-8381-41ec1d7907dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9209f2dd-21ca-46b6-8381-41ec1d7907dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-af05d56d-a9d9-4e68-a558-5907239c8d7a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-af05d56d-a9d9-4e68-a558-5907239c8d7a .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-9681c26a-4793-474d-8136-715d190978e7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-9681c26a-4793-474d-8136-715d190978e7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-9681c26a-4793-474d-8136-715d190978e7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-9681c26a-4793-474d-8136-715d190978e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-af7ecdc3-e2c3-4fa3-8578-36e60d1d6064 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-13fd013d-ec60-454b-92af-fc7899d9b339 {
  text-align: center;
}



.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13fd013d-ec60-454b-92af-fc7899d9b339 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ddb0b9ab-f0fb-4187-88f8-fdae3b94698f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1d9ba318-8aca-40ee-a000-1e29ff177a60 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d9ba318-8aca-40ee-a000-1e29ff177a60 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-1c379c04-a73d-4ecf-bee1-6229c2841a86 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-1c379c04-a73d-4ecf-bee1-6229c2841a86 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-1c379c04-a73d-4ecf-bee1-6229c2841a86 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-1c379c04-a73d-4ecf-bee1-6229c2841a86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-23484533-e604-470c-a6e4-18239df9d02c {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 {
  text-align: center;
}



.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301b8bd8-fc4a-4038-ac3f-66b0d3639c03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b34e63f7-f6b9-4ebb-8cd5-3090ef3ae25d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0785ae2a-1886-4a50-949d-6f21581332b3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0785ae2a-1886-4a50-949d-6f21581332b3 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-e8e08370-3746-48a7-9dd9-af281996b0f8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-e8e08370-3746-48a7-9dd9-af281996b0f8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-e8e08370-3746-48a7-9dd9-af281996b0f8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-e8e08370-3746-48a7-9dd9-af281996b0f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b67e1dae-42eb-4805-b21c-b84a7a05f48b {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 {
  text-align: center;
}



.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98186ff2-d057-4c2c-8cb1-4c5af16e9721 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3f9b6489-d528-49e6-aeab-3d5344b98405 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3f9b6489-d528-49e6-aeab-3d5344b98405"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f9b6489-d528-49e6-aeab-3d5344b98405"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f9b6489-d528-49e6-aeab-3d5344b98405"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f9b6489-d528-49e6-aeab-3d5344b98405"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f9b6489-d528-49e6-aeab-3d5344b98405"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f9b6489-d528-49e6-aeab-3d5344b98405"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f9b6489-d528-49e6-aeab-3d5344b98405"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-c021a6ea-179b-470f-bc63-0d7cb78b7acc {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c021a6ea-179b-470f-bc63-0d7cb78b7acc .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-02528d11-0790-4f35-9cca-2d13ca3d139a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-02528d11-0790-4f35-9cca-2d13ca3d139a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-02528d11-0790-4f35-9cca-2d13ca3d139a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-02528d11-0790-4f35-9cca-2d13ca3d139a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fe2301f4-2e2f-42bd-8ac5-a11e7e6ff7d1 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-ff079eff-8978-4fb3-b3ed-36238edbac26 {
  margin-top: 0px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-60840a2c-e0ad-46d2-b58a-85852064d755 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}



.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60840a2c-e0ad-46d2-b58a-85852064d755 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-45e314bb-722f-4909-b58b-d1aabf7c688b {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-45e314bb-722f-4909-b58b-d1aabf7c688b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45e314bb-722f-4909-b58b-d1aabf7c688b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45e314bb-722f-4909-b58b-d1aabf7c688b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45e314bb-722f-4909-b58b-d1aabf7c688b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45e314bb-722f-4909-b58b-d1aabf7c688b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45e314bb-722f-4909-b58b-d1aabf7c688b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45e314bb-722f-4909-b58b-d1aabf7c688b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e1b6649b-eba5-490e-8d21-92f2d260b7c0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1b6649b-eba5-490e-8d21-92f2d260b7c0 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-5cb00f6f-7939-4816-a550-f800cbbfbe35 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-5cb00f6f-7939-4816-a550-f800cbbfbe35 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-5cb00f6f-7939-4816-a550-f800cbbfbe35 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-5cb00f6f-7939-4816-a550-f800cbbfbe35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c7bfeec1-5280-4ae9-8f54-b5cc5d27f379 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 {
  margin-top: 35px;
margin-bottom: 13px;
text-align: center;
}



.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc821f1c-1cc6-48d2-bae9-7a415c423d09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0dea9944-ba79-4791-9292-5366f80b0249 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0dea9944-ba79-4791-9292-5366f80b0249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dea9944-ba79-4791-9292-5366f80b0249"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dea9944-ba79-4791-9292-5366f80b0249"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0dea9944-ba79-4791-9292-5366f80b0249"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dea9944-ba79-4791-9292-5366f80b0249"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dea9944-ba79-4791-9292-5366f80b0249"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dea9944-ba79-4791-9292-5366f80b0249"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-7d3b7a39-45d6-438c-ac4e-76fffff50fcb {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d3b7a39-45d6-438c-ac4e-76fffff50fcb .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-7e2b7a15-8a69-4ac2-b94c-13ae6eb195ed {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-7e2b7a15-8a69-4ac2-b94c-13ae6eb195ed .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-7e2b7a15-8a69-4ac2-b94c-13ae6eb195ed .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-7e2b7a15-8a69-4ac2-b94c-13ae6eb195ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c6647d47-ca97-46cc-b535-71a9b15594a7 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-62dc89c8-3894-48fa-8823-7a94ac56b65c {
  margin-top: 24px;
margin-bottom: 0px;
text-align: center;
}



.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62dc89c8-3894-48fa-8823-7a94ac56b65c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c {
  margin-bottom: 7px;
}

@media (min-width: 0px) {
[id="s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a03c12e-7a82-41e7-bf5c-3851535b9f0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-16bef4ab-9460-4113-9d9d-9ba26ee9ff17 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16bef4ab-9460-4113-9d9d-9ba26ee9ff17 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-e0266b26-294f-4b4a-b9b2-449a5c4f1c19 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-e0266b26-294f-4b4a-b9b2-449a5c4f1c19 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-e0266b26-294f-4b4a-b9b2-449a5c4f1c19 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-e0266b26-294f-4b4a-b9b2-449a5c4f1c19 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b45e38be-5472-4510-b353-28fd76dc6575 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 {
  margin-top: 13px;
text-align: center;
}



.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2114d7ee-e8ef-4f63-b677-658c4a4c8e69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-053c26b2-9020-4060-8452-31e5079d03f2 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-053c26b2-9020-4060-8452-31e5079d03f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-053c26b2-9020-4060-8452-31e5079d03f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053c26b2-9020-4060-8452-31e5079d03f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-053c26b2-9020-4060-8452-31e5079d03f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053c26b2-9020-4060-8452-31e5079d03f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-053c26b2-9020-4060-8452-31e5079d03f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053c26b2-9020-4060-8452-31e5079d03f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-c0a3830b-e947-4883-8dd3-5a5e81ab1a27 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0a3830b-e947-4883-8dd3-5a5e81ab1a27 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-a52845b0-6756-468a-a369-600d5824ddd1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-a52845b0-6756-468a-a369-600d5824ddd1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-a52845b0-6756-468a-a369-600d5824ddd1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-a52845b0-6756-468a-a369-600d5824ddd1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-73a52690-77b9-4dc8-ac61-209463f9b7f6 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-0066248a-7f8e-49db-a634-82a16ff25881 {
  text-align: center;
}



.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0066248a-7f8e-49db-a634-82a16ff25881 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cb896f15-059c-4e44-9fe3-754cb3ad5c72 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cb896f15-059c-4e44-9fe3-754cb3ad5c72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb896f15-059c-4e44-9fe3-754cb3ad5c72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb896f15-059c-4e44-9fe3-754cb3ad5c72"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb896f15-059c-4e44-9fe3-754cb3ad5c72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb896f15-059c-4e44-9fe3-754cb3ad5c72"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb896f15-059c-4e44-9fe3-754cb3ad5c72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb896f15-059c-4e44-9fe3-754cb3ad5c72"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-180c5f75-68c8-43b9-adc9-0c5c567f9aa5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-180c5f75-68c8-43b9-adc9-0c5c567f9aa5 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-b78bca04-6329-4f4e-8039-a67bd8080dcb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-b78bca04-6329-4f4e-8039-a67bd8080dcb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-b78bca04-6329-4f4e-8039-a67bd8080dcb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-b78bca04-6329-4f4e-8039-a67bd8080dcb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3f2a6558-2cfe-4a7f-9666-c1874dce1c5e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 {
  text-align: center;
}



.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54cf81d4-077d-4d67-8ccd-1da4f394a776 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f18a9ad2-976d-4ea2-be3a-6bdef1113df4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-6b8375a1-8ae7-4f06-b2cc-c2fb10f80189 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b8375a1-8ae7-4f06-b2cc-c2fb10f80189 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-202cec17-5916-48b0-a334-89293edbdb21 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-202cec17-5916-48b0-a334-89293edbdb21 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-202cec17-5916-48b0-a334-89293edbdb21 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-202cec17-5916-48b0-a334-89293edbdb21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6d8323c6-4a0b-4811-b978-b711408eeaa6 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b {
  text-align: center;
}



.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f68fac41-cfb6-4482-a327-3a306fb1cf4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5370b768-c84d-4a36-915a-3325798bb144 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5370b768-c84d-4a36-915a-3325798bb144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5370b768-c84d-4a36-915a-3325798bb144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5370b768-c84d-4a36-915a-3325798bb144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5370b768-c84d-4a36-915a-3325798bb144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5370b768-c84d-4a36-915a-3325798bb144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5370b768-c84d-4a36-915a-3325798bb144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5370b768-c84d-4a36-915a-3325798bb144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-56eacba6-4833-4ffe-9e1b-a8ab5eb4ea4f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-56eacba6-4833-4ffe-9e1b-a8ab5eb4ea4f .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-13a67a7a-7267-456f-83fc-bedac26f304a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-13a67a7a-7267-456f-83fc-bedac26f304a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-13a67a7a-7267-456f-83fc-bedac26f304a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-13a67a7a-7267-456f-83fc-bedac26f304a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-455803dc-e76a-43d4-94c6-df77cc1e3dff {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-c9ce8e71-491b-4d18-85de-077c5d4790ca {
  text-align: center;
}



.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9ce8e71-491b-4d18-85de-077c5d4790ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d67a8b8d-727b-459d-a2ac-3245cb48dbde {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d67a8b8d-727b-459d-a2ac-3245cb48dbde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d67a8b8d-727b-459d-a2ac-3245cb48dbde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d67a8b8d-727b-459d-a2ac-3245cb48dbde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d67a8b8d-727b-459d-a2ac-3245cb48dbde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d67a8b8d-727b-459d-a2ac-3245cb48dbde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d67a8b8d-727b-459d-a2ac-3245cb48dbde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d67a8b8d-727b-459d-a2ac-3245cb48dbde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-387e55b0-6aab-4139-a3a4-dcc047f484ad {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-387e55b0-6aab-4139-a3a4-dcc047f484ad .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-dc7bd909-ba76-4a9e-b7f9-51415c20441e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-dc7bd909-ba76-4a9e-b7f9-51415c20441e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-dc7bd909-ba76-4a9e-b7f9-51415c20441e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-dc7bd909-ba76-4a9e-b7f9-51415c20441e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e9b01548-3e54-40c6-bcf6-14a35b425107 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-2f104d9a-158d-44b5-986e-ed50622ee769 {
  margin-top: 36px;
text-align: center;
}



.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f104d9a-158d-44b5-986e-ed50622ee769 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e35c5739-8ea6-414d-acea-3a230d0b3c7b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e35c5739-8ea6-414d-acea-3a230d0b3c7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e35c5739-8ea6-414d-acea-3a230d0b3c7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e35c5739-8ea6-414d-acea-3a230d0b3c7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e35c5739-8ea6-414d-acea-3a230d0b3c7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e35c5739-8ea6-414d-acea-3a230d0b3c7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e35c5739-8ea6-414d-acea-3a230d0b3c7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e35c5739-8ea6-414d-acea-3a230d0b3c7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-66be325b-504c-4f0e-97df-7d3868b9d9e1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66be325b-504c-4f0e-97df-7d3868b9d9e1 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-68fa7c91-5764-4685-a6c6-30dbc7d0dff2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-68fa7c91-5764-4685-a6c6-30dbc7d0dff2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-68fa7c91-5764-4685-a6c6-30dbc7d0dff2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-68fa7c91-5764-4685-a6c6-30dbc7d0dff2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-277eaf69-65f6-479d-8f3e-5f58d8c2f1f4 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f {
  text-align: center;
}



.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9e9d9b-49d5-46d1-a206-9bc77e72047f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-98597845-6cd7-4d2d-a2bc-97460d8f2039 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-98597845-6cd7-4d2d-a2bc-97460d8f2039"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98597845-6cd7-4d2d-a2bc-97460d8f2039"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98597845-6cd7-4d2d-a2bc-97460d8f2039"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98597845-6cd7-4d2d-a2bc-97460d8f2039"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98597845-6cd7-4d2d-a2bc-97460d8f2039"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98597845-6cd7-4d2d-a2bc-97460d8f2039"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98597845-6cd7-4d2d-a2bc-97460d8f2039"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b80ac047-f274-4fa3-bd42-36cfd867dfd2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b80ac047-f274-4fa3-bd42-36cfd867dfd2 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}

#s-8e7395cb-ce9c-4dd9-bd4b-e9eb947adcc1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-8e7395cb-ce9c-4dd9-bd4b-e9eb947adcc1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-8e7395cb-ce9c-4dd9-bd4b-e9eb947adcc1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e7395cb-ce9c-4dd9-bd4b-e9eb947adcc1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



@media (min-width: 0px) {
[id="s-34c74881-0e19-4047-9d16-dfe9aac5ab59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-34c74881-0e19-4047-9d16-dfe9aac5ab59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-34c74881-0e19-4047-9d16-dfe9aac5ab59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-34c74881-0e19-4047-9d16-dfe9aac5ab59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-16976da9-f821-4bb5-ac78-18d313458796 {
  margin-bottom: 10px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}
#s-16976da9-f821-4bb5-ac78-18d313458796:hover {opacity: 1 !important;}
#s-16976da9-f821-4bb5-ac78-18d313458796 {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-16976da9-f821-4bb5-ac78-18d313458796 img.shogun-image,
  #s-16976da9-f821-4bb5-ac78-18d313458796 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16976da9-f821-4bb5-ac78-18d313458796 {
    width: 100%;
    height: auto;
  }



  #s-16976da9-f821-4bb5-ac78-18d313458796 img.shogun-image {
    

    
    
    
  }


#s-16976da9-f821-4bb5-ac78-18d313458796 .shogun-image-content {
  
    justify-content: center;
  
}

#s-07b47d69-fa59-47be-a14a-ccff72382ec5 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

#s-09cc0239-11d3-4b73-9220-35835730cc9d {
  margin-bottom: 10px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}

#s-09cc0239-11d3-4b73-9220-35835730cc9d {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-09cc0239-11d3-4b73-9220-35835730cc9d img.shogun-image,
  #s-09cc0239-11d3-4b73-9220-35835730cc9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09cc0239-11d3-4b73-9220-35835730cc9d {
    width: 100%;
    height: auto;
  }



  #s-09cc0239-11d3-4b73-9220-35835730cc9d img.shogun-image {
    

    
    
    
  }


#s-09cc0239-11d3-4b73-9220-35835730cc9d .shogun-image-content {
  
    justify-content: center;
  
}

#s-13cd0c52-e72d-4038-bcf2-959a89582ce3 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

#s-2141ce78-22bd-441b-b975-e9f8f2c001a2 {
  margin-bottom: 10px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}

#s-2141ce78-22bd-441b-b975-e9f8f2c001a2 {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2141ce78-22bd-441b-b975-e9f8f2c001a2 img.shogun-image,
  #s-2141ce78-22bd-441b-b975-e9f8f2c001a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2141ce78-22bd-441b-b975-e9f8f2c001a2 {
    width: 100%;
    height: auto;
  }



  #s-2141ce78-22bd-441b-b975-e9f8f2c001a2 img.shogun-image {
    

    
    
    
  }


#s-2141ce78-22bd-441b-b975-e9f8f2c001a2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d97e1b2-caec-4b92-90a4-2f7ad9fe2c34 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

#s-75a31198-54ad-476b-81ee-6ba75819e403 {
  margin-bottom: 10px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}

#s-75a31198-54ad-476b-81ee-6ba75819e403 {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-75a31198-54ad-476b-81ee-6ba75819e403 img.shogun-image,
  #s-75a31198-54ad-476b-81ee-6ba75819e403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75a31198-54ad-476b-81ee-6ba75819e403 {
    width: 100%;
    height: auto;
  }



  #s-75a31198-54ad-476b-81ee-6ba75819e403 img.shogun-image {
    

    
    
    
  }


#s-75a31198-54ad-476b-81ee-6ba75819e403 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b18796de-712f-46e8-98db-d8a348376eb4 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-12d8d8ba-189b-43b9-8272-6051ca5c8e5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-12d8d8ba-189b-43b9-8272-6051ca5c8e5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-12d8d8ba-189b-43b9-8272-6051ca5c8e5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-12d8d8ba-189b-43b9-8272-6051ca5c8e5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

}

#s-b8369a22-a069-4a52-9e66-114d5dac3f8d {
  margin-bottom: 10px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}
#s-b8369a22-a069-4a52-9e66-114d5dac3f8d:hover {opacity: 1 !important;}
#s-b8369a22-a069-4a52-9e66-114d5dac3f8d {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b8369a22-a069-4a52-9e66-114d5dac3f8d img.shogun-image,
  #s-b8369a22-a069-4a52-9e66-114d5dac3f8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8369a22-a069-4a52-9e66-114d5dac3f8d {
    width: 100%;
    height: auto;
  }



  #s-b8369a22-a069-4a52-9e66-114d5dac3f8d img.shogun-image {
    

    
    
    
  }


#s-b8369a22-a069-4a52-9e66-114d5dac3f8d .shogun-image-content {
  
    justify-content: center;
  
}

#s-01b25987-b7e6-4d5b-934a-9e019a969ca2 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

#s-42283a1c-b455-4194-9399-91589861b69a {
  margin-bottom: 10px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}

#s-42283a1c-b455-4194-9399-91589861b69a {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-42283a1c-b455-4194-9399-91589861b69a img.shogun-image,
  #s-42283a1c-b455-4194-9399-91589861b69a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42283a1c-b455-4194-9399-91589861b69a {
    width: 100%;
    height: auto;
  }



  #s-42283a1c-b455-4194-9399-91589861b69a img.shogun-image {
    

    
    
    
  }


#s-42283a1c-b455-4194-9399-91589861b69a .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb85a7e8-c8a8-42f3-8cb8-fbc11182cb1f {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

#s-c0db4506-ad84-4112-9892-da515c1f7512 {
  margin-bottom: 10px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}

#s-c0db4506-ad84-4112-9892-da515c1f7512 {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c0db4506-ad84-4112-9892-da515c1f7512 img.shogun-image,
  #s-c0db4506-ad84-4112-9892-da515c1f7512 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0db4506-ad84-4112-9892-da515c1f7512 {
    width: 100%;
    height: auto;
  }



  #s-c0db4506-ad84-4112-9892-da515c1f7512 img.shogun-image {
    

    
    
    
  }


#s-c0db4506-ad84-4112-9892-da515c1f7512 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eb7a2018-7696-41d9-b9da-72154249360b {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

#s-a1139e25-edca-483d-af8a-d6fd7d1ada6c {
  margin-bottom: 10px;
max-width: 640px;
aspect-ratio: 2/3;
text-align: center;
}

#s-a1139e25-edca-483d-af8a-d6fd7d1ada6c {
  overflow: hidden;
  
  
      max-width: 640px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a1139e25-edca-483d-af8a-d6fd7d1ada6c img.shogun-image,
  #s-a1139e25-edca-483d-af8a-d6fd7d1ada6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1139e25-edca-483d-af8a-d6fd7d1ada6c {
    width: 100%;
    height: auto;
  }



  #s-a1139e25-edca-483d-af8a-d6fd7d1ada6c img.shogun-image {
    

    
    
    
  }


#s-a1139e25-edca-483d-af8a-d6fd7d1ada6c .shogun-image-content {
  
    justify-content: center;
  
}

#s-572e5fbd-6e2d-4914-9ab4-b5eee12ac9cf {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}

#s-b04aac23-62b6-4224-a897-6fe250963470 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b04aac23-62b6-4224-a897-6fe250963470 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b04aac23-62b6-4224-a897-6fe250963470 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b04aac23-62b6-4224-a897-6fe250963470 {
  
}
}@media (max-width: 767px){#s-b04aac23-62b6-4224-a897-6fe250963470 {
  
}
}







#s-b04aac23-62b6-4224-a897-6fe250963470 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
  display: block;
}#s-b04aac23-62b6-4224-a897-6fe250963470 {
  cursor: pointer;
}#s-b04aac23-62b6-4224-a897-6fe250963470.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ad5f4a4c-bb5f-4e3f-846b-fab6fe091ee6 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad5f4a4c-bb5f-4e3f-846b-fab6fe091ee6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(252, 251, 251, 0);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: -1px;
}
#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9:hover {opacity: 0.8 !important;
background-color: rgba(205, 187, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9-root {
    text-align: center;
  }


#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9-root {
    text-align: center;
  }


#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9-root {
    text-align: center;
  }


#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9-root {
    text-align: center;
  }


#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9-root {
    text-align: center;
  }


#s-535cd6e8-b3c8-4759-8e05-9ffe2b40c3a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-0e6cfbf2-a338-48cf-813c-4daee3aaeead {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-0e6cfbf2-a338-48cf-813c-4daee3aaeead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e6cfbf2-a338-48cf-813c-4daee3aaeead"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e6cfbf2-a338-48cf-813c-4daee3aaeead"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e6cfbf2-a338-48cf-813c-4daee3aaeead"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e6cfbf2-a338-48cf-813c-4daee3aaeead"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e6cfbf2-a338-48cf-813c-4daee3aaeead"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e6cfbf2-a338-48cf-813c-4daee3aaeead"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-e2d44920-9226-4dec-92bb-e3696b620815 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-e2d44920-9226-4dec-92bb-e3696b620815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2d44920-9226-4dec-92bb-e3696b620815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2d44920-9226-4dec-92bb-e3696b620815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2d44920-9226-4dec-92bb-e3696b620815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-93dc06d0-6378-4ffc-a966-e882cc178cfb {
  background-size: cover;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-93dc06d0-6378-4ffc-a966-e882cc178cfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93dc06d0-6378-4ffc-a966-e882cc178cfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93dc06d0-6378-4ffc-a966-e882cc178cfb {
  
}
}@media (max-width: 767px){#s-93dc06d0-6378-4ffc-a966-e882cc178cfb {
  
}
}







#s-93dc06d0-6378-4ffc-a966-e882cc178cfb > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
  display: block;
}#s-93dc06d0-6378-4ffc-a966-e882cc178cfb {
  cursor: pointer;
}#s-93dc06d0-6378-4ffc-a966-e882cc178cfb.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f41e6b0c-9bc2-40a5-a05d-d4564457c5ea {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f41e6b0c-9bc2-40a5-a05d-d4564457c5ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 240, 240, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(252, 251, 251, 0);
font-size: 16px;
font-weight: bold;
color: rgba(255, 242, 242, 1);
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: -1px;
}
#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5:hover {opacity: 0.8 !important;
background-color: rgba(205, 187, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5-root {
    text-align: center;
  }


#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5.shg-btn {
  color: rgba(255, 242, 242, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5-root {
    text-align: center;
  }


#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5.shg-btn {
  color: rgba(255, 242, 242, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5-root {
    text-align: center;
  }


#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5.shg-btn {
  color: rgba(255, 242, 242, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5-root {
    text-align: center;
  }


#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5.shg-btn {
  color: rgba(255, 242, 242, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5-root {
    text-align: center;
  }


#s-ee74644e-2c7f-4495-8dc9-5af7b3f707d5.shg-btn {
  color: rgba(255, 242, 242, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d65cfd53-1d10-4897-b5e5-af9b6236a6ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-a23c8f03-6ab3-4b12-893c-021adac6802b {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-a23c8f03-6ab3-4b12-893c-021adac6802b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a23c8f03-6ab3-4b12-893c-021adac6802b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a23c8f03-6ab3-4b12-893c-021adac6802b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a23c8f03-6ab3-4b12-893c-021adac6802b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f8ffc997-4d10-4e71-982a-beebf8c59be3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-f8ffc997-4d10-4e71-982a-beebf8c59be3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8ffc997-4d10-4e71-982a-beebf8c59be3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8ffc997-4d10-4e71-982a-beebf8c59be3 {
  
}
}@media (max-width: 767px){#s-f8ffc997-4d10-4e71-982a-beebf8c59be3 {
  
}
}







#s-f8ffc997-4d10-4e71-982a-beebf8c59be3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
  display: block;
}#s-f8ffc997-4d10-4e71-982a-beebf8c59be3 {
  cursor: pointer;
}#s-f8ffc997-4d10-4e71-982a-beebf8c59be3.shg-box.shg-c {
  justify-content: flex-end;
}

#s-42d87110-f383-4063-91df-6cf8bc8ba765 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-42d87110-f383-4063-91df-6cf8bc8ba765"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42d87110-f383-4063-91df-6cf8bc8ba765"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42d87110-f383-4063-91df-6cf8bc8ba765"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42d87110-f383-4063-91df-6cf8bc8ba765"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42d87110-f383-4063-91df-6cf8bc8ba765"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42d87110-f383-4063-91df-6cf8bc8ba765"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42d87110-f383-4063-91df-6cf8bc8ba765"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-f876264f-e204-45d9-851d-445a1721ab00 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f876264f-e204-45d9-851d-445a1721ab00 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(252, 251, 251, 0);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: -1px;
}
#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6:hover {opacity: 0.8 !important;
background-color: rgba(205, 187, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-a3625a57-5715-40cd-9fb6-d144fd44c8f6-root {
    text-align: center;
  }


#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3625a57-5715-40cd-9fb6-d144fd44c8f6-root {
    text-align: center;
  }


#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3625a57-5715-40cd-9fb6-d144fd44c8f6-root {
    text-align: center;
  }


#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3625a57-5715-40cd-9fb6-d144fd44c8f6-root {
    text-align: center;
  }


#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3625a57-5715-40cd-9fb6-d144fd44c8f6-root {
    text-align: center;
  }


#s-a3625a57-5715-40cd-9fb6-d144fd44c8f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-31efa959-c1b3-41b8-bce7-94fc43631a61 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-31efa959-c1b3-41b8-bce7-94fc43631a61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31efa959-c1b3-41b8-bce7-94fc43631a61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31efa959-c1b3-41b8-bce7-94fc43631a61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31efa959-c1b3-41b8-bce7-94fc43631a61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d416382d-142b-4c3f-ae30-1f667b7a57a3 {
  background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d416382d-142b-4c3f-ae30-1f667b7a57a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d416382d-142b-4c3f-ae30-1f667b7a57a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d416382d-142b-4c3f-ae30-1f667b7a57a3 {
  
}
}@media (max-width: 767px){#s-d416382d-142b-4c3f-ae30-1f667b7a57a3 {
  
}
}







#s-d416382d-142b-4c3f-ae30-1f667b7a57a3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
  display: block;
}#s-d416382d-142b-4c3f-ae30-1f667b7a57a3 {
  cursor: pointer;
}#s-d416382d-142b-4c3f-ae30-1f667b7a57a3.shg-box.shg-c {
  justify-content: center;
}

#s-e76865c3-013a-4ad1-9231-5ca9832c2175 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e76865c3-013a-4ad1-9231-5ca9832c2175"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e76865c3-013a-4ad1-9231-5ca9832c2175"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e76865c3-013a-4ad1-9231-5ca9832c2175"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e76865c3-013a-4ad1-9231-5ca9832c2175"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e76865c3-013a-4ad1-9231-5ca9832c2175"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e76865c3-013a-4ad1-9231-5ca9832c2175"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e76865c3-013a-4ad1-9231-5ca9832c2175"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-12d1d1f9-f0b9-4ab2-859b-385975627164 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12d1d1f9-f0b9-4ab2-859b-385975627164 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-c8f05f07-7764-47a6-bfb5-8c3855e8a908 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-c8f05f07-7764-47a6-bfb5-8c3855e8a908"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8f05f07-7764-47a6-bfb5-8c3855e8a908"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8f05f07-7764-47a6-bfb5-8c3855e8a908"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8f05f07-7764-47a6-bfb5-8c3855e8a908"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ecb75f26-14ce-4930-abba-6b47a701e34c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(252, 251, 251, 0);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: -1px;
}
#s-ecb75f26-14ce-4930-abba-6b47a701e34c:hover {opacity: 0.8 !important;
background-color: rgba(205, 187, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ecb75f26-14ce-4930-abba-6b47a701e34c:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-ecb75f26-14ce-4930-abba-6b47a701e34c-root {
    text-align: center;
  }


#s-ecb75f26-14ce-4930-abba-6b47a701e34c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecb75f26-14ce-4930-abba-6b47a701e34c-root {
    text-align: center;
  }


#s-ecb75f26-14ce-4930-abba-6b47a701e34c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecb75f26-14ce-4930-abba-6b47a701e34c-root {
    text-align: center;
  }


#s-ecb75f26-14ce-4930-abba-6b47a701e34c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecb75f26-14ce-4930-abba-6b47a701e34c-root {
    text-align: center;
  }


#s-ecb75f26-14ce-4930-abba-6b47a701e34c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecb75f26-14ce-4930-abba-6b47a701e34c-root {
    text-align: center;
  }


#s-ecb75f26-14ce-4930-abba-6b47a701e34c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  max-width: 600px;
aspect-ratio: 4191/1354;
text-align: center;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }

    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-link {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
  box-sizing: border-box;
}



.s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
      --shg-aspect-ratio: calc(4191/1354); 
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
      position: relative;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }

    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-link {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
  box-sizing: border-box;
}



.s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
      --shg-aspect-ratio: calc(4191/1354); 
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
      position: relative;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }

    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-link {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
  box-sizing: border-box;
}



.s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
      --shg-aspect-ratio: calc(4191/1354); 
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
      position: relative;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }

    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-link {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
  box-sizing: border-box;
}



.s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
      --shg-aspect-ratio: calc(4191/1354); 
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
      position: relative;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }

    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-link {
      aspect-ratio: 4191/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-62ec5862-498d-4e08-9ae2-d0abcea72112 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image {
  box-sizing: border-box;
}



.s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 {
      --shg-aspect-ratio: calc(4191/1354); 
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container {
      position: relative;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ec5862-498d-4e08-9ae2-d0abcea72112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (max-width: 767px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}







#s-561ad8a9-aafd-425f-8dc0-5147ac26276f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-561ad8a9-aafd-425f-8dc0-5147ac26276f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-24052572-a111-4be8-9617-1f4689c21bfa {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 853px;
aspect-ratio: 2/3;
text-align: center;
}

#s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 {
  overflow: hidden;
  
  
      max-width: 853px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 img.shogun-image,
  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 {
    width: 100%;
    height: auto;
  }



  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 img.shogun-image {
    

    
    
    
  }


#s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c892503f-4668-4fc4-a16d-bbcfa700d211 {
  border-style: solid;
margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
padding-top: 14px;
padding-left: 0%;
padding-bottom: 14px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: left;
}

#s-c892503f-4668-4fc4-a16d-bbcfa700d211 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-c892503f-4668-4fc4-a16d-bbcfa700d211 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-20204276-73b4-4752-b205-fbf054dc2500 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-cc7941d8-f218-43fa-93da-965477c4ca79 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}



.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0dbbab9e-f2de-4a01-ba44-25c00c593616 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b00b4a56-7a1e-4318-aa2f-c7bf32181252 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b00b4a56-7a1e-4318-aa2f-c7bf32181252 .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-880467a1-f8cc-4501-b9de-0430d0fc8dda {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}



.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-74b1ed12-aafa-406f-8616-c45282370a7d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74b1ed12-aafa-406f-8616-c45282370a7d .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1d9e08e7-88d0-49ad-94cd-0c0b88c174e0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}



.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bbfe65c2-1627-4da2-8124-540dc85c68ba {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f76bd0d3-f328-4af2-9701-2e6a0388b9af {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f76bd0d3-f328-4af2-9701-2e6a0388b9af .shg-product-title-component h6 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 10px;
  
  
  
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: left;
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c8e27d82-40ad-437d-bc5c-d20794d14045 {
  min-height: 50px;
}








#s-c8e27d82-40ad-437d-bc5c-d20794d14045 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8e27d82-40ad-437d-bc5c-d20794d14045.shg-box.shg-c {
  justify-content: center;
}

#s-9bc48057-a811-42c6-90ea-bf6dd780e45d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9bc48057-a811-42c6-90ea-bf6dd780e45d .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-9bc48057-a811-42c6-90ea-bf6dd780e45d .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-9bc48057-a811-42c6-90ea-bf6dd780e45d .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-9bc48057-a811-42c6-90ea-bf6dd780e45d .shogun-form-error-msg-container, #s-9bc48057-a811-42c6-90ea-bf6dd780e45d .shogun-form-field-error-msg-container {
  display: none;
}

#s-9bc48057-a811-42c6-90ea-bf6dd780e45d .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-9bc48057-a811-42c6-90ea-bf6dd780e45d .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
