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

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

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

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

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

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

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

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

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

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

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

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

#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 40px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-bottom: 50px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-top: 50px;
padding-bottom: 0px;
max-width: 600px;
}
}
#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  background-image: url();
}








#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-c439588e-241b-4c4d-8659-9bb64a13ab72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c439588e-241b-4c4d-8659-9bb64a13ab72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-top: -5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 100px;
  
  
  
}


@media (min-width: 1200px){#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 100px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}


}@media (max-width: 767px){#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  margin-top: 0px;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  display: none;
}
#s-5efc361c-13b2-41f5-a666-a09843a98e85, #wrap-s-5efc361c-13b2-41f5-a666-a09843a98e85, #wrap-content-s-5efc361c-13b2-41f5-a666-a09843a98e85 { display: none !important; }}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (max-width: 767px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  margin-top: 4px;
padding-bottom: 20px;
}
}
#s-079c57a2-a0c0-49a6-af14-4a80961bb985 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-079c57a2-a0c0-49a6-af14-4a80961bb985 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-44e76f90-d287-4d39-8d90-bfd785812497 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-44e76f90-d287-4d39-8d90-bfd785812497 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44e76f90-d287-4d39-8d90-bfd785812497 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44e76f90-d287-4d39-8d90-bfd785812497 {
  
}
}@media (max-width: 767px){#s-44e76f90-d287-4d39-8d90-bfd785812497 {
  
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-c8f76de6-29c1-4179-927d-86c517a465d3 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c8f76de6-29c1-4179-927d-86c517a465d3 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8f76de6-29c1-4179-927d-86c517a465d3 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8f76de6-29c1-4179-927d-86c517a465d3 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-c8f76de6-29c1-4179-927d-86c517a465d3 {
  display: none;
}
#s-c8f76de6-29c1-4179-927d-86c517a465d3, #wrap-s-c8f76de6-29c1-4179-927d-86c517a465d3, #wrap-content-s-c8f76de6-29c1-4179-927d-86c517a465d3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c8f76de6-29c1-4179-927d-86c517a465d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8f76de6-29c1-4179-927d-86c517a465d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c8f76de6-29c1-4179-927d-86c517a465d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c8f76de6-29c1-4179-927d-86c517a465d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6a1f1dda-9448-40f4-ac57-08e51254e063 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-6a1f1dda-9448-40f4-ac57-08e51254e063 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
}







#s-6a1f1dda-9448-40f4-ac57-08e51254e063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a1f1dda-9448-40f4-ac57-08e51254e063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-632d22e1-a03f-470d-8dfd-47cc4428cdd3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-632d22e1-a03f-470d-8dfd-47cc4428cdd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-632d22e1-a03f-470d-8dfd-47cc4428cdd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-632d22e1-a03f-470d-8dfd-47cc4428cdd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-632d22e1-a03f-470d-8dfd-47cc4428cdd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-632d22e1-a03f-470d-8dfd-47cc4428cdd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-632d22e1-a03f-470d-8dfd-47cc4428cdd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-632d22e1-a03f-470d-8dfd-47cc4428cdd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-cd31c4c6-6798-4f3e-acb1-2261c29e55eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cd31c4c6-6798-4f3e-acb1-2261c29e55eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd31c4c6-6798-4f3e-acb1-2261c29e55eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1/1;
text-align: center;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  margin: 0 !important;
  overflow: visible;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd-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-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add background color handling */
  
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
  box-sizing: border-box;
}



.s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
      position: relative;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  margin: 0 !important;
  overflow: visible;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd-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-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add background color handling */
  
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
  box-sizing: border-box;
}



.s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
      position: relative;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  margin: 0 !important;
  overflow: visible;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd-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-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add background color handling */
  
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
  box-sizing: border-box;
}



.s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
      position: relative;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  margin: 0 !important;
  overflow: visible;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd-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-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add background color handling */
  
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
  box-sizing: border-box;
}



.s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
      position: relative;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  margin: 0 !important;
  overflow: visible;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd-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-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add background color handling */
  
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-652d2a7b-c9d0-41da-b241-5d3155158dcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image {
  box-sizing: border-box;
}



.s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container {
      position: relative;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652d2a7b-c9d0-41da-b241-5d3155158dcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-88cf299b-83df-4eab-99a8-234fb90a41d3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-88cf299b-83df-4eab-99a8-234fb90a41d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88cf299b-83df-4eab-99a8-234fb90a41d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-083895c9-c614-4cb3-a2bd-ed5d6a1c25c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-083895c9-c614-4cb3-a2bd-ed5d6a1c25c3 {
  text-align: center;
}
}
#s-083895c9-c614-4cb3-a2bd-ed5d6a1c25c3 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bf932f83-ce35-4f4e-ba2f-97efbfbf185b {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-a37057d8-33df-4a72-bca0-497d6a14d60c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-a37057d8-33df-4a72-bca0-497d6a14d60c {
  margin-top: 10px;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
}







#s-a37057d8-33df-4a72-bca0-497d6a14d60c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a37057d8-33df-4a72-bca0-497d6a14d60c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-501d35cf-f421-496e-8cd4-2056f60941cc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-501d35cf-f421-496e-8cd4-2056f60941cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-501d35cf-f421-496e-8cd4-2056f60941cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-501d35cf-f421-496e-8cd4-2056f60941cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-501d35cf-f421-496e-8cd4-2056f60941cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-501d35cf-f421-496e-8cd4-2056f60941cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-501d35cf-f421-496e-8cd4-2056f60941cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-501d35cf-f421-496e-8cd4-2056f60941cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-1aeb728b-224c-4faa-9448-69e102ad673f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1aeb728b-224c-4faa-9448-69e102ad673f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1aeb728b-224c-4faa-9448-69e102ad673f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
text-align: center;
}
@media (max-width: 767px){#s-94520a6b-2a21-4530-a269-8184086c09cb {
  margin-top: 20px;
}
}
#s-94520a6b-2a21-4530-a269-8184086c09cb {
  margin: 0 !important;
  overflow: visible;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb-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-94520a6b-2a21-4530-a269-8184086c09cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94520a6b-2a21-4530-a269-8184086c09cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add background color handling */
  
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94520a6b-2a21-4530-a269-8184086c09cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image {
  box-sizing: border-box;
}



.s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  
}


