.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-fa79f69a-2fcd-45a1-9e42-4d0795eece22 {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
}

#s-fa79f69a-2fcd-45a1-9e42-4d0795eece22 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZThmN2ZlYTQtNmQ4OC00ZGRhLWFhYmEtNDcwNjhjZDRkMGM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjgyODI4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTUwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlOGY3ZmVhNC02ZDg4LTRkZGEtYWFiYS00NzA2OGNkNGQwYzkpIi8+PC9zdmc+);
}








#s-fa79f69a-2fcd-45a1-9e42-4d0795eece22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa79f69a-2fcd-45a1-9e42-4d0795eece22.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-80e6f607-cf1b-4781-8588-2b28b03e89fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-80e6f607-cf1b-4781-8588-2b28b03e89fa {
  text-align: center;
}
}
#s-80e6f607-cf1b-4781-8588-2b28b03e89fa .shogun-heading-component h2 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-80e6f607-cf1b-4781-8588-2b28b03e89fa .shogun-heading-component h2 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-80e6f607-cf1b-4781-8588-2b28b03e89fa .shogun-heading-component h2 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-80e6f607-cf1b-4781-8588-2b28b03e89fa .shogun-heading-component h2 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}


}
#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 50px;
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-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 60px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-c4929983-e6f1-487f-a453-493e5df5142b {
  background-image: url();
}








#s-c4929983-e6f1-487f-a453-493e5df5142b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4929983-e6f1-487f-a453-493e5df5142b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  border-radius: 8px;
}
}







#s-7e385f66-ed71-4daf-99e9-720e3c728702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e385f66-ed71-4daf-99e9-720e3c728702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-019bd56e-1156-47e6-9e30-93be8dcb25b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-019bd56e-1156-47e6-9e30-93be8dcb25b0 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-019bd56e-1156-47e6-9e30-93be8dcb25b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-019bd56e-1156-47e6-9e30-93be8dcb25b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  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-b537b17f-be05-4b23-b8a3-59a1358ac585 {
  margin-left: auto;
margin-right: auto;
}

#s-b537b17f-be05-4b23-b8a3-59a1358ac585 .shg-proportional-font-size,
#s-b537b17f-be05-4b23-b8a3-59a1358ac585 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-b537b17f-be05-4b23-b8a3-59a1358ac585 .shg-proportional-font-size,
#s-b537b17f-be05-4b23-b8a3-59a1358ac585 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 95;
    
    
    font-size: 0.95em;
  
}
}
#s-44e79c60-d7e1-4216-a1d4-0f835472a798 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
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;
background-color: rgba(230, 245, 240, 1);
}
@media (max-width: 767px){#s-44e79c60-d7e1-4216-a1d4-0f835472a798 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-44e79c60-d7e1-4216-a1d4-0f835472a798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44e79c60-d7e1-4216-a1d4-0f835472a798.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89babcbc-a5b2-48d4-b647-24850773c7c3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-89babcbc-a5b2-48d4-b647-24850773c7c3 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-89babcbc-a5b2-48d4-b647-24850773c7c3 {
  margin-top: 4px;
}
}
#s-89babcbc-a5b2-48d4-b647-24850773c7c3 .shg-proportional-font-size,
#s-89babcbc-a5b2-48d4-b647-24850773c7c3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-89babcbc-a5b2-48d4-b647-24850773c7c3 .shg-proportional-font-size,
#s-89babcbc-a5b2-48d4-b647-24850773c7c3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-24f02632-b5a5-4148-ab85-bb4cba6efbda {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
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-24f02632-b5a5-4148-ab85-bb4cba6efbda {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-24f02632-b5a5-4148-ab85-bb4cba6efbda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24f02632-b5a5-4148-ab85-bb4cba6efbda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff {
  margin-top: 4px;
}
}
#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size,
#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size,
#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-top: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-top: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-top: 8px;
}
}@media (max-width: 767px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-top: 0px;
}
}
#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size,
#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size,
#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
.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-6c1e6c7c-a57f-4912-8e0a-b1398d0b5741 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6c1e6c7c-a57f-4912-8e0a-b1398d0b5741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c1e6c7c-a57f-4912-8e0a-b1398d0b5741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6c1e6c7c-a57f-4912-8e0a-b1398d0b5741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6c1e6c7c-a57f-4912-8e0a-b1398d0b5741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c1cff725-a96d-446b-8e37-b36a0f926d0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c1cff725-a96d-446b-8e37-b36a0f926d0f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1cff725-a96d-446b-8e37-b36a0f926d0f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1cff725-a96d-446b-8e37-b36a0f926d0f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (max-width: 767px){#s-c1cff725-a96d-446b-8e37-b36a0f926d0f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}







#s-c1cff725-a96d-446b-8e37-b36a0f926d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1cff725-a96d-446b-8e37-b36a0f926d0f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-c1cff725-a96d-446b-8e37-b36a0f926d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1cff725-a96d-446b-8e37-b36a0f926d0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-83e69f6a-c15d-4e4a-aecd-04ef7d4f1957 {
  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-7d0533b4-05f1-470b-a5ea-69b76d4745de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de 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-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de 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-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de 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-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de 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-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de img.shogun-image,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de .shg-image-zoom,
.shg-c#s-7d0533b4-05f1-470b-a5ea-69b76d4745de 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-3ef5210e-39c7-4589-84d8-99fa5741b2a8 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-3ef5210e-39c7-4589-84d8-99fa5741b2a8 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ef5210e-39c7-4589-84d8-99fa5741b2a8 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ef5210e-39c7-4589-84d8-99fa5741b2a8 {
  text-align: center;
}
}@media (max-width: 767px){#s-3ef5210e-39c7-4589-84d8-99fa5741b2a8 {
  text-align: center;
}
}
#s-3ef5210e-39c7-4589-84d8-99fa5741b2a8 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3ef5210e-39c7-4589-84d8-99fa5741b2a8 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-3ef5210e-39c7-4589-84d8-99fa5741b2a8 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-484ba736-a480-4ca2-8854-bad5d5b1a137 {
  margin-top: 6px;
