.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-1390143b-da37-4fec-b4d5-f91f473885fc {
  min-height: 50px;
}








#s-1390143b-da37-4fec-b4d5-f91f473885fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1390143b-da37-4fec-b4d5-f91f473885fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 0%;
padding-bottom: 64px;
padding-right: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a {
  display: none;
}
#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a, #wrap-s-5d45a8a1-4b6e-4c76-ad14-8900861e880a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a {
  display: none;
}
#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a, #wrap-s-5d45a8a1-4b6e-4c76-ad14-8900861e880a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a {
  display: none;
}
#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a, #wrap-s-5d45a8a1-4b6e-4c76-ad14-8900861e880a { display: none !important; }}@media (max-width: 767px){#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a {
  padding-top: 0px;
padding-bottom: 32px;
display: none;
}
#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a, #wrap-s-5d45a8a1-4b6e-4c76-ad14-8900861e880a { display: none !important; }}







#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
  display: block;
}#s-5d45a8a1-4b6e-4c76-ad14-8900861e880a.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-1d143d60-4d4a-4365-83a5-47cf70a81395 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1d143d60-4d4a-4365-83a5-47cf70a81395 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d143d60-4d4a-4365-83a5-47cf70a81395 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d143d60-4d4a-4365-83a5-47cf70a81395 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-1d143d60-4d4a-4365-83a5-47cf70a81395 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1d143d60-4d4a-4365-83a5-47cf70a81395 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-1d143d60-4d4a-4365-83a5-47cf70a81395 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
.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-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3 {
  display: none;
}
#s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3, #wrap-s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3 { display: none !important; }}@media (max-width: 767px){#s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3 {
  display: none;
}
#s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3, #wrap-s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d05b2ad-5bd1-462f-b67a-b6273f68d7e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d1c521cf-7f9b-4865-a200-ee3aee7f98e8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-d1c521cf-7f9b-4865-a200-ee3aee7f98e8 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-d1c521cf-7f9b-4865-a200-ee3aee7f98e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1c521cf-7f9b-4865-a200-ee3aee7f98e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.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-a143123e-5d4b-4bf2-bdec-061b9af9c4fb {
  text-align: left;
}



.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}

.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a143123e-5d4b-4bf2-bdec-061b9af9c4fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }

#s-fb05231a-c7ff-4433-989c-c8a5ca172cc8 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-fb05231a-c7ff-4433-989c-c8a5ca172cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb05231a-c7ff-4433-989c-c8a5ca172cc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-1825fc1b-90ca-4da3-9aea-ad826c8cf440 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1825fc1b-90ca-4da3-9aea-ad826c8cf440 {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 0px;
}
}
#s-1825fc1b-90ca-4da3-9aea-ad826c8cf440 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
@media (max-width: 767px){#s-1825fc1b-90ca-4da3-9aea-ad826c8cf440 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
}
#s-d838a95f-73b3-4ff7-9ef2-c926b01dd05b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-87ec12a0-38f3-4fce-b6e0-600ec20376f2 {
  margin-top: 10px;
text-align: center;
}

#s-87ec12a0-38f3-4fce-b6e0-600ec20376f2 .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-87ec12a0-38f3-4fce-b6e0-600ec20376f2 .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-87ec12a0-38f3-4fce-b6e0-600ec20376f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-beb9c469-ba08-408b-b279-b60fb394797b {
  margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-beb9c469-ba08-408b-b279-b60fb394797b:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-beb9c469-ba08-408b-b279-b60fb394797b:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-beb9c469-ba08-408b-b279-b60fb394797b {
  margin-top: 10px;
}
}

  #s-beb9c469-ba08-408b-b279-b60fb394797b-root {
    text-align: center;
  }


#s-beb9c469-ba08-408b-b279-b60fb394797b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-beb9c469-ba08-408b-b279-b60fb394797b-root {
    text-align: center;
  }


#s-beb9c469-ba08-408b-b279-b60fb394797b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-beb9c469-ba08-408b-b279-b60fb394797b-root {
    text-align: center;
  }


#s-beb9c469-ba08-408b-b279-b60fb394797b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-beb9c469-ba08-408b-b279-b60fb394797b-root {
    text-align: center;
  }


#s-beb9c469-ba08-408b-b279-b60fb394797b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-beb9c469-ba08-408b-b279-b60fb394797b-root {
    text-align: center;
  }


#s-beb9c469-ba08-408b-b279-b60fb394797b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9ec12e08-f1a2-4ed4-8bcf-25b616fa2365 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-9ec12e08-f1a2-4ed4-8bcf-25b616fa2365 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}







#s-9ec12e08-f1a2-4ed4-8bcf-25b616fa2365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ec12e08-f1a2-4ed4-8bcf-25b616fa2365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8491be7a-b5ce-4052-9b41-478b57efec57 {
  text-align: left;
}



.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}

.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8491be7a-b5ce-4052-9b41-478b57efec57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }

#s-27c2a7fa-154c-449b-8f5e-ad0377d10fbb {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-27c2a7fa-154c-449b-8f5e-ad0377d10fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27c2a7fa-154c-449b-8f5e-ad0377d10fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3a1f30e-35fc-4e00-bf63-c2e62797df9a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d3a1f30e-35fc-4e00-bf63-c2e62797df9a {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 0px;
}
}
#s-d3a1f30e-35fc-4e00-bf63-c2e62797df9a .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
@media (max-width: 767px){#s-d3a1f30e-35fc-4e00-bf63-c2e62797df9a .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
}
#s-f4b1b9a0-34c3-4e2e-a4d2-6a47edc782e3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-84ca0fef-b257-4674-b2f8-7fcfb9e322e1 {
  margin-top: 10px;
text-align: center;
}

#s-84ca0fef-b257-4674-b2f8-7fcfb9e322e1 .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-84ca0fef-b257-4674-b2f8-7fcfb9e322e1 .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-84ca0fef-b257-4674-b2f8-7fcfb9e322e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e17226b-503b-480f-a0c9-0eb920042d52 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4e17226b-503b-480f-a0c9-0eb920042d52:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4e17226b-503b-480f-a0c9-0eb920042d52:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-4e17226b-503b-480f-a0c9-0eb920042d52 {
  margin-top: 10px;
}
}

  #s-4e17226b-503b-480f-a0c9-0eb920042d52-root {
    text-align: center;
  }


#s-4e17226b-503b-480f-a0c9-0eb920042d52.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e17226b-503b-480f-a0c9-0eb920042d52-root {
    text-align: center;
  }


#s-4e17226b-503b-480f-a0c9-0eb920042d52.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e17226b-503b-480f-a0c9-0eb920042d52-root {
    text-align: center;
  }


#s-4e17226b-503b-480f-a0c9-0eb920042d52.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e17226b-503b-480f-a0c9-0eb920042d52-root {
    text-align: center;
  }


#s-4e17226b-503b-480f-a0c9-0eb920042d52.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e17226b-503b-480f-a0c9-0eb920042d52-root {
    text-align: center;
  }


#s-4e17226b-503b-480f-a0c9-0eb920042d52.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bf5b8eed-4af3-489d-b00e-8414fbb168b2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-bf5b8eed-4af3-489d-b00e-8414fbb168b2 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}







#s-bf5b8eed-4af3-489d-b00e-8414fbb168b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf5b8eed-4af3-489d-b00e-8414fbb168b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 {
  text-align: left;
}



.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f3f92e-499c-4ceb-9ec7-99038e1130a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf6a9e1f-576b-40f2-8131-e3e88bcd93dc {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-cf6a9e1f-576b-40f2-8131-e3e88bcd93dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf6a9e1f-576b-40f2-8131-e3e88bcd93dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-259ff111-bfda-4d39-893b-2af97b946479 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-259ff111-bfda-4d39-893b-2af97b946479 {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 0px;
}
}
#s-259ff111-bfda-4d39-893b-2af97b946479 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
@media (max-width: 767px){#s-259ff111-bfda-4d39-893b-2af97b946479 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
}
#s-1a650246-0e7f-4e84-b789-2f099ec4aa78 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-73b914dd-b2fc-4639-9517-c456a5728e0e {
  margin-top: 10px;
text-align: center;
}

#s-73b914dd-b2fc-4639-9517-c456a5728e0e .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-73b914dd-b2fc-4639-9517-c456a5728e0e .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-73b914dd-b2fc-4639-9517-c456a5728e0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e96f7214-7f3e-4a2b-90bd-503c292b9221 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e96f7214-7f3e-4a2b-90bd-503c292b9221:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e96f7214-7f3e-4a2b-90bd-503c292b9221:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e96f7214-7f3e-4a2b-90bd-503c292b9221 {
  margin-top: 10px;
}
}

  #s-e96f7214-7f3e-4a2b-90bd-503c292b9221-root {
    text-align: center;
  }


#s-e96f7214-7f3e-4a2b-90bd-503c292b9221.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e96f7214-7f3e-4a2b-90bd-503c292b9221-root {
    text-align: center;
  }


#s-e96f7214-7f3e-4a2b-90bd-503c292b9221.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e96f7214-7f3e-4a2b-90bd-503c292b9221-root {
    text-align: center;
  }


#s-e96f7214-7f3e-4a2b-90bd-503c292b9221.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e96f7214-7f3e-4a2b-90bd-503c292b9221-root {
    text-align: center;
  }


#s-e96f7214-7f3e-4a2b-90bd-503c292b9221.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e96f7214-7f3e-4a2b-90bd-503c292b9221-root {
    text-align: center;
  }


#s-e96f7214-7f3e-4a2b-90bd-503c292b9221.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-30840842-1b0c-4ce7-9022-93af4e0a3644 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-30840842-1b0c-4ce7-9022-93af4e0a3644 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}







#s-30840842-1b0c-4ce7-9022-93af4e0a3644 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30840842-1b0c-4ce7-9022-93af4e0a3644.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-912a4331-08fb-4860-a684-766cd1b5abe2 {
  text-align: left;
}