@media (min-width: 1200px){#s-94520a6b-2a21-4530-a269-8184086c09cb {
  margin: 0 !important;
  overflow: visible;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb-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-94520a6b-2a21-4530-a269-8184086c09cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94520a6b-2a21-4530-a269-8184086c09cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add background color handling */
  
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94520a6b-2a21-4530-a269-8184086c09cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image {
  box-sizing: border-box;
}



.s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-94520a6b-2a21-4530-a269-8184086c09cb {
  margin: 0 !important;
  overflow: visible;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb-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-94520a6b-2a21-4530-a269-8184086c09cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94520a6b-2a21-4530-a269-8184086c09cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add background color handling */
  
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94520a6b-2a21-4530-a269-8184086c09cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image {
  box-sizing: border-box;
}



.s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-94520a6b-2a21-4530-a269-8184086c09cb {
  margin: 0 !important;
  overflow: visible;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb-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-94520a6b-2a21-4530-a269-8184086c09cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94520a6b-2a21-4530-a269-8184086c09cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add background color handling */
  
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94520a6b-2a21-4530-a269-8184086c09cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image {
  box-sizing: border-box;
}



.s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  
}


}@media (max-width: 767px){#s-94520a6b-2a21-4530-a269-8184086c09cb {
  margin: 0 !important;
  overflow: visible;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb-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-94520a6b-2a21-4530-a269-8184086c09cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-94520a6b-2a21-4530-a269-8184086c09cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add background color handling */
  
}

#s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94520a6b-2a21-4530-a269-8184086c09cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94520a6b-2a21-4530-a269-8184086c09cb.shogun-image {
  box-sizing: border-box;
}



.s-94520a6b-2a21-4530-a269-8184086c09cb img.shogun-image {
  
}


}
#s-d02b9939-bbff-42e8-8b94-6381c0ae0250 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d02b9939-bbff-42e8-8b94-6381c0ae0250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d02b9939-bbff-42e8-8b94-6381c0ae0250.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c64f02ee-149f-4961-8e88-ecb739284f5b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c64f02ee-149f-4961-8e88-ecb739284f5b .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f52a8602-e14d-4539-bab2-113481036d1e {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-ca19bffe-f0d3-40d2-8704-f69482754593 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ca19bffe-f0d3-40d2-8704-f69482754593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca19bffe-f0d3-40d2-8704-f69482754593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b84c19ec-6459-413e-b2e8-f34c95cf50ca {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b84c19ec-6459-413e-b2e8-f34c95cf50ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b84c19ec-6459-413e-b2e8-f34c95cf50ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-b84c19ec-6459-413e-b2e8-f34c95cf50ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b84c19ec-6459-413e-b2e8-f34c95cf50ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-b84c19ec-6459-413e-b2e8-f34c95cf50ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b84c19ec-6459-413e-b2e8-f34c95cf50ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-b84c19ec-6459-413e-b2e8-f34c95cf50ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-00e3fe5e-bba6-441d-b940-9b35f04afedc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-00e3fe5e-bba6-441d-b940-9b35f04afedc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00e3fe5e-bba6-441d-b940-9b35f04afedc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc6e0a0f-17a7-4a67-9ba5-0739afd8c2f2 {
  margin-left: auto;
margin-right: auto;
}

#s-fc6e0a0f-17a7-4a67-9ba5-0739afd8c2f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc6e0a0f-17a7-4a67-9ba5-0739afd8c2f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-a0b35302-b538-43dc-b012-ef48ff3afccb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0b35302-b538-43dc-b012-ef48ff3afccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0b35302-b538-43dc-b012-ef48ff3afccb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8609a36-1dbc-4712-a601-8d1d482bc43d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f8609a36-1dbc-4712-a601-8d1d482bc43d .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d75a85d4-1e15-4b65-923f-242e0a996de2 {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-d56c1566-bde3-47da-899a-b007ca747a9a {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d56c1566-bde3-47da-899a-b007ca747a9a {
  display: none;
}
#s-d56c1566-bde3-47da-899a-b007ca747a9a, #wrap-s-d56c1566-bde3-47da-899a-b007ca747a9a, #wrap-content-s-d56c1566-bde3-47da-899a-b007ca747a9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d56c1566-bde3-47da-899a-b007ca747a9a {
  display: none;
}
#s-d56c1566-bde3-47da-899a-b007ca747a9a, #wrap-s-d56c1566-bde3-47da-899a-b007ca747a9a, #wrap-content-s-d56c1566-bde3-47da-899a-b007ca747a9a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d56c1566-bde3-47da-899a-b007ca747a9a {
  display: none;
}
#s-d56c1566-bde3-47da-899a-b007ca747a9a, #wrap-s-d56c1566-bde3-47da-899a-b007ca747a9a, #wrap-content-s-d56c1566-bde3-47da-899a-b007ca747a9a { display: none !important; }}
@media (min-width: 0px) {
[id="s-d56c1566-bde3-47da-899a-b007ca747a9a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d56c1566-bde3-47da-899a-b007ca747a9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d56c1566-bde3-47da-899a-b007ca747a9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d56c1566-bde3-47da-899a-b007ca747a9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-56e717e7-ec54-4076-8da8-3fef71077970 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-56e717e7-ec54-4076-8da8-3fef71077970 {
  padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
}
}







#s-56e717e7-ec54-4076-8da8-3fef71077970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56e717e7-ec54-4076-8da8-3fef71077970.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-56e717e7-ec54-4076-8da8-3fef71077970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56e717e7-ec54-4076-8da8-3fef71077970.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-3b13a60b-cc1d-4ae5-b189-0076d0cce630 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3b13a60b-cc1d-4ae5-b189-0076d0cce630"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b13a60b-cc1d-4ae5-b189-0076d0cce630"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-3b13a60b-cc1d-4ae5-b189-0076d0cce630"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3b13a60b-cc1d-4ae5-b189-0076d0cce630"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-3b13a60b-cc1d-4ae5-b189-0076d0cce630"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b13a60b-cc1d-4ae5-b189-0076d0cce630"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-3b13a60b-cc1d-4ae5-b189-0076d0cce630"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-4ab30c5e-1b61-4d7c-8bf2-ab4bc09eebb6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4ab30c5e-1b61-4d7c-8bf2-ab4bc09eebb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ab30c5e-1b61-4d7c-8bf2-ab4bc09eebb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32-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-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
  box-sizing: border-box;
}



.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
      position: relative;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32-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-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
  box-sizing: border-box;
}



.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
      position: relative;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32-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-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
  box-sizing: border-box;
}



.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
      position: relative;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32-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-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
  box-sizing: border-box;
}



.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
      position: relative;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32-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-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image {
  box-sizing: border-box;
}



.s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container {
      position: relative;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b896a88a-a36e-4d68-9c5b-afe4bb833c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-f12be7c5-e705-4c16-97ba-f2c4fae08871 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f12be7c5-e705-4c16-97ba-f2c4fae08871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f12be7c5-e705-4c16-97ba-f2c4fae08871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b70f43c-f230-4ced-afc5-5eed28ac2775 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6b70f43c-f230-4ced-afc5-5eed28ac2775 {
  margin-top: 5px;
text-align: center;
}
}
#s-6b70f43c-f230-4ced-afc5-5eed28ac2775 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (max-width: 767px){#s-6b70f43c-f230-4ced-afc5-5eed28ac2775 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-f6a3e782-f01f-44c8-a2ab-fa846c2876ba {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}
@media (max-width: 767px){#s-f6a3e782-f01f-44c8-a2ab-fa846c2876ba {
  margin-top: 5px;
margin-bottom: 0px;
}
}
#s-756cc8f6-e769-4fad-8584-58abeefee71b {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-756cc8f6-e769-4fad-8584-58abeefee71b {
  margin-top: 0px;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
}