text-align: left;
}
@media (min-width: 1200px){#s-484ba736-a480-4ca2-8854-bad5d5b1a137 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-484ba736-a480-4ca2-8854-bad5d5b1a137 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-484ba736-a480-4ca2-8854-bad5d5b1a137 {
  text-align: center;
}
}@media (max-width: 767px){#s-484ba736-a480-4ca2-8854-bad5d5b1a137 {
  text-align: center;
}
}
#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-484ba736-a480-4ca2-8854-bad5d5b1a137 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-39f8b1a2-051b-4af0-a291-3c4731524e2d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39f8b1a2-051b-4af0-a291-3c4731524e2d .shogun-heading-component h6 {
  color: rgba(165, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-7443226e-39d8-483f-a8d9-c8fadbc4e876 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7443226e-39d8-483f-a8d9-c8fadbc4e876 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7443226e-39d8-483f-a8d9-c8fadbc4e876 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7443226e-39d8-483f-a8d9-c8fadbc4e876 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (max-width: 767px){#s-7443226e-39d8-483f-a8d9-c8fadbc4e876 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}







#s-7443226e-39d8-483f-a8d9-c8fadbc4e876 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7443226e-39d8-483f-a8d9-c8fadbc4e876.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-7443226e-39d8-483f-a8d9-c8fadbc4e876 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7443226e-39d8-483f-a8d9-c8fadbc4e876.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-7d4ae2a9-70c6-41ac-947b-903409ae8a01 {
  margin-left: auto;
margin-right: auto;
}

#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 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-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 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-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 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-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 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-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 img.shogun-image,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 .shg-image-zoom,
.shg-c#s-58c9da16-63b0-4a6f-b4b4-8a8007d69a37 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-f735c451-ce23-4fc0-b6cf-b49a302d69f0 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-f735c451-ce23-4fc0-b6cf-b49a302d69f0 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f735c451-ce23-4fc0-b6cf-b49a302d69f0 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f735c451-ce23-4fc0-b6cf-b49a302d69f0 {
  text-align: center;
}
}@media (max-width: 767px){#s-f735c451-ce23-4fc0-b6cf-b49a302d69f0 {
  text-align: center;
}
}
#s-f735c451-ce23-4fc0-b6cf-b49a302d69f0 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-f735c451-ce23-4fc0-b6cf-b49a302d69f0 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-f735c451-ce23-4fc0-b6cf-b49a302d69f0 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 {
  margin-top: 6px;
text-align: left;
}
@media (min-width: 1200px){#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 {
  text-align: center;
}
}@media (max-width: 767px){#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 {
  text-align: center;
}
}
#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-08cdfcc6-6989-4717-b5a4-a373fb80f300 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (max-width: 767px){#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}







#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e43c2ab2-8fc4-4320-91dd-7c841e9425a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-d8cef3e3-f4d4-4bf5-9fe0-5bc5e5949487 {
  margin-left: auto;