.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912a4331-08fb-4860-a684-766cd1b5abe2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5878c468-3365-4063-a6d5-2cfebe433010 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-5878c468-3365-4063-a6d5-2cfebe433010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5878c468-3365-4063-a6d5-2cfebe433010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06975cc1-2aeb-4d6f-8e95-bc643328c966 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-06975cc1-2aeb-4d6f-8e95-bc643328c966 {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 0px;
}
}
#s-06975cc1-2aeb-4d6f-8e95-bc643328c966 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
@media (max-width: 767px){#s-06975cc1-2aeb-4d6f-8e95-bc643328c966 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}
}
#s-bceb1faa-290c-4312-9d46-4bd9777539bb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2e923efe-75be-4a93-aa82-c387f902d3cc {
  margin-top: 10px;
text-align: center;
}

#s-2e923efe-75be-4a93-aa82-c387f902d3cc .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2e923efe-75be-4a93-aa82-c387f902d3cc .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-2e923efe-75be-4a93-aa82-c387f902d3cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72 {
  margin-top: 10px;
}
}

  #s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72-root {
    text-align: center;
  }


#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72-root {
    text-align: center;
  }


#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72-root {
    text-align: center;
  }


#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72-root {
    text-align: center;
  }


#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72-root {
    text-align: center;
  }


#s-9bf0dd2a-1bb2-4d5a-a76b-50a5c7c91a72.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6129658d-a3e0-495f-af44-c50f8222d084 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6129658d-a3e0-495f-af44-c50f8222d084 {
  display: none;
}
#s-6129658d-a3e0-495f-af44-c50f8222d084, #wrap-s-6129658d-a3e0-495f-af44-c50f8222d084 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6129658d-a3e0-495f-af44-c50f8222d084 {
  display: none;
}
#s-6129658d-a3e0-495f-af44-c50f8222d084, #wrap-s-6129658d-a3e0-495f-af44-c50f8222d084 { display: none !important; }}







#s-6129658d-a3e0-495f-af44-c50f8222d084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6129658d-a3e0-495f-af44-c50f8222d084.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-233e379f-8154-49ed-85c4-f5200ca5a9d4 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-233e379f-8154-49ed-85c4-f5200ca5a9d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-233e379f-8154-49ed-85c4-f5200ca5a9d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-233e379f-8154-49ed-85c4-f5200ca5a9d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-233e379f-8154-49ed-85c4-f5200ca5a9d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b58fcaee-648d-4904-909a-eb49ed29c563 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (min-width: 1200px){#s-b58fcaee-648d-4904-909a-eb49ed29c563 {
  display: none;
}
#s-b58fcaee-648d-4904-909a-eb49ed29c563, #wrap-s-b58fcaee-648d-4904-909a-eb49ed29c563 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b58fcaee-648d-4904-909a-eb49ed29c563 {
  display: none;
}
#s-b58fcaee-648d-4904-909a-eb49ed29c563, #wrap-s-b58fcaee-648d-4904-909a-eb49ed29c563 { display: none !important; }}







#s-b58fcaee-648d-4904-909a-eb49ed29c563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b58fcaee-648d-4904-909a-eb49ed29c563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0da461a0-e089-4b1d-815d-237b4d10624f {
  text-align: left;
}



.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}

.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da461a0-e089-4b1d-815d-237b4d10624f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }

#s-817b3655-64ed-4996-8da1-d7f5a760d6f3 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-817b3655-64ed-4996-8da1-d7f5a760d6f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-817b3655-64ed-4996-8da1-d7f5a760d6f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf6bf85e-125a-4806-b3e3-b7f95b15f1c9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cf6bf85e-125a-4806-b3e3-b7f95b15f1c9 {
  padding-top: 10px;
padding-bottom: 0px;
}
}
#s-cf6bf85e-125a-4806-b3e3-b7f95b15f1c9 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}

#s-e1f56c47-b60b-4518-a63e-1468eae077a3 {
  margin-top: 10px;
text-align: center;
}

#s-e1f56c47-b60b-4518-a63e-1468eae077a3 .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e1f56c47-b60b-4518-a63e-1468eae077a3 .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1f56c47-b60b-4518-a63e-1468eae077a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-59dd3789-f4f4-47c0-bceb-45a77098926d {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-59dd3789-f4f4-47c0-bceb-45a77098926d:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59dd3789-f4f4-47c0-bceb-45a77098926d:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-59dd3789-f4f4-47c0-bceb-45a77098926d-root {
    text-align: center;
  }


#s-59dd3789-f4f4-47c0-bceb-45a77098926d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59dd3789-f4f4-47c0-bceb-45a77098926d-root {
    text-align: center;
  }


#s-59dd3789-f4f4-47c0-bceb-45a77098926d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59dd3789-f4f4-47c0-bceb-45a77098926d-root {
    text-align: center;
  }


#s-59dd3789-f4f4-47c0-bceb-45a77098926d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59dd3789-f4f4-47c0-bceb-45a77098926d-root {
    text-align: center;
  }