#s-756cc8f6-e769-4fad-8584-58abeefee71b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-756cc8f6-e769-4fad-8584-58abeefee71b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-756cc8f6-e769-4fad-8584-58abeefee71b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-756cc8f6-e769-4fad-8584-58abeefee71b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-7093f6e2-7b24-4cc2-afc3-59b17bfa63fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-7b71ce5e-92db-4466-836b-6a37eac6778e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7b71ce5e-92db-4466-836b-6a37eac6778e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b71ce5e-92db-4466-836b-6a37eac6778e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
text-align: center;
}
@media (max-width: 767px){#s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  margin-top: 0px;
}
}
#s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395-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-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cabce28-92ef-4f27-9cfb-022363b8f395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image {
  box-sizing: border-box;
}



.s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395-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-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cabce28-92ef-4f27-9cfb-022363b8f395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image {
  box-sizing: border-box;
}



.s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395-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-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cabce28-92ef-4f27-9cfb-022363b8f395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image {
  box-sizing: border-box;
}



.s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395-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-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cabce28-92ef-4f27-9cfb-022363b8f395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image {
  box-sizing: border-box;
}



.s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395-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-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  
}

.shg-image-content-margin-container-s-8cabce28-92ef-4f27-9cfb-022363b8f395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cabce28-92ef-4f27-9cfb-022363b8f395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cabce28-92ef-4f27-9cfb-022363b8f395.shogun-image {
  box-sizing: border-box;
}



.s-8cabce28-92ef-4f27-9cfb-022363b8f395 img.shogun-image {
  
}


}
#s-4f1a2897-7b7d-4d64-9852-4fcddd3793e6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4f1a2897-7b7d-4d64-9852-4fcddd3793e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f1a2897-7b7d-4d64-9852-4fcddd3793e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9d78b74-58b0-41fd-87e3-cb4744135dac {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f9d78b74-58b0-41fd-87e3-cb4744135dac {
  margin-top: 5px;
text-align: center;
}
}
#s-f9d78b74-58b0-41fd-87e3-cb4744135dac .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (max-width: 767px){#s-f9d78b74-58b0-41fd-87e3-cb4744135dac .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-c3d6a6f9-8838-4267-a18f-e1a61bc136ef {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 8px;
margin-right: 2%;
display: none;
}
#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-content-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 60px;
margin-bottom: 8px;
display: none;
}
#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-content-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 60px;
margin-bottom: 8px;
display: none;
}
#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-content-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea { display: none !important; }}@media (max-width: 767px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 50px;
margin-left: 2%;
margin-bottom: 4px;
margin-right: 2%;
max-width: 600px;
display: none;
}
#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea, #wrap-content-s-455eb399-0d09-4293-ad9b-2b2b0ab2beea { display: none !important; }}
#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  background-image: url();
}








#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b88ac073-b364-4326-8f4f-12483b75c5a6 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b88ac073-b364-4326-8f4f-12483b75c5a6 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b88ac073-b364-4326-8f4f-12483b75c5a6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b88ac073-b364-4326-8f4f-12483b75c5a6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-b88ac073-b364-4326-8f4f-12483b75c5a6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-692301b5-cdfe-47ed-a460-712bedee574c {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-692301b5-cdfe-47ed-a460-712bedee574c {
  display: none;
}
#s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-content-s-692301b5-cdfe-47ed-a460-712bedee574c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-692301b5-cdfe-47ed-a460-712bedee574c {
  display: none;
}
#s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-content-s-692301b5-cdfe-47ed-a460-712bedee574c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-692301b5-cdfe-47ed-a460-712bedee574c {
  margin-top: 0px;
display: none;
}
#s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-content-s-692301b5-cdfe-47ed-a460-712bedee574c { display: none !important; }}@media (max-width: 767px){#s-692301b5-cdfe-47ed-a460-712bedee574c {
  display: none;
}
#s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-s-692301b5-cdfe-47ed-a460-712bedee574c, #wrap-content-s-692301b5-cdfe-47ed-a460-712bedee574c { display: none !important; }}







#s-692301b5-cdfe-47ed-a460-712bedee574c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-692301b5-cdfe-47ed-a460-712bedee574c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  border-style: solid;
}
}
#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  background-image: url();
}








#s-51c2b731-bef8-46fa-98c6-588ad34706df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51c2b731-bef8-46fa-98c6-588ad34706df.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-877c666a-2893-4fa0-8261-af1d2e95fe38 {
  margin-left: auto;
margin-right: auto;
}

.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: 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-557e482d-75f1-4bae-9883-0be80620d7d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

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

#s-97f10166-b7ed-4ca3-a867-55597200f47e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-97f10166-b7ed-4ca3-a867-55597200f47e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-90daa1d2-d3e9-4a33-9021-062c237a9aeb {
  margin-left: auto;
margin-right: auto;
}

#s-90daa1d2-d3e9-4a33-9021-062c237a9aeb .shg-proportional-font-size,
#s-90daa1d2-d3e9-4a33-9021-062c237a9aeb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 {
  text-align: left;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-c6861d0d-8c73-4e8b-b992-249f03998743 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c6861d0d-8c73-4e8b-b992-249f03998743:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6861d0d-8c73-4e8b-b992-249f03998743:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6861d0d-8c73-4e8b-b992-249f03998743-atc-btn-wrapper {
    text-align: center;
  }


#s-c6861d0d-8c73-4e8b-b992-249f03998743 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-c6861d0d-8c73-4e8b-b992-249f03998743-atc-btn-wrapper {
    text-align: center;
  }


#s-c6861d0d-8c73-4e8b-b992-249f03998743 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6861d0d-8c73-4e8b-b992-249f03998743-atc-btn-wrapper {
    text-align: center;
  }


#s-c6861d0d-8c73-4e8b-b992-249f03998743 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c6861d0d-8c73-4e8b-b992-249f03998743-atc-btn-wrapper {
    text-align: center;
  }


#s-c6861d0d-8c73-4e8b-b992-249f03998743 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-c6861d0d-8c73-4e8b-b992-249f03998743-atc-btn-wrapper {
    text-align: center;
  }


#s-c6861d0d-8c73-4e8b-b992-249f03998743 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c6861d0d-8c73-4e8b-b992-249f03998743.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  background-image: url();
}








#s-6c745a30-98b7-480a-b954-4cdb19845572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c745a30-98b7-480a-b954-4cdb19845572.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d4a687ee-e019-409b-90c1-82eb4a64c543 {
  margin-left: auto;
margin-right: auto;
}