margin-right: auto;
}

#s-e72a87dd-079c-456d-9f91-1283d96652fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb 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-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb 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-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb 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-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb 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-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb img.shogun-image,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb .shg-image-zoom,
.shg-c#s-e72a87dd-079c-456d-9f91-1283d96652fb 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-48cc07d6-26f2-42b1-bba1-72d875ba4d74 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-48cc07d6-26f2-42b1-bba1-72d875ba4d74 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48cc07d6-26f2-42b1-bba1-72d875ba4d74 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48cc07d6-26f2-42b1-bba1-72d875ba4d74 {
  text-align: center;
}
}@media (max-width: 767px){#s-48cc07d6-26f2-42b1-bba1-72d875ba4d74 {
  text-align: center;
}
}
#s-48cc07d6-26f2-42b1-bba1-72d875ba4d74 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-48cc07d6-26f2-42b1-bba1-72d875ba4d74 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-48cc07d6-26f2-42b1-bba1-72d875ba4d74 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-f0e26cc9-8f92-472a-977b-fc2796859746 {
  margin-top: 6px;
text-align: left;
}
@media (min-width: 1200px){#s-f0e26cc9-8f92-472a-977b-fc2796859746 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0e26cc9-8f92-472a-977b-fc2796859746 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0e26cc9-8f92-472a-977b-fc2796859746 {
  text-align: center;
}
}@media (max-width: 767px){#s-f0e26cc9-8f92-472a-977b-fc2796859746 {
  text-align: center;
}
}
#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-f0e26cc9-8f92-472a-977b-fc2796859746 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-28b65a81-a6f1-41ec-aec6-b7638c16dcad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28b65a81-a6f1-41ec-aec6-b7638c16dcad .shogun-heading-component h6 {
  color: rgba(165, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(242, 242, 242, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 4px;
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(40, 40, 40, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(40, 40, 40, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 27px;
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 27px;
}@media (min-width: 768px) and (max-width: 991px){#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(242, 242, 242, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 4px;
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(40, 40, 40, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(40, 40, 40, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 27px;
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 27px;
}}@media (max-width: 767px){#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(242, 242, 242, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 4px;
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(40, 40, 40, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(40, 40, 40, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 24px;
}

#s-8f618127-6c81-43c0-83aa-c1b27b8cecfd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}}
#s-b3ac0281-35e2-4f71-a36d-c037fad87bd7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b3ac0281-35e2-4f71-a36d-c037fad87bd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3ac0281-35e2-4f71-a36d-c037fad87bd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5514b7c7-b4c6-4c4d-8495-0ae43a4c1a98 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 0%;
padding-bottom: 1%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5514b7c7-b4c6-4c4d-8495-0ae43a4c1a98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5514b7c7-b4c6-4c4d-8495-0ae43a4c1a98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b28c3dcd-a711-4928-9ff7-0cbb7737312f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b28c3dcd-a711-4928-9ff7-0cbb7737312f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b28c3dcd-a711-4928-9ff7-0cbb7737312f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b28c3dcd-a711-4928-9ff7-0cbb7737312f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b28c3dcd-a711-4928-9ff7-0cbb7737312f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 1200px){#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (max-width: 767px){#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}







#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  cursor: pointer;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  cursor: pointer;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  cursor: pointer;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  cursor: pointer;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137 {
  cursor: pointer;
}#s-e5a45d9a-91c4-4e73-8c20-b6f4b1bfa137.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-754da6c2-b1f0-4f98-910b-82d7b58056aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754da6c2-b1f0-4f98-910b-82d7b58056aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-754da6c2-b1f0-4f98-910b-82d7b58056aa .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-186f5948-6d39-4339-9582-fa92792c633c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-186f5948-6d39-4339-9582-fa92792c633c {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-186f5948-6d39-4339-9582-fa92792c633c {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-186f5948-6d39-4339-9582-fa92792c633c {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-186f5948-6d39-4339-9582-fa92792c633c {
  margin-top: 12px;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
}
}







#s-186f5948-6d39-4339-9582-fa92792c633c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-186f5948-6d39-4339-9582-fa92792c633c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcd8d909-b78b-4edd-8bfb-4b82b07d6d5e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dcd8d909-b78b-4edd-8bfb-4b82b07d6d5e .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dcd8d909-b78b-4edd-8bfb-4b82b07d6d5e .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-dcd8d909-b78b-4edd-8bfb-4b82b07d6d5e .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 {
  margin-top: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 {
  margin-top: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 {
  margin-top: 8px;
}
}@media (max-width: 767px){#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 {
  margin-top: 4px;
}
}
#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 .shg-proportional-font-size,
#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 .shg-proportional-font-size,
#s-6b17aed6-6bc3-48dc-8b80-814c65297b75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (max-width: 767px){#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}







#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdbdf581-8a9c-4892-b7a7-1c5992eb7c31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-feafa7d7-91ab-4d63-b6fc-8ceb9286e59b {
  margin-left: auto;
margin-right: auto;
}

#s-42b2a439-2932-4dc9-b156-17689a2cf405 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 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-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 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-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 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-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 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-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 img.shogun-image,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 .shg-image-zoom,
.shg-c#s-42b2a439-2932-4dc9-b156-17689a2cf405 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-62901289-b411-451d-8a2a-4515aef4fc28 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-62901289-b411-451d-8a2a-4515aef4fc28 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62901289-b411-451d-8a2a-4515aef4fc28 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62901289-b411-451d-8a2a-4515aef4fc28 {
  text-align: center;
}
}@media (max-width: 767px){#s-62901289-b411-451d-8a2a-4515aef4fc28 {
  text-align: center;
}
}
#s-62901289-b411-451d-8a2a-4515aef4fc28 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-62901289-b411-451d-8a2a-4515aef4fc28 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-62901289-b411-451d-8a2a-4515aef4fc28 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 {
  margin-top: 6px;