#s-59dd3789-f4f4-47c0-bceb-45a77098926d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59dd3789-f4f4-47c0-bceb-45a77098926d-root {
    text-align: center;
  }


#s-59dd3789-f4f4-47c0-bceb-45a77098926d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0db46a4e-6b7f-4e76-9daf-f4c93a3c9d3f {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-0db46a4e-6b7f-4e76-9daf-f4c93a3c9d3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0db46a4e-6b7f-4e76-9daf-f4c93a3c9d3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 {
  text-align: left;
}



.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}

.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c038d72d-fe20-4377-9bcc-42cf5fe38804 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }

#s-9b4663f8-cfac-4d25-b1d9-7d145bba1c6d {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-9b4663f8-cfac-4d25-b1d9-7d145bba1c6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b4663f8-cfac-4d25-b1d9-7d145bba1c6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62c4083d-1ee7-4132-b492-9d24edcd8ee6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-62c4083d-1ee7-4132-b492-9d24edcd8ee6 {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 0px;
}
}
#s-62c4083d-1ee7-4132-b492-9d24edcd8ee6 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}

#s-12294893-df42-47e2-b6c8-b6a9bd7ef310 {
  margin-top: 10px;
text-align: center;
}

#s-12294893-df42-47e2-b6c8-b6a9bd7ef310 .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-12294893-df42-47e2-b6c8-b6a9bd7ef310 .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-12294893-df42-47e2-b6c8-b6a9bd7ef310 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-3471034b-ca11-45aa-8d36-6a627b2ede1a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3471034b-ca11-45aa-8d36-6a627b2ede1a:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3471034b-ca11-45aa-8d36-6a627b2ede1a:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3471034b-ca11-45aa-8d36-6a627b2ede1a-root {
    text-align: center;
  }


#s-3471034b-ca11-45aa-8d36-6a627b2ede1a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3471034b-ca11-45aa-8d36-6a627b2ede1a-root {
    text-align: center;
  }


#s-3471034b-ca11-45aa-8d36-6a627b2ede1a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3471034b-ca11-45aa-8d36-6a627b2ede1a-root {
    text-align: center;
  }


#s-3471034b-ca11-45aa-8d36-6a627b2ede1a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3471034b-ca11-45aa-8d36-6a627b2ede1a-root {
    text-align: center;
  }


#s-3471034b-ca11-45aa-8d36-6a627b2ede1a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3471034b-ca11-45aa-8d36-6a627b2ede1a-root {
    text-align: center;
  }


#s-3471034b-ca11-45aa-8d36-6a627b2ede1a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-03eaeea7-a87c-4dce-87f0-155895a1d561 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-03eaeea7-a87c-4dce-87f0-155895a1d561"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-03eaeea7-a87c-4dce-87f0-155895a1d561"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-03eaeea7-a87c-4dce-87f0-155895a1d561"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-03eaeea7-a87c-4dce-87f0-155895a1d561"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-434157d9-1ab5-4943-a69a-7d795b0e13c7 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (min-width: 1200px){#s-434157d9-1ab5-4943-a69a-7d795b0e13c7 {
  display: none;
}
#s-434157d9-1ab5-4943-a69a-7d795b0e13c7, #wrap-s-434157d9-1ab5-4943-a69a-7d795b0e13c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-434157d9-1ab5-4943-a69a-7d795b0e13c7 {
  display: none;
}
#s-434157d9-1ab5-4943-a69a-7d795b0e13c7, #wrap-s-434157d9-1ab5-4943-a69a-7d795b0e13c7 { display: none !important; }}







#s-434157d9-1ab5-4943-a69a-7d795b0e13c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-434157d9-1ab5-4943-a69a-7d795b0e13c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 {
  text-align: left;
}



.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}

.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-850a77d0-cf8e-4ed0-884f-fba6c416db46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }

#s-5bc62c83-e0e3-4458-889c-b0495254add8 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-5bc62c83-e0e3-4458-889c-b0495254add8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bc62c83-e0e3-4458-889c-b0495254add8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a69dd8d-08ea-44a1-bb94-8cac8d4400c4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9a69dd8d-08ea-44a1-bb94-8cac8d4400c4 {
  padding-top: 10px;
padding-bottom: 0px;
}
}
#s-9a69dd8d-08ea-44a1-bb94-8cac8d4400c4 .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}

#s-48b52dfc-2d30-411c-ba50-a680f0629001 {
  margin-top: 10px;
text-align: center;
}

#s-48b52dfc-2d30-411c-ba50-a680f0629001 .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-48b52dfc-2d30-411c-ba50-a680f0629001 .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-48b52dfc-2d30-411c-ba50-a680f0629001 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-572501fb-4516-4db3-b177-1ff7a4b55238 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-572501fb-4516-4db3-b177-1ff7a4b55238:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-572501fb-4516-4db3-b177-1ff7a4b55238:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-572501fb-4516-4db3-b177-1ff7a4b55238-root {
    text-align: center;
  }