#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-06c97cd9-b148-4aa6-904c-334483dfc286 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-06c97cd9-b148-4aa6-904c-334483dfc286 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-488ec832-55d5-4738-be2d-309e195f6bc6 {
  margin-left: auto;
margin-right: auto;
}

#s-488ec832-55d5-4738-be2d-309e195f6bc6 .shg-proportional-font-size,
#s-488ec832-55d5-4738-be2d-309e195f6bc6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ee2bd82e-c61f-4274-a097-966c61cb3dd6 {
  text-align: left;
}

#s-ee2bd82e-c61f-4274-a097-966c61cb3dd6 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee2bd82e-c61f-4274-a097-966c61cb3dd6 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-ee2bd82e-c61f-4274-a097-966c61cb3dd6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-ee2bd82e-c61f-4274-a097-966c61cb3dd6 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee2bd82e-c61f-4274-a097-966c61cb3dd6 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-ee2bd82e-c61f-4274-a097-966c61cb3dd6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d9e1a1d0-84ac-4138-bc17-1594ca07cfcb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  background-image: url();
}








#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1af47ce-be93-4074-8135-1b9ab5f7a156.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-de3d2f23-83b7-4500-8505-37f7d9d074fb {
  margin-left: auto;
margin-right: auto;
}

#s-664cf9ce-5d42-4a55-8701-23732fb5371a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-41bec375-ce07-48c9-8953-08fc623a8368 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-41bec375-ce07-48c9-8953-08fc623a8368 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a4a5f7ec-7267-443c-9536-d2682ae69072 {
  margin-left: auto;
margin-right: auto;
}

#s-a4a5f7ec-7267-443c-9536-d2682ae69072 .shg-proportional-font-size,
#s-a4a5f7ec-7267-443c-9536-d2682ae69072 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8b9d9cb5-cc15-4c96-843f-8ce6a286ab09 {
  text-align: left;
}

#s-8b9d9cb5-cc15-4c96-843f-8ce6a286ab09 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8b9d9cb5-cc15-4c96-843f-8ce6a286ab09 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8b9d9cb5-cc15-4c96-843f-8ce6a286ab09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-8b9d9cb5-cc15-4c96-843f-8ce6a286ab09 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8b9d9cb5-cc15-4c96-843f-8ce6a286ab09 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8b9d9cb5-cc15-4c96-843f-8ce6a286ab09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-2cfff226-d2d7-4a9a-8972-63345387d083 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2cfff226-d2d7-4a9a-8972-63345387d083:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cfff226-d2d7-4a9a-8972-63345387d083:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2cfff226-d2d7-4a9a-8972-63345387d083-atc-btn-wrapper {
    text-align: center;
  }


#s-2cfff226-d2d7-4a9a-8972-63345387d083 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-2cfff226-d2d7-4a9a-8972-63345387d083-atc-btn-wrapper {
    text-align: center;
  }


#s-2cfff226-d2d7-4a9a-8972-63345387d083 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cfff226-d2d7-4a9a-8972-63345387d083-atc-btn-wrapper {
    text-align: center;
  }


#s-2cfff226-d2d7-4a9a-8972-63345387d083 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2cfff226-d2d7-4a9a-8972-63345387d083-atc-btn-wrapper {
    text-align: center;
  }


#s-2cfff226-d2d7-4a9a-8972-63345387d083 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-2cfff226-d2d7-4a9a-8972-63345387d083-atc-btn-wrapper {
    text-align: center;
  }


#s-2cfff226-d2d7-4a9a-8972-63345387d083 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2cfff226-d2d7-4a9a-8972-63345387d083.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  background-image: url();
}








#s-f3302d77-b776-4083-b1d5-f99fa55763b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3302d77-b776-4083-b1d5-f99fa55763b3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5f8dd6c7-5e0a-456c-8f0c-9bad2d1a15d6 {
  margin-left: auto;
margin-right: auto;
}

#s-72d0361f-5453-4353-9da3-9747a0dde0e3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a92b7c7a-107b-4ea0-8281-867560896f51 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-a92b7c7a-107b-4ea0-8281-867560896f51 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-fbdda007-47ab-4a43-9c70-0d4dfa1560d0 {
  margin-left: auto;
margin-right: auto;
}

#s-fbdda007-47ab-4a43-9c70-0d4dfa1560d0 .shg-proportional-font-size,
#s-fbdda007-47ab-4a43-9c70-0d4dfa1560d0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8a92e971-3e23-4b92-835c-c9b2e5f8dd55 {
  text-align: left;
}

#s-8a92e971-3e23-4b92-835c-c9b2e5f8dd55 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8a92e971-3e23-4b92-835c-c9b2e5f8dd55 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8a92e971-3e23-4b92-835c-c9b2e5f8dd55 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-8a92e971-3e23-4b92-835c-c9b2e5f8dd55 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8a92e971-3e23-4b92-835c-c9b2e5f8dd55 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8a92e971-3e23-4b92-835c-c9b2e5f8dd55 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8-atc-btn-wrapper {
    text-align: center;
  }


#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8-atc-btn-wrapper {
    text-align: center;
  }


#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8-atc-btn-wrapper {
    text-align: center;
  }


#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8-atc-btn-wrapper {
    text-align: center;
  }


#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8-atc-btn-wrapper {
    text-align: center;
  }


#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3007b35f-c7d5-49ce-a2f7-421bd24ee6c8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-d747e7ce-989c-47ea-82e8-0d2670a15c88 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  border-style: solid;
}
}
#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  background-image: url();
}








#s-55a072f7-ac69-4d00-a3a4-b773795d215e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55a072f7-ac69-4d00-a3a4-b773795d215e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fbd5a250-b34b-4f5a-8436-b66686e886f2 {
  margin-left: auto;
margin-right: auto;
}

#s-87cfad23-e177-4996-8f7d-69e6999018b4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5452a5ea-a440-4322-85bd-7875e3178568 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-5452a5ea-a440-4322-85bd-7875e3178568 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-ddb4a373-d01a-4ea0-950e-2376d42afb47 {
  margin-left: auto;
margin-right: auto;
}

#s-ddb4a373-d01a-4ea0-950e-2376d42afb47 .shg-proportional-font-size,
#s-ddb4a373-d01a-4ea0-950e-2376d42afb47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c4656a66-cb69-442a-84d3-04a1794e19c2 {
  text-align: left;
}

#s-c4656a66-cb69-442a-84d3-04a1794e19c2 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c4656a66-cb69-442a-84d3-04a1794e19c2 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-c4656a66-cb69-442a-84d3-04a1794e19c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-c4656a66-cb69-442a-84d3-04a1794e19c2 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c4656a66-cb69-442a-84d3-04a1794e19c2 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-c4656a66-cb69-442a-84d3-04a1794e19c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e7fbf379-f040-454e-96f9-f2c2db5461ed {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e7fbf379-f040-454e-96f9-f2c2db5461ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7fbf379-f040-454e-96f9-f2c2db5461ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7fbf379-f040-454e-96f9-f2c2db5461ed-atc-btn-wrapper {
    text-align: center;
  }