text-align: left;
}
@media (min-width: 1200px){#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 {
  text-align: center;
}
}@media (max-width: 767px){#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 {
  text-align: center;
}
}
#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b16ca03a-b8ea-41f9-8c25-6d3af1ced536 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-2b51cd04-dae8-498f-9827-e39255aa3bbf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-2b51cd04-dae8-498f-9827-e39255aa3bbf {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b51cd04-dae8-498f-9827-e39255aa3bbf {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b51cd04-dae8-498f-9827-e39255aa3bbf {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}@media (max-width: 767px){#s-2b51cd04-dae8-498f-9827-e39255aa3bbf {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-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: 6px;
}
}







#s-2b51cd04-dae8-498f-9827-e39255aa3bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b51cd04-dae8-498f-9827-e39255aa3bbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-2b51cd04-dae8-498f-9827-e39255aa3bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b51cd04-dae8-498f-9827-e39255aa3bbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-52ee7a2f-e995-4541-866a-559a3891213a {
  margin-left: auto;
margin-right: auto;
}

#s-4d9af1a1-324b-4644-952f-531fa1c03851 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 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-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 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-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 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-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 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-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 img.shogun-image,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 .shg-image-zoom,
.shg-c#s-4d9af1a1-324b-4644-952f-531fa1c03851 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-b862310c-46f3-426a-a06d-6a7dfb510d90 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-b862310c-46f3-426a-a06d-6a7dfb510d90 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b862310c-46f3-426a-a06d-6a7dfb510d90 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b862310c-46f3-426a-a06d-6a7dfb510d90 {
  text-align: center;
}
}@media (max-width: 767px){#s-b862310c-46f3-426a-a06d-6a7dfb510d90 {
  text-align: center;
}
}
#s-b862310c-46f3-426a-a06d-6a7dfb510d90 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-b862310c-46f3-426a-a06d-6a7dfb510d90 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-b862310c-46f3-426a-a06d-6a7dfb510d90 .shg-product-title-component h5 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 {
  margin-top: 6px;