#s-572501fb-4516-4db3-b177-1ff7a4b55238.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-572501fb-4516-4db3-b177-1ff7a4b55238-root {
    text-align: center;
  }


#s-572501fb-4516-4db3-b177-1ff7a4b55238.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-572501fb-4516-4db3-b177-1ff7a4b55238-root {
    text-align: center;
  }


#s-572501fb-4516-4db3-b177-1ff7a4b55238.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-572501fb-4516-4db3-b177-1ff7a4b55238-root {
    text-align: center;
  }


#s-572501fb-4516-4db3-b177-1ff7a4b55238.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-572501fb-4516-4db3-b177-1ff7a4b55238-root {
    text-align: center;
  }


#s-572501fb-4516-4db3-b177-1ff7a4b55238.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-38327472-7a4f-4341-b564-36d8fdb6577b {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-38327472-7a4f-4341-b564-36d8fdb6577b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38327472-7a4f-4341-b564-36d8fdb6577b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 {
  text-align: left;
}



.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}

.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b562d1b9-23b2-4c9d-a871-80abaa34e024 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }

#s-d0ebf6bf-eb92-4c41-bbb2-7506c170be98 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-d0ebf6bf-eb92-4c41-bbb2-7506c170be98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ebf6bf-eb92-4c41-bbb2-7506c170be98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86286b01-d4b9-45bf-8626-6f64d45a144b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-86286b01-d4b9-45bf-8626-6f64d45a144b {
  padding-top: 10px;
padding-bottom: 0px;
}
}
#s-86286b01-d4b9-45bf-8626-6f64d45a144b .shg-product-title-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  
}

#s-c8ca831f-7c88-4845-bb58-4e096a1fcadb {
  margin-top: 10px;
text-align: center;
}

#s-c8ca831f-7c88-4845-bb58-4e096a1fcadb .shg-product-sold-out {
  display: none;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c8ca831f-7c88-4845-bb58-4e096a1fcadb .shg-product-price {
  color: rgba(38, 38, 38, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8ca831f-7c88-4845-bb58-4e096a1fcadb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-1999f106-59b6-4d56-b769-c0beaeb9acd1 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 10px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1999f106-59b6-4d56-b769-c0beaeb9acd1:hover {background-color: rgba(31, 102, 81, 0.68) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1999f106-59b6-4d56-b769-c0beaeb9acd1:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1999f106-59b6-4d56-b769-c0beaeb9acd1-root {
    text-align: center;
  }


#s-1999f106-59b6-4d56-b769-c0beaeb9acd1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1999f106-59b6-4d56-b769-c0beaeb9acd1-root {
    text-align: center;
  }


#s-1999f106-59b6-4d56-b769-c0beaeb9acd1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1999f106-59b6-4d56-b769-c0beaeb9acd1-root {
    text-align: center;
  }


#s-1999f106-59b6-4d56-b769-c0beaeb9acd1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1999f106-59b6-4d56-b769-c0beaeb9acd1-root {
    text-align: center;
  }


#s-1999f106-59b6-4d56-b769-c0beaeb9acd1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1999f106-59b6-4d56-b769-c0beaeb9acd1-root {
    text-align: center;
  }


#s-1999f106-59b6-4d56-b769-c0beaeb9acd1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1ac428cf-fbdc-4d1b-9ad3-009398d4c796 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(237, 243, 238, 1);
}
@media (max-width: 767px){#s-1ac428cf-fbdc-4d1b-9ad3-009398d4c796 {
  display: none;
}
#s-1ac428cf-fbdc-4d1b-9ad3-009398d4c796, #wrap-s-1ac428cf-fbdc-4d1b-9ad3-009398d4c796 { display: none !important; }}







#s-1ac428cf-fbdc-4d1b-9ad3-009398d4c796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ac428cf-fbdc-4d1b-9ad3-009398d4c796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0711a0de-c00e-4d67-b99a-e2c6f376e678 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0711a0de-c00e-4d67-b99a-e2c6f376e678"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0711a0de-c00e-4d67-b99a-e2c6f376e678"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0711a0de-c00e-4d67-b99a-e2c6f376e678"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0711a0de-c00e-4d67-b99a-e2c6f376e678"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-28f856b9-f3f9-4cfb-85cf-2faab8db34d4 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-28f856b9-f3f9-4cfb-85cf-2faab8db34d4 img.shogun-image {
    

    
    
    
  }


#s-28f856b9-f3f9-4cfb-85cf-2faab8db34d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-101fea16-5bbf-46d9-9014-02569096525d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-101fea16-5bbf-46d9-9014-02569096525d .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-aa0825b7-fe4e-4cfc-89e2-f6c73172e8be {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-aa0825b7-fe4e-4cfc-89e2-f6c73172e8be img.shogun-image {
    

    
    
    
  }


#s-aa0825b7-fe4e-4cfc-89e2-f6c73172e8be .shogun-image-content {
  
    align-items: center;
  
}