#s-e7fbf379-f040-454e-96f9-f2c2db5461ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-e7fbf379-f040-454e-96f9-f2c2db5461ed-atc-btn-wrapper {
    text-align: center;
  }


#s-e7fbf379-f040-454e-96f9-f2c2db5461ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7fbf379-f040-454e-96f9-f2c2db5461ed-atc-btn-wrapper {
    text-align: center;
  }


#s-e7fbf379-f040-454e-96f9-f2c2db5461ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e7fbf379-f040-454e-96f9-f2c2db5461ed-atc-btn-wrapper {
    text-align: center;
  }


#s-e7fbf379-f040-454e-96f9-f2c2db5461ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-e7fbf379-f040-454e-96f9-f2c2db5461ed-atc-btn-wrapper {
    text-align: center;
  }


#s-e7fbf379-f040-454e-96f9-f2c2db5461ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e7fbf379-f040-454e-96f9-f2c2db5461ed.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  border-color: #000;
border-right-width: 0px;
border-style: solid;
}
}
#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  background-image: url();
}








#s-b302f701-d960-48b3-b56b-00b8b0d34a4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b302f701-d960-48b3-b56b-00b8b0d34a4f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1912c027-304c-4f44-bf6e-4b24b5e087c4 {
  margin-left: auto;
margin-right: auto;
}

#s-a40f88a8-8552-41e1-a78a-8428983a464b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-287c375e-0f10-4de5-878b-4938d283ad27 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-287c375e-0f10-4de5-878b-4938d283ad27 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-071ef632-8e9d-40e1-95b3-11c29a9e8bcc {
  margin-left: auto;
margin-right: auto;
}

#s-071ef632-8e9d-40e1-95b3-11c29a9e8bcc .shg-proportional-font-size,
#s-071ef632-8e9d-40e1-95b3-11c29a9e8bcc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-27ebbe27-91ee-41b2-808b-bf7721de8dfa {
  text-align: left;
}

#s-27ebbe27-91ee-41b2-808b-bf7721de8dfa .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-27ebbe27-91ee-41b2-808b-bf7721de8dfa .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-27ebbe27-91ee-41b2-808b-bf7721de8dfa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-27ebbe27-91ee-41b2-808b-bf7721de8dfa .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-27ebbe27-91ee-41b2-808b-bf7721de8dfa .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-27ebbe27-91ee-41b2-808b-bf7721de8dfa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-26f17e49-36d6-4a80-9b1f-318681764687 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-26f17e49-36d6-4a80-9b1f-318681764687:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26f17e49-36d6-4a80-9b1f-318681764687:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26f17e49-36d6-4a80-9b1f-318681764687-atc-btn-wrapper {
    text-align: center;
  }


#s-26f17e49-36d6-4a80-9b1f-318681764687 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-26f17e49-36d6-4a80-9b1f-318681764687-atc-btn-wrapper {
    text-align: center;
  }


#s-26f17e49-36d6-4a80-9b1f-318681764687 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-26f17e49-36d6-4a80-9b1f-318681764687-atc-btn-wrapper {
    text-align: center;
  }


#s-26f17e49-36d6-4a80-9b1f-318681764687 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-26f17e49-36d6-4a80-9b1f-318681764687-atc-btn-wrapper {
    text-align: center;
  }


#s-26f17e49-36d6-4a80-9b1f-318681764687 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-26f17e49-36d6-4a80-9b1f-318681764687-atc-btn-wrapper {
    text-align: center;
  }


#s-26f17e49-36d6-4a80-9b1f-318681764687 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-26f17e49-36d6-4a80-9b1f-318681764687.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  background-image: url();
}








#s-69bb627e-84c6-4df5-ab0e-1114c0547255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69bb627e-84c6-4df5-ab0e-1114c0547255.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d6dad73e-3e3f-4f17-b91a-25f509cd0c26 {
  margin-left: auto;
margin-right: auto;
}

#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c77ae9bf-9486-442d-8a77-3a88d6d621b4 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-c77ae9bf-9486-442d-8a77-3a88d6d621b4 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-3a27f8aa-254e-4c9a-bf6c-efe463f04d61 {
  margin-left: auto;
margin-right: auto;
}

#s-3a27f8aa-254e-4c9a-bf6c-efe463f04d61 .shg-proportional-font-size,
#s-3a27f8aa-254e-4c9a-bf6c-efe463f04d61 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-63a1d74b-6abc-4cf3-9a65-d6963be26aed {
  text-align: left;
}

#s-63a1d74b-6abc-4cf3-9a65-d6963be26aed .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-63a1d74b-6abc-4cf3-9a65-d6963be26aed .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-63a1d74b-6abc-4cf3-9a65-d6963be26aed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-63a1d74b-6abc-4cf3-9a65-d6963be26aed .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-63a1d74b-6abc-4cf3-9a65-d6963be26aed .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-63a1d74b-6abc-4cf3-9a65-d6963be26aed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-313f9d82-96b9-47af-be85-cc3076ca2e34 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-313f9d82-96b9-47af-be85-cc3076ca2e34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-313f9d82-96b9-47af-be85-cc3076ca2e34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-313f9d82-96b9-47af-be85-cc3076ca2e34-atc-btn-wrapper {
    text-align: center;
  }


#s-313f9d82-96b9-47af-be85-cc3076ca2e34 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-313f9d82-96b9-47af-be85-cc3076ca2e34-atc-btn-wrapper {
    text-align: center;
  }


#s-313f9d82-96b9-47af-be85-cc3076ca2e34 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-313f9d82-96b9-47af-be85-cc3076ca2e34-atc-btn-wrapper {
    text-align: center;
  }


#s-313f9d82-96b9-47af-be85-cc3076ca2e34 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-313f9d82-96b9-47af-be85-cc3076ca2e34-atc-btn-wrapper {
    text-align: center;
  }


#s-313f9d82-96b9-47af-be85-cc3076ca2e34 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-313f9d82-96b9-47af-be85-cc3076ca2e34-atc-btn-wrapper {
    text-align: center;
  }


#s-313f9d82-96b9-47af-be85-cc3076ca2e34 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-313f9d82-96b9-47af-be85-cc3076ca2e34.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 8px;
margin-right: 2%;
display: none;
}
#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-content-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb {
  margin-top: 60px;
margin-bottom: 8px;
display: none;
}
#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-content-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb {
  margin-top: 60px;
margin-bottom: 8px;
display: none;
}
#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-content-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb { display: none !important; }}@media (max-width: 767px){#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb {
  margin-top: 50px;
margin-left: 2%;
margin-bottom: 4px;
margin-right: 2%;
max-width: 600px;
display: none;
}
#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb, #wrap-content-s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb { display: none !important; }}
#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb {
  background-image: url();
}