text-align: left;
}
@media (min-width: 1200px){#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 {
  text-align: center;
}
}@media (max-width: 767px){#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 {
  text-align: center;
}
}
#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1714eb88-50fe-4905-9e8e-8dda76ec5dc8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-66713f1d-cdbf-452e-87cb-c4a6df0c3bdd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
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;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-66713f1d-cdbf-452e-87cb-c4a6df0c3bdd {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66713f1d-cdbf-452e-87cb-c4a6df0c3bdd {
  margin-top: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-66713f1d-cdbf-452e-87cb-c4a6df0c3bdd {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-66713f1d-cdbf-452e-87cb-c4a6df0c3bdd {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-66713f1d-cdbf-452e-87cb-c4a6df0c3bdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66713f1d-cdbf-452e-87cb-c4a6df0c3bdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-705ba002-02b0-4b19-9a9d-22ba029aefad {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-705ba002-02b0-4b19-9a9d-22ba029aefad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-705ba002-02b0-4b19-9a9d-22ba029aefad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-705ba002-02b0-4b19-9a9d-22ba029aefad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7adb561c-9f24-4c52-9236-7366725ee5fd {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7adb561c-9f24-4c52-9236-7366725ee5fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7adb561c-9f24-4c52-9236-7366725ee5fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7adb561c-9f24-4c52-9236-7366725ee5fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7adb561c-9f24-4c52-9236-7366725ee5fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2b7e08dc-4830-4878-9c73-5d8d3bbc67dc {
  margin-top: 0px;
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: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2b7e08dc-4830-4878-9c73-5d8d3bbc67dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b7e08dc-4830-4878-9c73-5d8d3bbc67dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aedfb6ae-ef74-4164-acec-43f9ffe5fd95 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aedfb6ae-ef74-4164-acec-43f9ffe5fd95 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-aedfb6ae-ef74-4164-acec-43f9ffe5fd95 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-aedfb6ae-ef74-4164-acec-43f9ffe5fd95 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-3c22e404-a676-4165-a704-bad61b98ded4 {
  margin-top: 0px;
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: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-3c22e404-a676-4165-a704-bad61b98ded4 {
  margin-top: 10px;
}
}







#s-3c22e404-a676-4165-a704-bad61b98ded4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c22e404-a676-4165-a704-bad61b98ded4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9ac4650-5e3a-4104-8d64-292cd8330f4a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b9ac4650-5e3a-4104-8d64-292cd8330f4a .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b9ac4650-5e3a-4104-8d64-292cd8330f4a .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-b9ac4650-5e3a-4104-8d64-292cd8330f4a .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-e59da8bd-2e72-432a-9586-b8b8488a174f {
  margin-top: 0px;
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: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-e59da8bd-2e72-432a-9586-b8b8488a174f {
  margin-top: 10px;
}
}







#s-e59da8bd-2e72-432a-9586-b8b8488a174f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e59da8bd-2e72-432a-9586-b8b8488a174f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85462f63-a8e4-4862-83ae-0d45b5150037 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-85462f63-a8e4-4862-83ae-0d45b5150037 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-85462f63-a8e4-4862-83ae-0d45b5150037 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-85462f63-a8e4-4862-83ae-0d45b5150037 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-f5abe3c8-8a1a-417d-9453-a6fe9e7efabc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f5abe3c8-8a1a-417d-9453-a6fe9e7efabc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5abe3c8-8a1a-417d-9453-a6fe9e7efabc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f5abe3c8-8a1a-417d-9453-a6fe9e7efabc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f5abe3c8-8a1a-417d-9453-a6fe9e7efabc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-73226f57-ffd3-4a72-8169-78202605a81a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}








#s-73226f57-ffd3-4a72-8169-78202605a81a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73226f57-ffd3-4a72-8169-78202605a81a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a20e05f2-8986-4c50-a24a-95c90e6e71a5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-627dcfd9-e41a-4bdc-ac38-28da8c5c329e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-627dcfd9-e41a-4bdc-ac38-28da8c5c329e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-627dcfd9-e41a-4bdc-ac38-28da8c5c329e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-627dcfd9-e41a-4bdc-ac38-28da8c5c329e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-53d47b04-8269-4b57-90a5-515c3efa8290 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-53d47b04-8269-4b57-90a5-515c3efa8290 {
  margin-top: 10px;
}
}







#s-53d47b04-8269-4b57-90a5-515c3efa8290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53d47b04-8269-4b57-90a5-515c3efa8290.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e456296-3819-41f4-9aab-7be9173d4920 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e83d8c33-c7f1-42b9-9fac-196b115d9c4e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-e83d8c33-c7f1-42b9-9fac-196b115d9c4e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e83d8c33-c7f1-42b9-9fac-196b115d9c4e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-e83d8c33-c7f1-42b9-9fac-196b115d9c4e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f8360341-feba-4695-be35-9fa05a52e09e {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-f8360341-feba-4695-be35-9fa05a52e09e {
  margin-top: 10px;
}
}







#s-f8360341-feba-4695-be35-9fa05a52e09e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8360341-feba-4695-be35-9fa05a52e09e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-c8d640b4-e029-461a-9342-9d2e1c73deac {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-c8d640b4-e029-461a-9342-9d2e1c73deac {
  margin-top: 0px;
}
}
#s-e2c64b71-7023-464c-8020-c321954c0581 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 0px;
text-align: center;
}

#s-e2c64b71-7023-464c-8020-c321954c0581 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e2c64b71-7023-464c-8020-c321954c0581 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-e2c64b71-7023-464c-8020-c321954c0581 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


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