#s-4b3f3798-92d3-46b7-ae38-27ae888ce787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b3f3798-92d3-46b7-ae38-27ae888ce787 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bf29867d-c737-4962-b5dd-de384c51faf1 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-bf29867d-c737-4962-b5dd-de384c51faf1 img.shogun-image {
    

    
    
    
  }


#s-bf29867d-c737-4962-b5dd-de384c51faf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c52b67aa-94ec-453b-b49f-da2d2802fcd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c52b67aa-94ec-453b-b49f-da2d2802fcd8 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d {
  display: none;
}
#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d, #wrap-s-76511c7a-9516-4f38-afd6-1f7d5a33b73d { display: none !important; }}@media (max-width: 767px){#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d {
  padding-top: 32px;
padding-bottom: 20px;
display: none;
}
#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d, #wrap-s-76511c7a-9516-4f38-afd6-1f7d5a33b73d { display: none !important; }}
#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d {
  background-image: url(https://i.shgcdn.com/47cc74aa-a9c9-479e-a29b-7597749430eb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76511c7a-9516-4f38-afd6-1f7d5a33b73d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73077d83-318e-4053-b777-fa14729439f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-73077d83-318e-4053-b777-fa14729439f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73077d83-318e-4053-b777-fa14729439f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73077d83-318e-4053-b777-fa14729439f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73077d83-318e-4053-b777-fa14729439f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73077d83-318e-4053-b777-fa14729439f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73077d83-318e-4053-b777-fa14729439f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73077d83-318e-4053-b777-fa14729439f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-505804c7-593c-4f5d-b426-5fe5817eced4 {
  padding-top: 32px;
padding-left: 10%;
padding-bottom: 32px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 246, 241, 0.82);
}








#s-505804c7-593c-4f5d-b426-5fe5817eced4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-505804c7-593c-4f5d-b426-5fe5817eced4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-148d763d-f6ee-4194-a81d-99b042559cc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}

#s-148d763d-f6ee-4194-a81d-99b042559cc7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-148d763d-f6ee-4194-a81d-99b042559cc7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-148d763d-f6ee-4194-a81d-99b042559cc7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-a4d81e5e-2439-412d-a997-39c13388f838 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bf67297a-6414-412a-a9b0-483de6e9fe04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-bf67297a-6414-412a-a9b0-483de6e9fe04 {
  display: none;
}
#s-bf67297a-6414-412a-a9b0-483de6e9fe04, #wrap-s-bf67297a-6414-412a-a9b0-483de6e9fe04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf67297a-6414-412a-a9b0-483de6e9fe04 {
  display: none;
}
#s-bf67297a-6414-412a-a9b0-483de6e9fe04, #wrap-s-bf67297a-6414-412a-a9b0-483de6e9fe04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf67297a-6414-412a-a9b0-483de6e9fe04 {
  display: none;
}
#s-bf67297a-6414-412a-a9b0-483de6e9fe04, #wrap-s-bf67297a-6414-412a-a9b0-483de6e9fe04 { display: none !important; }}@media (max-width: 767px){#s-bf67297a-6414-412a-a9b0-483de6e9fe04 {
  
}
}
#s-bf67297a-6414-412a-a9b0-483de6e9fe04 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 1.3px;
  text-align: left;
}



#s-364b702c-f091-4c92-af45-f5122a58bb74 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-364b702c-f091-4c92-af45-f5122a58bb74 {
  display: none;
}
#s-364b702c-f091-4c92-af45-f5122a58bb74, #wrap-s-364b702c-f091-4c92-af45-f5122a58bb74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-364b702c-f091-4c92-af45-f5122a58bb74 {
  display: none;
}
#s-364b702c-f091-4c92-af45-f5122a58bb74, #wrap-s-364b702c-f091-4c92-af45-f5122a58bb74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-364b702c-f091-4c92-af45-f5122a58bb74 {
  display: none;
}
#s-364b702c-f091-4c92-af45-f5122a58bb74, #wrap-s-364b702c-f091-4c92-af45-f5122a58bb74 { display: none !important; }}@media (max-width: 767px){#s-364b702c-f091-4c92-af45-f5122a58bb74 {
  display: none;
}
#s-364b702c-f091-4c92-af45-f5122a58bb74, #wrap-s-364b702c-f091-4c92-af45-f5122a58bb74 { display: none !important; }}
#s-364b702c-f091-4c92-af45-f5122a58bb74 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 {
  text-align: center;
}
@media (min-width: 1200px){#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 {
  display: none;
}
#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40, #wrap-s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 {
  display: none;
}
#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40, #wrap-s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 {
  display: none;
}
#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40, #wrap-s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 { display: none !important; }}@media (max-width: 767px){#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 {
  display: none;
}
#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40, #wrap-s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 { display: none !important; }}






  #s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 img.shogun-image {
    

    
    
    
  }


#s-4d5e7406-ca37-4f92-a591-f144fa6a2d40 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f2935ce-4ece-4956-aabd-3b59f06c9480 {
  padding-top: 32px;