#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c1cfd78-ede2-4a11-8b42-45b4fb3dd8eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f701be17-73c4-49cb-a551-48de946b729d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f701be17-73c4-49cb-a551-48de946b729d {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f701be17-73c4-49cb-a551-48de946b729d .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f701be17-73c4-49cb-a551-48de946b729d .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-f701be17-73c4-49cb-a551-48de946b729d .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 {
  display: none;
}
#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-content-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 {
  display: none;
}
#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-content-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 {
  margin-top: 0px;
display: none;
}
#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-content-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 { display: none !important; }}@media (max-width: 767px){#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 {
  display: none;
}
#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08, #wrap-content-s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 { display: none !important; }}







#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bf81bcc-3f8f-4ebd-9aa6-30fbe374ad08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c91786bd-7c83-4edb-bff3-40fabb4a0f9c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c91786bd-7c83-4edb-bff3-40fabb4a0f9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c91786bd-7c83-4edb-bff3-40fabb4a0f9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c91786bd-7c83-4edb-bff3-40fabb4a0f9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c91786bd-7c83-4edb-bff3-40fabb4a0f9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-45ce1efd-06c0-436c-ad93-db9bd2354962 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45ce1efd-06c0-436c-ad93-db9bd2354962 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-45ce1efd-06c0-436c-ad93-db9bd2354962 {
  border-style: solid;
}
}
#s-45ce1efd-06c0-436c-ad93-db9bd2354962 {
  background-image: url();
}








#s-45ce1efd-06c0-436c-ad93-db9bd2354962 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45ce1efd-06c0-436c-ad93-db9bd2354962.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-db339e05-0f0a-4c53-8a05-808cf3f7f0b9 {
  margin-left: auto;
margin-right: auto;
}

#s-1749383a-757d-4ac2-8905-5e41d360c88b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b .shg-image-zoom,
.shg-c#s-1749383a-757d-4ac2-8905-5e41d360c88b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-247b035e-ab44-4dc8-9fa5-74100f4faad8 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-247b035e-ab44-4dc8-9fa5-74100f4faad8 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-bfb3384f-1793-4009-a603-bb3ae7eb4a5c {
  text-align: left;
}

#s-bfb3384f-1793-4009-a603-bb3ae7eb4a5c .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-bfb3384f-1793-4009-a603-bb3ae7eb4a5c .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-bfb3384f-1793-4009-a603-bb3ae7eb4a5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-bfb3384f-1793-4009-a603-bb3ae7eb4a5c .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-bfb3384f-1793-4009-a603-bb3ae7eb4a5c .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-bfb3384f-1793-4009-a603-bb3ae7eb4a5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-a054f739-6055-4237-b4e1-180fde37cd06 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a054f739-6055-4237-b4e1-180fde37cd06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a054f739-6055-4237-b4e1-180fde37cd06:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a054f739-6055-4237-b4e1-180fde37cd06-atc-btn-wrapper {
    text-align: center;
  }


#s-a054f739-6055-4237-b4e1-180fde37cd06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-a054f739-6055-4237-b4e1-180fde37cd06-atc-btn-wrapper {
    text-align: center;
  }


#s-a054f739-6055-4237-b4e1-180fde37cd06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a054f739-6055-4237-b4e1-180fde37cd06-atc-btn-wrapper {
    text-align: center;
  }


#s-a054f739-6055-4237-b4e1-180fde37cd06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a054f739-6055-4237-b4e1-180fde37cd06-atc-btn-wrapper {
    text-align: center;
  }


#s-a054f739-6055-4237-b4e1-180fde37cd06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-a054f739-6055-4237-b4e1-180fde37cd06-atc-btn-wrapper {
    text-align: center;
  }


#s-a054f739-6055-4237-b4e1-180fde37cd06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a054f739-6055-4237-b4e1-180fde37cd06.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-3e29f3c0-25c8-4ca3-b00f-eb6821718e39 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e29f3c0-25c8-4ca3-b00f-eb6821718e39 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-3e29f3c0-25c8-4ca3-b00f-eb6821718e39 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-3e29f3c0-25c8-4ca3-b00f-eb6821718e39 {
  background-image: url();
}








#s-3e29f3c0-25c8-4ca3-b00f-eb6821718e39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e29f3c0-25c8-4ca3-b00f-eb6821718e39.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-78f85cf7-a504-4785-bb5f-a3bccb5623f6 {
  margin-left: auto;
margin-right: auto;
}

#s-bf9bae54-ae75-43c7-a001-94e58e180210 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 .shg-image-zoom,
.shg-c#s-bf9bae54-ae75-43c7-a001-94e58e180210 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a7ff95cd-8e98-45b4-b2e5-7ce16d818127 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-a7ff95cd-8e98-45b4-b2e5-7ce16d818127 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e557033c-ad1f-45f0-89fc-27a4b44a9aba {
  text-align: left;
}

#s-e557033c-ad1f-45f0-89fc-27a4b44a9aba .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e557033c-ad1f-45f0-89fc-27a4b44a9aba .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e557033c-ad1f-45f0-89fc-27a4b44a9aba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-e557033c-ad1f-45f0-89fc-27a4b44a9aba .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e557033c-ad1f-45f0-89fc-27a4b44a9aba .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e557033c-ad1f-45f0-89fc-27a4b44a9aba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34586200-636f-4fe2-8ee0-0d2726ec0ca9-atc-btn-wrapper {
    text-align: center;
  }


#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-34586200-636f-4fe2-8ee0-0d2726ec0ca9-atc-btn-wrapper {
    text-align: center;
  }


#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-34586200-636f-4fe2-8ee0-0d2726ec0ca9-atc-btn-wrapper {
    text-align: center;
  }


#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-34586200-636f-4fe2-8ee0-0d2726ec0ca9-atc-btn-wrapper {
    text-align: center;
  }


#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-34586200-636f-4fe2-8ee0-0d2726ec0ca9-atc-btn-wrapper {
    text-align: center;
  }


#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34586200-636f-4fe2-8ee0-0d2726ec0ca9.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-c34c7a27-0478-431d-98ef-3e60668c5a58 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c34c7a27-0478-431d-98ef-3e60668c5a58 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-c34c7a27-0478-431d-98ef-3e60668c5a58 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-c34c7a27-0478-431d-98ef-3e60668c5a58 {
  background-image: url();
}








#s-c34c7a27-0478-431d-98ef-3e60668c5a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c34c7a27-0478-431d-98ef-3e60668c5a58.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5da963fa-7ec9-4e4f-a2c2-bde2ca99233f {
  margin-left: auto;
margin-right: auto;
}

#s-1e8f5211-24e3-46f5-a74e-734e05385983 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 .shg-image-zoom,
.shg-c#s-1e8f5211-24e3-46f5-a74e-734e05385983 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-675ecf13-711c-4093-8f50-b15ac8b9d100 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-675ecf13-711c-4093-8f50-b15ac8b9d100 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-946c4dc4-3db4-459d-977b-d480c1ce8ae9 {
  text-align: left;
}