padding-bottom: 22px;
min-height: 50px;
background-color: rgba(237, 243, 238, 1);
}
@media (min-width: 1200px){#s-2f2935ce-4ece-4956-aabd-3b59f06c9480 {
  display: none;
}
#s-2f2935ce-4ece-4956-aabd-3b59f06c9480, #wrap-s-2f2935ce-4ece-4956-aabd-3b59f06c9480 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f2935ce-4ece-4956-aabd-3b59f06c9480 {
  display: none;
}
#s-2f2935ce-4ece-4956-aabd-3b59f06c9480, #wrap-s-2f2935ce-4ece-4956-aabd-3b59f06c9480 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f2935ce-4ece-4956-aabd-3b59f06c9480 {
  display: none;
}
#s-2f2935ce-4ece-4956-aabd-3b59f06c9480, #wrap-s-2f2935ce-4ece-4956-aabd-3b59f06c9480 { display: none !important; }}@media (max-width: 767px){#s-2f2935ce-4ece-4956-aabd-3b59f06c9480 {
  
}
}







#s-2f2935ce-4ece-4956-aabd-3b59f06c9480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f2935ce-4ece-4956-aabd-3b59f06c9480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-248f3b43-e02a-4316-9653-bbbb41183e9e {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-248f3b43-e02a-4316-9653-bbbb41183e9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-248f3b43-e02a-4316-9653-bbbb41183e9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-248f3b43-e02a-4316-9653-bbbb41183e9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-248f3b43-e02a-4316-9653-bbbb41183e9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ad135f66-421d-4f8d-99f6-016a5bfddf42 {
  min-height: 50px;
}








#s-ad135f66-421d-4f8d-99f6-016a5bfddf42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad135f66-421d-4f8d-99f6-016a5bfddf42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84fe4f8d-7fab-4b8c-913f-e3cf4fa48119 {
  max-width: 80px;
text-align: center;
}







  #s-84fe4f8d-7fab-4b8c-913f-e3cf4fa48119 img.shogun-image {
    

    
    
    
  }


#s-84fe4f8d-7fab-4b8c-913f-e3cf4fa48119 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fe51525-cb1d-40fd-b52e-feda278aba0b {
  margin-left: -90px;
min-height: 50px;
}








#s-7fe51525-cb1d-40fd-b52e-feda278aba0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fe51525-cb1d-40fd-b52e-feda278aba0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04408afa-4f02-45cb-99fd-ccd255a8938b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04408afa-4f02-45cb-99fd-ccd255a8938b .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ca65b105-2a63-4bc4-b1a2-632f1ab79245 {
  margin-top: -5px;
}

#s-18f05587-0d25-4917-bab4-b06169c5dfbe {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-18f05587-0d25-4917-bab4-b06169c5dfbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-18f05587-0d25-4917-bab4-b06169c5dfbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18f05587-0d25-4917-bab4-b06169c5dfbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18f05587-0d25-4917-bab4-b06169c5dfbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-19e796b7-842a-44f8-8c42-b4b158546cd8 {
  min-height: 50px;
}








#s-19e796b7-842a-44f8-8c42-b4b158546cd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19e796b7-842a-44f8-8c42-b4b158546cd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99fd6f37-125a-44d6-be27-ddc56de493e2 {
  max-width: 80px;
text-align: center;
}







  #s-99fd6f37-125a-44d6-be27-ddc56de493e2 img.shogun-image {
    

    
    
    
  }


#s-99fd6f37-125a-44d6-be27-ddc56de493e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bb17a4a-1f07-477b-bd41-d23e93d7a9fe {
  margin-left: -90px;
min-height: 50px;
}








#s-1bb17a4a-1f07-477b-bd41-d23e93d7a9fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bb17a4a-1f07-477b-bd41-d23e93d7a9fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b55c5220-eaf0-420c-baaf-462377149c03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b55c5220-eaf0-420c-baaf-462377149c03 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e555e79c-0034-43f0-a356-06603ae905a0 {
  margin-top: -5px;
}

#s-0ce092c1-e1dd-4297-86f6-990e84291080 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0ce092c1-e1dd-4297-86f6-990e84291080"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0ce092c1-e1dd-4297-86f6-990e84291080"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ce092c1-e1dd-4297-86f6-990e84291080"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ce092c1-e1dd-4297-86f6-990e84291080"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-93d0eae2-c6cd-486b-9554-13ab5212e640 {
  min-height: 50px;
}








#s-93d0eae2-c6cd-486b-9554-13ab5212e640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93d0eae2-c6cd-486b-9554-13ab5212e640.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92e9116e-95aa-4f96-855e-6b7132de685f {
  max-width: 80px;
text-align: center;
}







  #s-92e9116e-95aa-4f96-855e-6b7132de685f img.shogun-image {
    

    
    
    
  }


#s-92e9116e-95aa-4f96-855e-6b7132de685f .shogun-image-content {
  
    align-items: center;
  
}

#s-61c39d04-2725-42d1-8e2b-078a01c5a9a0 {
  margin-left: -90px;
min-height: 50px;
}








#s-61c39d04-2725-42d1-8e2b-078a01c5a9a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61c39d04-2725-42d1-8e2b-078a01c5a9a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0e2c289-5372-47d8-a0cc-c17604df4305 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d0e2c289-5372-47d8-a0cc-c17604df4305 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-95e6bc4e-7f40-42a4-92a3-6c24de9f8472 {
  margin-top: -5px;
}

#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa {
  padding-top: 32px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (min-width: 1200px){#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa {
  display: none;
}
#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa, #wrap-s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa {
  display: none;
}
#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa, #wrap-s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa {
  
}
}







#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-ba7ac942-7a98-4c9c-9bab-1dc47be181aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d36cef2-fd12-4e65-b3bc-46df46b0670d {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 2237px;
text-align: center;
}







  #s-4d36cef2-fd12-4e65-b3bc-46df46b0670d img.shogun-image {
    

    
    
    
  }


#s-4d36cef2-fd12-4e65-b3bc-46df46b0670d .shogun-image-content {
  
    align-items: center;
  
}

#s-f3747051-77de-4b0c-b1ea-478c8e979b5f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}

#s-f3747051-77de-4b0c-b1ea-478c8e979b5f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f3747051-77de-4b0c-b1ea-478c8e979b5f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-f3747051-77de-4b0c-b1ea-478c8e979b5f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-2877da61-b1f2-421e-848f-c45760432822 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 {
  display: none;
}
#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1, #wrap-s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 {
  display: none;
}
#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1, #wrap-s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 {
  display: none;
}
#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1, #wrap-s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 { display: none !important; }}@media (max-width: 767px){#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 {
  display: none;
}
#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1, #wrap-s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 { display: none !important; }}
#s-2bbf78e7-87d5-46ab-b1ab-4cff7c1edda1 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-a1294d82-3376-448f-a1c1-2c5a52505e5c {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-a1294d82-3376-448f-a1c1-2c5a52505e5c {
  display: none;
}
#s-a1294d82-3376-448f-a1c1-2c5a52505e5c, #wrap-s-a1294d82-3376-448f-a1c1-2c5a52505e5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1294d82-3376-448f-a1c1-2c5a52505e5c {
  display: none;
}
#s-a1294d82-3376-448f-a1c1-2c5a52505e5c, #wrap-s-a1294d82-3376-448f-a1c1-2c5a52505e5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1294d82-3376-448f-a1c1-2c5a52505e5c {
  display: none;
}
#s-a1294d82-3376-448f-a1c1-2c5a52505e5c, #wrap-s-a1294d82-3376-448f-a1c1-2c5a52505e5c { display: none !important; }}@media (max-width: 767px){#s-a1294d82-3376-448f-a1c1-2c5a52505e5c {
  display: none;
}
#s-a1294d82-3376-448f-a1c1-2c5a52505e5c, #wrap-s-a1294d82-3376-448f-a1c1-2c5a52505e5c { display: none !important; }}






  #s-a1294d82-3376-448f-a1c1-2c5a52505e5c img.shogun-image {
    

    
    
    
  }


#s-a1294d82-3376-448f-a1c1-2c5a52505e5c .shogun-image-content {
  
    align-items: center;
  
}

#s-992f2445-4b13-4f94-8818-9c6cc5066383 {
  padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-992f2445-4b13-4f94-8818-9c6cc5066383 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-992f2445-4b13-4f94-8818-9c6cc5066383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-992f2445-4b13-4f94-8818-9c6cc5066383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a6cdf0c-f477-41d2-9421-13c10349bcef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a6cdf0c-f477-41d2-9421-13c10349bcef {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-2a6cdf0c-f477-41d2-9421-13c10349bcef {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2a6cdf0c-f477-41d2-9421-13c10349bcef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  
}


@media (max-width: 767px){#s-2a6cdf0c-f477-41d2-9421-13c10349bcef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  
}


}
#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 {
  display: none;
}
#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960, #wrap-s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 {
  display: none;
}
#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960, #wrap-s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 {
  display: none;
}
#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960, #wrap-s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 { display: none !important; }}@media (max-width: 767px){#s-393ec9f6-85fe-4bac-8e3e-6f3d07daa960 {
  
}
}
#s-054b0237-7ec8-449a-a674-19e7bfd0ec21 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: left;
}

#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 102, 81, 1);
}
#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922:hover {background-color: rgba(255, 255, 255, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(31, 102, 81, 1) !important;}#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922:active {background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(31, 102, 81, 1) !important;}

  #s-d2cfd48b-244c-4b34-b9d4-e09f54b13922-root {
    text-align: center;
  }


#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2cfd48b-244c-4b34-b9d4-e09f54b13922-root {
    text-align: center;
  }


#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2cfd48b-244c-4b34-b9d4-e09f54b13922-root {
    text-align: center;
  }


#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2cfd48b-244c-4b34-b9d4-e09f54b13922-root {
    text-align: center;
  }


#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2cfd48b-244c-4b34-b9d4-e09f54b13922-root {
    text-align: center;
  }


#s-d2cfd48b-244c-4b34-b9d4-e09f54b13922.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