#s-946c4dc4-3db4-459d-977b-d480c1ce8ae9 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-946c4dc4-3db4-459d-977b-d480c1ce8ae9 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-946c4dc4-3db4-459d-977b-d480c1ce8ae9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-946c4dc4-3db4-459d-977b-d480c1ce8ae9 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-946c4dc4-3db4-459d-977b-d480c1ce8ae9 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-946c4dc4-3db4-459d-977b-d480c1ce8ae9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-b377084b-a600-466d-9fd4-ab1e5e892c6c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b377084b-a600-466d-9fd4-ab1e5e892c6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b377084b-a600-466d-9fd4-ab1e5e892c6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b377084b-a600-466d-9fd4-ab1e5e892c6c-atc-btn-wrapper {
    text-align: center;
  }


#s-b377084b-a600-466d-9fd4-ab1e5e892c6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-b377084b-a600-466d-9fd4-ab1e5e892c6c-atc-btn-wrapper {
    text-align: center;
  }


#s-b377084b-a600-466d-9fd4-ab1e5e892c6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b377084b-a600-466d-9fd4-ab1e5e892c6c-atc-btn-wrapper {
    text-align: center;
  }


#s-b377084b-a600-466d-9fd4-ab1e5e892c6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b377084b-a600-466d-9fd4-ab1e5e892c6c-atc-btn-wrapper {
    text-align: center;
  }


#s-b377084b-a600-466d-9fd4-ab1e5e892c6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-b377084b-a600-466d-9fd4-ab1e5e892c6c-atc-btn-wrapper {
    text-align: center;
  }


#s-b377084b-a600-466d-9fd4-ab1e5e892c6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b377084b-a600-466d-9fd4-ab1e5e892c6c.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-c2104cc2-354f-4737-95a5-c969e79115d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c2104cc2-354f-4737-95a5-c969e79115d5 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2104cc2-354f-4737-95a5-c969e79115d5 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-c2104cc2-354f-4737-95a5-c969e79115d5 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-c2104cc2-354f-4737-95a5-c969e79115d5 {
  background-image: url();
}








#s-c2104cc2-354f-4737-95a5-c969e79115d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2104cc2-354f-4737-95a5-c969e79115d5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9029a868-a299-4396-9087-9cf4e83645b2 {
  margin-left: auto;
margin-right: auto;
}

#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 .shg-image-zoom,
.shg-c#s-ab1d561d-c489-471e-a1b6-a8cd1ce93884 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c175bc45-497b-42d8-9f3c-fc5a812d85b0 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-c175bc45-497b-42d8-9f3c-fc5a812d85b0 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-5acb458d-5179-4fa2-b3e9-e6d7b4f79f06 {
  text-align: left;
}

#s-5acb458d-5179-4fa2-b3e9-e6d7b4f79f06 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5acb458d-5179-4fa2-b3e9-e6d7b4f79f06 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-5acb458d-5179-4fa2-b3e9-e6d7b4f79f06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-5acb458d-5179-4fa2-b3e9-e6d7b4f79f06 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5acb458d-5179-4fa2-b3e9-e6d7b4f79f06 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-5acb458d-5179-4fa2-b3e9-e6d7b4f79f06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-ee2474ec-175e-481f-a198-92f20670edd8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ee2474ec-175e-481f-a198-92f20670edd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee2474ec-175e-481f-a198-92f20670edd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee2474ec-175e-481f-a198-92f20670edd8-atc-btn-wrapper {
    text-align: center;
  }


#s-ee2474ec-175e-481f-a198-92f20670edd8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-ee2474ec-175e-481f-a198-92f20670edd8-atc-btn-wrapper {
    text-align: center;
  }


#s-ee2474ec-175e-481f-a198-92f20670edd8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee2474ec-175e-481f-a198-92f20670edd8-atc-btn-wrapper {
    text-align: center;
  }


#s-ee2474ec-175e-481f-a198-92f20670edd8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ee2474ec-175e-481f-a198-92f20670edd8-atc-btn-wrapper {
    text-align: center;
  }


#s-ee2474ec-175e-481f-a198-92f20670edd8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-ee2474ec-175e-481f-a198-92f20670edd8-atc-btn-wrapper {
    text-align: center;
  }


#s-ee2474ec-175e-481f-a198-92f20670edd8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ee2474ec-175e-481f-a198-92f20670edd8.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-494e71d6-3993-4305-9de8-ef0050b40109 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-494e71d6-3993-4305-9de8-ef0050b40109"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-494e71d6-3993-4305-9de8-ef0050b40109"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-494e71d6-3993-4305-9de8-ef0050b40109"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-494e71d6-3993-4305-9de8-ef0050b40109"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-84af1516-f96b-4ac5-bcfb-2278962856a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84af1516-f96b-4ac5-bcfb-2278962856a7 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-84af1516-f96b-4ac5-bcfb-2278962856a7 {
  border-style: solid;
}
}
#s-84af1516-f96b-4ac5-bcfb-2278962856a7 {
  background-image: url();
}








#s-84af1516-f96b-4ac5-bcfb-2278962856a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84af1516-f96b-4ac5-bcfb-2278962856a7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-971b0131-d4b4-4125-a350-9a8cf00b48e5 {
  margin-left: auto;
margin-right: auto;
}

#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c .shg-image-zoom,
.shg-c#s-84edb4c1-6ea7-4dcd-b2d9-d77ccc338b0c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6a949589-6ea8-4bb8-bf62-74687b06bf90 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-6a949589-6ea8-4bb8-bf62-74687b06bf90 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a699e543-bda6-49f5-8573-287f19fa0158 {
  text-align: left;
}

#s-a699e543-bda6-49f5-8573-287f19fa0158 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a699e543-bda6-49f5-8573-287f19fa0158 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a699e543-bda6-49f5-8573-287f19fa0158 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-a699e543-bda6-49f5-8573-287f19fa0158 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a699e543-bda6-49f5-8573-287f19fa0158 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a699e543-bda6-49f5-8573-287f19fa0158 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-fe8dc43d-eb85-433f-a6d9-79e488c97531 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fe8dc43d-eb85-433f-a6d9-79e488c97531:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe8dc43d-eb85-433f-a6d9-79e488c97531:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe8dc43d-eb85-433f-a6d9-79e488c97531-atc-btn-wrapper {
    text-align: center;
  }


#s-fe8dc43d-eb85-433f-a6d9-79e488c97531 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-fe8dc43d-eb85-433f-a6d9-79e488c97531-atc-btn-wrapper {
    text-align: center;
  }


#s-fe8dc43d-eb85-433f-a6d9-79e488c97531 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe8dc43d-eb85-433f-a6d9-79e488c97531-atc-btn-wrapper {
    text-align: center;
  }


#s-fe8dc43d-eb85-433f-a6d9-79e488c97531 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fe8dc43d-eb85-433f-a6d9-79e488c97531-atc-btn-wrapper {
    text-align: center;
  }


#s-fe8dc43d-eb85-433f-a6d9-79e488c97531 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-fe8dc43d-eb85-433f-a6d9-79e488c97531-atc-btn-wrapper {
    text-align: center;
  }


#s-fe8dc43d-eb85-433f-a6d9-79e488c97531 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fe8dc43d-eb85-433f-a6d9-79e488c97531.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-d41cb466-5f68-4d35-a8dc-55c2f95a9d22 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d41cb466-5f68-4d35-a8dc-55c2f95a9d22 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-d41cb466-5f68-4d35-a8dc-55c2f95a9d22 {
  border-color: #000;
border-right-width: 0px;
border-style: solid;
}
}
#s-d41cb466-5f68-4d35-a8dc-55c2f95a9d22 {
  background-image: url();
}








#s-d41cb466-5f68-4d35-a8dc-55c2f95a9d22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d41cb466-5f68-4d35-a8dc-55c2f95a9d22.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a9b367fe-ebe6-4141-a214-c3073f65290f {
  margin-left: auto;
margin-right: auto;
}

#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 .shg-image-zoom,
.shg-c#s-4d41b1a0-90d0-4218-a0e2-a87867829b84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb274b1f-a5ae-475c-8efd-2d12c973a241 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-eb274b1f-a5ae-475c-8efd-2d12c973a241 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-04ee743a-c759-476e-9132-4f04ff7ffab0 {
  text-align: left;
}

#s-04ee743a-c759-476e-9132-4f04ff7ffab0 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-04ee743a-c759-476e-9132-4f04ff7ffab0 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-04ee743a-c759-476e-9132-4f04ff7ffab0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-04ee743a-c759-476e-9132-4f04ff7ffab0 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-04ee743a-c759-476e-9132-4f04ff7ffab0 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-04ee743a-c759-476e-9132-4f04ff7ffab0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-76246047-d5a7-484f-8210-57968e2957a0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-76246047-d5a7-484f-8210-57968e2957a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76246047-d5a7-484f-8210-57968e2957a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76246047-d5a7-484f-8210-57968e2957a0-atc-btn-wrapper {
    text-align: center;
  }


#s-76246047-d5a7-484f-8210-57968e2957a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-76246047-d5a7-484f-8210-57968e2957a0-atc-btn-wrapper {
    text-align: center;
  }


#s-76246047-d5a7-484f-8210-57968e2957a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-76246047-d5a7-484f-8210-57968e2957a0-atc-btn-wrapper {
    text-align: center;
  }


#s-76246047-d5a7-484f-8210-57968e2957a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-76246047-d5a7-484f-8210-57968e2957a0-atc-btn-wrapper {
    text-align: center;
  }


#s-76246047-d5a7-484f-8210-57968e2957a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-76246047-d5a7-484f-8210-57968e2957a0-atc-btn-wrapper {
    text-align: center;
  }


#s-76246047-d5a7-484f-8210-57968e2957a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-76246047-d5a7-484f-8210-57968e2957a0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-ee4d45dd-356d-4189-bd05-a9c16562cf43 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee4d45dd-356d-4189-bd05-a9c16562cf43 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-ee4d45dd-356d-4189-bd05-a9c16562cf43 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-ee4d45dd-356d-4189-bd05-a9c16562cf43 {
  background-image: url();
}








#s-ee4d45dd-356d-4189-bd05-a9c16562cf43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee4d45dd-356d-4189-bd05-a9c16562cf43.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-21e2cce8-7214-4060-8c54-7c3ec6296429 {
  margin-left: auto;
margin-right: auto;
}

#s-a3309180-fe71-423b-b31c-ffaa805c7e66 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 .shg-image-zoom,
.shg-c#s-a3309180-fe71-423b-b31c-ffaa805c7e66 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b5b22234-e11e-4ff7-9cbc-3411674909f1 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-b5b22234-e11e-4ff7-9cbc-3411674909f1 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0d7bddb8-27b6-46d2-80b8-fd43824c850d {
  text-align: left;
}

#s-0d7bddb8-27b6-46d2-80b8-fd43824c850d .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0d7bddb8-27b6-46d2-80b8-fd43824c850d .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-0d7bddb8-27b6-46d2-80b8-fd43824c850d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-0d7bddb8-27b6-46d2-80b8-fd43824c850d .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0d7bddb8-27b6-46d2-80b8-fd43824c850d .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-0d7bddb8-27b6-46d2-80b8-fd43824c850d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1bb657b7-cecb-42d7-b4cb-e7197472ed8a.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-30f9ec7f-5c14-49a9-929c-3da442c870f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-30f9ec7f-5c14-49a9-929c-3da442c870f4 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30f9ec7f-5c14-49a9-929c-3da442c870f4 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-30f9ec7f-5c14-49a9-929c-3da442c870f4 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-30f9ec7f-5c14-49a9-929c-3da442c870f4 {
  background-image: url();
}








#s-30f9ec7f-5c14-49a9-929c-3da442c870f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30f9ec7f-5c14-49a9-929c-3da442c870f4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c71f4a9d-2adf-4cfb-8bbb-377f3eea3550 {
  margin-left: auto;
margin-right: auto;
}

#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c .shg-image-zoom,
.shg-c#s-8fcb42d7-7279-4f2a-a7a0-44e4a58de68c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1ad9ccda-195b-4b94-9fed-94556381330d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-1ad9ccda-195b-4b94-9fed-94556381330d .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e9770db9-e0e8-4197-ac5a-b855e25af1f1 {
  text-align: left;
}

#s-e9770db9-e0e8-4197-ac5a-b855e25af1f1 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e9770db9-e0e8-4197-ac5a-b855e25af1f1 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e9770db9-e0e8-4197-ac5a-b855e25af1f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-e9770db9-e0e8-4197-ac5a-b855e25af1f1 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e9770db9-e0e8-4197-ac5a-b855e25af1f1 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e9770db9-e0e8-4197-ac5a-b855e25af1f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d3411e1-04e1-47b9-8ebd-70ea61f38728-atc-btn-wrapper {
    text-align: center;
  }


#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-9d3411e1-04e1-47b9-8ebd-70ea61f38728-atc-btn-wrapper {
    text-align: center;
  }


#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d3411e1-04e1-47b9-8ebd-70ea61f38728-atc-btn-wrapper {
    text-align: center;
  }


#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9d3411e1-04e1-47b9-8ebd-70ea61f38728-atc-btn-wrapper {
    text-align: center;
  }


#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-9d3411e1-04e1-47b9-8ebd-70ea61f38728-atc-btn-wrapper {
    text-align: center;
  }


#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9d3411e1-04e1-47b9-8ebd-70ea61f38728.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


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