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

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

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

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

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

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

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

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

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

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

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

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

#s-a000f511-76eb-477d-9fa0-7ceb35511ab9 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a000f511-76eb-477d-9fa0-7ceb35511ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a000f511-76eb-477d-9fa0-7ceb35511ab9.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-68be5f83-9ab0-4070-a67f-884ce0a7df3b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68be5f83-9ab0-4070-a67f-884ce0a7df3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



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

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

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

#s-9cef9f0e-af63-41c2-8a93-5996500517ef {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-9cef9f0e-af63-41c2-8a93-5996500517ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cef9f0e-af63-41c2-8a93-5996500517ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cef9f0e-af63-41c2-8a93-5996500517ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cef9f0e-af63-41c2-8a93-5996500517ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c87b145-9799-4bbf-8818-683310352ed9 {
  margin-top: 8%;
margin-bottom: 8%;
}

@media (min-width: 0px) {
[id="s-0c87b145-9799-4bbf-8818-683310352ed9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0c87b145-9799-4bbf-8818-683310352ed9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c87b145-9799-4bbf-8818-683310352ed9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c87b145-9799-4bbf-8818-683310352ed9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-17d12f27-75a4-4432-a37e-4432d2ef9d29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17d12f27-75a4-4432-a37e-4432d2ef9d29 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



.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;
}
#s-5f48e6cf-2f1d-43ef-a017-98b27f613195 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}







  #s-5f48e6cf-2f1d-43ef-a017-98b27f613195 img.shogun-image {
    

    
    
    
  }


#s-5f48e6cf-2f1d-43ef-a017-98b27f613195 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8fbdddb8-017e-4645-b648-d460dcba07b1 {
  display: none;
}
#s-5444fec5-d8ba-4794-95b3-627439136775 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}

#s-5444fec5-d8ba-4794-95b3-627439136775 .shg-product-sold-out {
  display: none;
  color: rgba(240, 2, 2, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5444fec5-d8ba-4794-95b3-627439136775 .shg-product-price {
  color: rgba(240, 2, 2, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-5444fec5-d8ba-4794-95b3-627439136775 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-b3f85436-555f-438b-aeec-5520ca9ff256 {
  margin-top: 0%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 24px;
padding-bottom: 7px;
padding-right: 24px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(17, 9, 58, 1);
}
#s-b3f85436-555f-438b-aeec-5520ca9ff256:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3f85436-555f-438b-aeec-5520ca9ff256:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-b3f85436-555f-438b-aeec-5520ca9ff256 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3f85436-555f-438b-aeec-5520ca9ff256.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3f85436-555f-438b-aeec-5520ca9ff256.shg-btn {
  color: rgba(17, 9, 58, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b3f85436-555f-438b-aeec-5520ca9ff256.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-859bb23b-eea5-4e2a-b0b0-bac25af1e197 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-859bb23b-eea5-4e2a-b0b0-bac25af1e197 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-c55ae66a-0f24-4a2b-9ad2-043f1eb004c4 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}







  #s-c55ae66a-0f24-4a2b-9ad2-043f1eb004c4 img.shogun-image {
    

    
    
    
  }


#s-c55ae66a-0f24-4a2b-9ad2-043f1eb004c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1d7a982-447a-49cc-abad-7e25763f1c23 {
  display: none;
}
#s-0e1b1091-5c34-4a15-9bc7-12d932aa8048 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}

#s-0e1b1091-5c34-4a15-9bc7-12d932aa8048 .shg-product-sold-out {
  display: none;
  color: rgba(240, 2, 2, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0e1b1091-5c34-4a15-9bc7-12d932aa8048 .shg-product-price {
  color: rgba(240, 2, 2, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e1b1091-5c34-4a15-9bc7-12d932aa8048 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a7107a6-d399-490a-a79d-ab3ffce6ae9f {
  margin-top: 0%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 24px;
padding-bottom: 7px;
padding-right: 24px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(17, 9, 58, 1);
}
#s-9a7107a6-d399-490a-a79d-ab3ffce6ae9f:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a7107a6-d399-490a-a79d-ab3ffce6ae9f:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-9a7107a6-d399-490a-a79d-ab3ffce6ae9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a7107a6-d399-490a-a79d-ab3ffce6ae9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a7107a6-d399-490a-a79d-ab3ffce6ae9f.shg-btn {
  color: rgba(17, 9, 58, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9a7107a6-d399-490a-a79d-ab3ffce6ae9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ad2d676-ef6a-4356-a8c2-d0998cfdf816 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ad2d676-ef6a-4356-a8c2-d0998cfdf816 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-62e872aa-ce52-416a-8e11-f137907493fe {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}







  #s-62e872aa-ce52-416a-8e11-f137907493fe img.shogun-image {
    

    
    
    
  }


#s-62e872aa-ce52-416a-8e11-f137907493fe .shogun-image-content {
  
    align-items: center;
  
}

#s-78316df7-0f8d-42e8-896c-071c8620fb14 {
  display: none;
}
#s-dcc52e28-1781-4533-bdc1-106ff09473b1 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}

#s-dcc52e28-1781-4533-bdc1-106ff09473b1 .shg-product-sold-out {
  display: none;
  color: rgba(240, 2, 2, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dcc52e28-1781-4533-bdc1-106ff09473b1 .shg-product-price {
  color: rgba(240, 2, 2, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcc52e28-1781-4533-bdc1-106ff09473b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b106a33d-bb81-4919-ad70-7fbd12eb1a7e {
  margin-top: 0%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 24px;
padding-bottom: 7px;
padding-right: 24px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(17, 9, 58, 1);
}
#s-b106a33d-bb81-4919-ad70-7fbd12eb1a7e:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b106a33d-bb81-4919-ad70-7fbd12eb1a7e:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-b106a33d-bb81-4919-ad70-7fbd12eb1a7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b106a33d-bb81-4919-ad70-7fbd12eb1a7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b106a33d-bb81-4919-ad70-7fbd12eb1a7e.shg-btn {
  color: rgba(17, 9, 58, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b106a33d-bb81-4919-ad70-7fbd12eb1a7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff68ec9c-d87a-4a47-9717-157e86a8fa13 {
  margin-top: 8%;
margin-bottom: 8%;
}

@media (min-width: 0px) {
[id="s-ff68ec9c-d87a-4a47-9717-157e86a8fa13"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ff68ec9c-d87a-4a47-9717-157e86a8fa13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff68ec9c-d87a-4a47-9717-157e86a8fa13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff68ec9c-d87a-4a47-9717-157e86a8fa13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2aae2f48-52d5-41e4-bb5a-bd91eb13eae9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2aae2f48-52d5-41e4-bb5a-bd91eb13eae9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-48144ea2-91a1-444a-90f9-347bd11d0480 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}







  #s-48144ea2-91a1-444a-90f9-347bd11d0480 img.shogun-image {
    

    
    
    
  }


#s-48144ea2-91a1-444a-90f9-347bd11d0480 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cffb21c-cf86-4af0-8196-590262148138 {
  display: none;
}
#s-7d4f7f44-b4de-4b7b-8f29-bece478f3ebd {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}

#s-7d4f7f44-b4de-4b7b-8f29-bece478f3ebd .shg-product-sold-out {
  display: none;
  color: rgba(240, 2, 2, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7d4f7f44-b4de-4b7b-8f29-bece478f3ebd .shg-product-price {
  color: rgba(240, 2, 2, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-7d4f7f44-b4de-4b7b-8f29-bece478f3ebd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a416cfe9-92bc-4e7e-a413-1a275481acc2 {
  margin-top: 0%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 24px;
padding-bottom: 7px;
padding-right: 24px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(17, 9, 58, 1);
}
#s-a416cfe9-92bc-4e7e-a413-1a275481acc2:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a416cfe9-92bc-4e7e-a413-1a275481acc2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-a416cfe9-92bc-4e7e-a413-1a275481acc2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a416cfe9-92bc-4e7e-a413-1a275481acc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a416cfe9-92bc-4e7e-a413-1a275481acc2.shg-btn {
  color: rgba(17, 9, 58, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a416cfe9-92bc-4e7e-a413-1a275481acc2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d938b89a-6086-44f1-95dd-c7e82b8196c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d938b89a-6086-44f1-95dd-c7e82b8196c5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-d7408889-95ed-4b5e-9a85-790c3c15ed78 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}







  #s-d7408889-95ed-4b5e-9a85-790c3c15ed78 img.shogun-image {
    

    
    
    
  }


#s-d7408889-95ed-4b5e-9a85-790c3c15ed78 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9df8418-3381-46e3-8dc7-73c8b46b2d0d {
  display: none;
}
#s-b5b91dd8-bf47-4f91-bcf5-fd0f456d48d8 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}

#s-b5b91dd8-bf47-4f91-bcf5-fd0f456d48d8 .shg-product-sold-out {
  display: none;
  color: rgba(240, 2, 2, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b5b91dd8-bf47-4f91-bcf5-fd0f456d48d8 .shg-product-price {
  color: rgba(240, 2, 2, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b5b91dd8-bf47-4f91-bcf5-fd0f456d48d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2f23be28-ca81-4b35-a46a-12f57ad46960 {
  margin-top: 0%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 24px;
padding-bottom: 7px;
padding-right: 24px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(17, 9, 58, 1);
}
#s-2f23be28-ca81-4b35-a46a-12f57ad46960:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2f23be28-ca81-4b35-a46a-12f57ad46960:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-2f23be28-ca81-4b35-a46a-12f57ad46960 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f23be28-ca81-4b35-a46a-12f57ad46960.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f23be28-ca81-4b35-a46a-12f57ad46960.shg-btn {
  color: rgba(17, 9, 58, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2f23be28-ca81-4b35-a46a-12f57ad46960.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a8faf103-4903-466c-b178-1c74971239f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8faf103-4903-466c-b178-1c74971239f9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-a7afa35d-9b2e-483c-a831-f5a2c03b229f {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}







  #s-a7afa35d-9b2e-483c-a831-f5a2c03b229f img.shogun-image {
    

    
    
    
  }


#s-a7afa35d-9b2e-483c-a831-f5a2c03b229f .shogun-image-content {
  
    align-items: center;
  
}

#s-57a009f3-2baf-4948-b81f-e641a02d40b0 {
  display: none;
}
#s-e4dde459-e7cc-4cd8-b6f3-c152bd67bb8c {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}

#s-e4dde459-e7cc-4cd8-b6f3-c152bd67bb8c .shg-product-sold-out {
  display: none;
  color: rgba(240, 2, 2, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e4dde459-e7cc-4cd8-b6f3-c152bd67bb8c .shg-product-price {
  color: rgba(240, 2, 2, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4dde459-e7cc-4cd8-b6f3-c152bd67bb8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-855610d8-0040-49a0-8519-2d02c0ee040f {
  margin-top: 0%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 24px;
padding-bottom: 7px;
padding-right: 24px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(17, 9, 58, 1);
}
#s-855610d8-0040-49a0-8519-2d02c0ee040f:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-855610d8-0040-49a0-8519-2d02c0ee040f:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-855610d8-0040-49a0-8519-2d02c0ee040f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-855610d8-0040-49a0-8519-2d02c0ee040f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-855610d8-0040-49a0-8519-2d02c0ee040f.shg-btn {
  color: rgba(17, 9, 58, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-855610d8-0040-49a0-8519-2d02c0ee040f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4cf69e51-f8e5-4ff9-b26b-199733581f43 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4cf69e51-f8e5-4ff9-b26b-199733581f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf69e51-f8e5-4ff9-b26b-199733581f43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf {
  margin-top: 4%;
margin-left: 30px;
margin-bottom: 3%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf {
  
}
}@media (max-width: 767px){#s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf {
  display: none;
}
#s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf, #wrap-s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf { display:none !important; }}
#s-9ef34ba8-41a9-4b26-a9bd-3f3ed5ac9edf .shogun-heading-component h2 {
  color: rgba(20, 19, 19, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-0e67528a-9f06-4d40-b9a5-97db380443eb {
  margin-top: 4%;
margin-left: 30px;
margin-bottom: 3%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0e67528a-9f06-4d40-b9a5-97db380443eb {
  display: none;
}
#s-0e67528a-9f06-4d40-b9a5-97db380443eb, #wrap-s-0e67528a-9f06-4d40-b9a5-97db380443eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e67528a-9f06-4d40-b9a5-97db380443eb {
  display: none;
}
#s-0e67528a-9f06-4d40-b9a5-97db380443eb, #wrap-s-0e67528a-9f06-4d40-b9a5-97db380443eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e67528a-9f06-4d40-b9a5-97db380443eb {
  display: none;
}
#s-0e67528a-9f06-4d40-b9a5-97db380443eb, #wrap-s-0e67528a-9f06-4d40-b9a5-97db380443eb { display:none !important; }}@media (max-width: 767px){#s-0e67528a-9f06-4d40-b9a5-97db380443eb {
  
}
}
#s-0e67528a-9f06-4d40-b9a5-97db380443eb .shogun-heading-component h2 {
  color: rgba(20, 19, 19, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-30ebe9b2-dac3-4639-83a7-e266dd4928ca {
  margin-left: 3%;
margin-bottom: 4%;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 52, 52, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
@media (max-width: 767px){#s-30ebe9b2-dac3-4639-83a7-e266dd4928ca {
  display: none;
}
#s-30ebe9b2-dac3-4639-83a7-e266dd4928ca, #wrap-s-30ebe9b2-dac3-4639-83a7-e266dd4928ca { display:none !important; }}






  #s-30ebe9b2-dac3-4639-83a7-e266dd4928ca img.shogun-image {
    

    
    
    
  }


#s-30ebe9b2-dac3-4639-83a7-e266dd4928ca .shogun-image-content {
  
    align-items: center;
  
}

#s-181b0168-802d-471c-9019-66c2c333ae0c {
  margin-left: 3%;
margin-bottom: 4%;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 52, 52, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-181b0168-802d-471c-9019-66c2c333ae0c {
  display: none;
}
#s-181b0168-802d-471c-9019-66c2c333ae0c, #wrap-s-181b0168-802d-471c-9019-66c2c333ae0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-181b0168-802d-471c-9019-66c2c333ae0c {
  display: none;
}
#s-181b0168-802d-471c-9019-66c2c333ae0c, #wrap-s-181b0168-802d-471c-9019-66c2c333ae0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-181b0168-802d-471c-9019-66c2c333ae0c {
  display: none;
}
#s-181b0168-802d-471c-9019-66c2c333ae0c, #wrap-s-181b0168-802d-471c-9019-66c2c333ae0c { display:none !important; }}






  #s-181b0168-802d-471c-9019-66c2c333ae0c img.shogun-image {
    

    
    
    
  }


#s-181b0168-802d-471c-9019-66c2c333ae0c .shogun-image-content {
  
    align-items: center;
  
}

#s-e50cdd6e-333a-4295-a813-accd14c1bcf4 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(252, 250, 250, 1);
}








#s-e50cdd6e-333a-4295-a813-accd14c1bcf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e50cdd6e-333a-4295-a813-accd14c1bcf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08f5b230-7edb-4a97-a88a-5b5212ead5b6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}

#s-08f5b230-7edb-4a97-a88a-5b5212ead5b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b7477814-687d-4c5d-a9eb-a6f858955f2a {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b7477814-687d-4c5d-a9eb-a6f858955f2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7477814-687d-4c5d-a9eb-a6f858955f2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b7477814-687d-4c5d-a9eb-a6f858955f2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7477814-687d-4c5d-a9eb-a6f858955f2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-eaa557a3-eacf-4051-83ce-48791660b2cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-eaa557a3-eacf-4051-83ce-48791660b2cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-eaa557a3-eacf-4051-83ce-48791660b2cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-eaa557a3-eacf-4051-83ce-48791660b2cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-14f67158-4c49-489e-a546-33416052052a {
  text-align: center;
}







  #s-14f67158-4c49-489e-a546-33416052052a img.shogun-image {
    

    
    
    
  }


#s-14f67158-4c49-489e-a546-33416052052a .shogun-image-content {
  
    align-items: center;
  
}

#s-370907da-8aee-4b80-8980-7b322f53c513 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-370907da-8aee-4b80-8980-7b322f53c513 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-65a2b688-6e99-4997-89ea-0bcd7cce0c22 {
  text-align: center;
}







  #s-65a2b688-6e99-4997-89ea-0bcd7cce0c22 img.shogun-image {
    

    
    
    
  }


#s-65a2b688-6e99-4997-89ea-0bcd7cce0c22 .shogun-image-content {
  
    align-items: center;
  
}

#s-f541afc4-7d7b-4262-a8de-8e5696c2c443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f541afc4-7d7b-4262-a8de-8e5696c2c443 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6166f289-7255-442f-8e4a-3db287cab5ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6166f289-7255-442f-8e4a-3db287cab5ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6166f289-7255-442f-8e4a-3db287cab5ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6166f289-7255-442f-8e4a-3db287cab5ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a86d9db8-3eaf-4eeb-8011-005554dd358f {
  text-align: center;
}







  #s-a86d9db8-3eaf-4eeb-8011-005554dd358f img.shogun-image {
    

    
    
    
  }


#s-a86d9db8-3eaf-4eeb-8011-005554dd358f .shogun-image-content {
  
    align-items: center;
  
}

#s-b5e886d8-9b19-47f1-aa06-1d3204e4a222 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5e886d8-9b19-47f1-aa06-1d3204e4a222 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-be796483-9315-42fd-a859-0cd706980342 {
  text-align: center;
}







  #s-be796483-9315-42fd-a859-0cd706980342 img.shogun-image {
    

    
    
    
  }


#s-be796483-9315-42fd-a859-0cd706980342 .shogun-image-content {
  
    align-items: center;
  
}

#s-664c5d6e-6109-46c8-bcf2-5ec874c761a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-664c5d6e-6109-46c8-bcf2-5ec874c761a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-d01ad631-e2c2-499d-b456-54cdd0f28d5d {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(248, 247, 249, 1);
}
@media (max-width: 767px){#s-d01ad631-e2c2-499d-b456-54cdd0f28d5d {
  display: none;
}
#s-d01ad631-e2c2-499d-b456-54cdd0f28d5d, #wrap-s-d01ad631-e2c2-499d-b456-54cdd0f28d5d { display:none !important; }}







#s-d01ad631-e2c2-499d-b456-54cdd0f28d5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01ad631-e2c2-499d-b456-54cdd0f28d5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76587d5c-b769-46c7-9ffa-bde1abaf259c {
  margin-top: 3%;
margin-left: 11%;
margin-bottom: 3%;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-76587d5c-b769-46c7-9ffa-bde1abaf259c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-6c33312b-03e3-49ef-8600-0eaedb375e39 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6c33312b-03e3-49ef-8600-0eaedb375e39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c33312b-03e3-49ef-8600-0eaedb375e39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c33312b-03e3-49ef-8600-0eaedb375e39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c33312b-03e3-49ef-8600-0eaedb375e39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d5edd30b-d19d-4860-b7ce-fe7af35ed247 {
  box-shadow:4px 4px 8px 3px rgba(222, 222, 222, 1);
margin-top: 0%;
margin-bottom: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(214, 198, 181, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d5edd30b-d19d-4860-b7ce-fe7af35ed247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5edd30b-d19d-4860-b7ce-fe7af35ed247.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f27b35-0945-4673-8edd-27501c55d6e6 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94f27b35-0945-4673-8edd-27501c55d6e6 .shogun-heading-component h1 {
  color: rgba(17, 9, 58, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-99ceb3e6-8d37-49fd-9bf1-4cce1c40ce6d {
  text-align: center;
}







  #s-99ceb3e6-8d37-49fd-9bf1-4cce1c40ce6d img.shogun-image {
    

    
    
    
  }


#s-99ceb3e6-8d37-49fd-9bf1-4cce1c40ce6d .shogun-image-content {
  
    align-items: center;
  
}

#s-e4ee8c8b-225d-4910-b2b5-48fdd2a44917 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 50px;
background-color: rgba(239, 231, 225, 1);
}








#s-e4ee8c8b-225d-4910-b2b5-48fdd2a44917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ee8c8b-225d-4910-b2b5-48fdd2a44917.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f795708-ebc5-4cdc-b64c-54f142914d71 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f795708-ebc5-4cdc-b64c-54f142914d71 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e4aa2f3-ae7c-4c4e-a512-3a3ca68c859a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-5c81df51-8081-4daf-bcce-46e318c001c8 .shogun-icon-wrapper {
  text-align: center;
}


#s-5c81df51-8081-4daf-bcce-46e318c001c8 .shogun-icon-wrapper > .shogun-icon {

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

#s-eb8ddae1-2d54-45ad-a3b8-99398a56f28d {
  margin-left: -4%;
margin-right: 10%;
}

#s-4ff32c41-008a-4d60-a87e-1221a208a6b0 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-4ff32c41-008a-4d60-a87e-1221a208a6b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ff32c41-008a-4d60-a87e-1221a208a6b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ff32c41-008a-4d60-a87e-1221a208a6b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ff32c41-008a-4d60-a87e-1221a208a6b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ff32c41-008a-4d60-a87e-1221a208a6b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ff32c41-008a-4d60-a87e-1221a208a6b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ff32c41-008a-4d60-a87e-1221a208a6b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9716f377-c266-430c-8582-c03a7ae8efb0 .shogun-icon-wrapper {
  text-align: center;
}


#s-9716f377-c266-430c-8582-c03a7ae8efb0 .shogun-icon-wrapper > .shogun-icon {

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

#s-5c701bc9-1aca-49d6-a057-35085bb3d28a {
  margin-left: -4%;
margin-right: 11%;
}

#s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4ea4a17-fbdd-40c7-9561-8ef5a68edc9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9923e96b-41fc-47d8-891f-403ad3898f53 .shogun-icon-wrapper {
  text-align: center;
}


#s-9923e96b-41fc-47d8-891f-403ad3898f53 .shogun-icon-wrapper > .shogun-icon {

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

#s-365bc7b3-ce92-495b-80aa-e7e2396526dc {
  margin-left: -4%;
margin-right: 11%;
}

#s-e54da327-141e-4ada-b5ef-f4183054ed24 {
  margin-top: 2%;
margin-left: 13%;
margin-bottom: 0%;
margin-right: 13%;
}

#s-c83d4b4d-5456-4f1d-850e-a7111121a069 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c83d4b4d-5456-4f1d-850e-a7111121a069 .shogun-heading-component h1 {
  color: rgba(233, 1, 1, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-5c0d346d-6ff3-4d15-a3e4-e3f48eb1bfbc {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5c0d346d-6ff3-4d15-a3e4-e3f48eb1bfbc .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-f3cd7a52-bbb9-4234-b3a4-d759d84d848c {
  margin-top: 3%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 23px;
padding-bottom: 7px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
background-color: rgba(17, 9, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c:hover {background-color: rgba(102, 119, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c:active {background-color: rgba(66, 84, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c-btn-wrapper {
    text-align: center;
  }


#s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c-btn-wrapper {
    text-align: center;
  }


#s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c-btn-wrapper {
    text-align: center;
  }


#s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c-btn-wrapper {
    text-align: center;
  }


#s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c-btn-wrapper {
    text-align: center;
  }


#s-f3cd7a52-bbb9-4234-b3a4-d759d84d848c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5147b6de-ebff-4113-a12e-95e279dbca0a {
  box-shadow:4px 4px 8px 3px rgba(222, 222, 222, 1);
margin-top: 0%;
margin-bottom: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(214, 198, 181, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5147b6de-ebff-4113-a12e-95e279dbca0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5147b6de-ebff-4113-a12e-95e279dbca0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2534161b-4a9b-4a5c-8fec-e4e01ed66e31 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2534161b-4a9b-4a5c-8fec-e4e01ed66e31 .shogun-heading-component h1 {
  color: rgba(17, 9, 58, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-f0401f7b-796c-41f6-b775-24485cdd0e76 {
  text-align: center;
}







  #s-f0401f7b-796c-41f6-b775-24485cdd0e76 img.shogun-image {
    

    
    
    
  }


#s-f0401f7b-796c-41f6-b775-24485cdd0e76 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb6b5653-cc08-4e5e-985b-7519ff8e2f0b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 50px;
background-color: rgba(239, 231, 225, 1);
opacity: 1;
}








#s-eb6b5653-cc08-4e5e-985b-7519ff8e2f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb6b5653-cc08-4e5e-985b-7519ff8e2f0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abc9a559-32ef-441f-a79f-4918c13669d2 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abc9a559-32ef-441f-a79f-4918c13669d2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f0d7107a-65df-4561-b9c0-775c2aad18d1 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-f0d7107a-65df-4561-b9c0-775c2aad18d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f0d7107a-65df-4561-b9c0-775c2aad18d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0d7107a-65df-4561-b9c0-775c2aad18d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0d7107a-65df-4561-b9c0-775c2aad18d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0d7107a-65df-4561-b9c0-775c2aad18d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0d7107a-65df-4561-b9c0-775c2aad18d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0d7107a-65df-4561-b9c0-775c2aad18d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b8141e28-d519-446c-a71b-dbc83b6e3518 .shogun-icon-wrapper {
  text-align: center;
}


#s-b8141e28-d519-446c-a71b-dbc83b6e3518 .shogun-icon-wrapper > .shogun-icon {

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

#s-18995a5b-9179-45d4-995a-6a6b6f0650bb {
  margin-left: -4%;
margin-right: 14%;
}

#s-9f465323-268c-4ec9-a394-a8c3deddd282 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-9f465323-268c-4ec9-a394-a8c3deddd282"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9f465323-268c-4ec9-a394-a8c3deddd282"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f465323-268c-4ec9-a394-a8c3deddd282"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f465323-268c-4ec9-a394-a8c3deddd282"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f465323-268c-4ec9-a394-a8c3deddd282"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f465323-268c-4ec9-a394-a8c3deddd282"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f465323-268c-4ec9-a394-a8c3deddd282"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-8c7555c0-98a0-4e4f-8e77-8b3ea03ded4a .shogun-icon-wrapper {
  text-align: center;
}


#s-8c7555c0-98a0-4e4f-8e77-8b3ea03ded4a .shogun-icon-wrapper > .shogun-icon {

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

#s-5da1dd56-02bc-4309-884d-eabc3ec3674a {
  margin-left: -4%;
margin-right: 11%;
}

#s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dcc69ea-d38c-4ac5-8d49-bc020ff8708d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-2d71a743-535b-4b19-ba1c-2cd5924cb8a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-2d71a743-535b-4b19-ba1c-2cd5924cb8a4 .shogun-icon-wrapper > .shogun-icon {

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

#s-33cb3851-0d83-4180-ad07-d1fbc3d63687 {
  margin-left: -4%;
margin-right: 11%;
}

#s-2f5120f6-5977-4f2c-b20e-08515bdc1701 {
  margin-top: 2%;
margin-left: 13%;
margin-bottom: 0%;
margin-right: 13%;
}

#s-3c865511-95b3-49c0-ad88-09d512fd8d6c {
  padding-top: 10px;
padding-bottom: 7px;
text-align: center;
}

#s-3c865511-95b3-49c0-ad88-09d512fd8d6c .shogun-heading-component h1 {
  color: rgba(233, 1, 1, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-fbdeac7a-951e-4a2b-b665-ee6b61631f63 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fbdeac7a-951e-4a2b-b665-ee6b61631f63 .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800 {
  margin-top: 3%;
margin-bottom: 6%;
padding-top: 7px;
padding-left: 23px;
padding-bottom: 7px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
background-color: rgba(17, 9, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800:hover {background-color: rgba(102, 119, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800:active {background-color: rgba(66, 84, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6c2edaab-e8c6-425d-aea0-37aff4cd5800-btn-wrapper {
    text-align: center;
  }


#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c2edaab-e8c6-425d-aea0-37aff4cd5800-btn-wrapper {
    text-align: center;
  }


#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c2edaab-e8c6-425d-aea0-37aff4cd5800-btn-wrapper {
    text-align: center;
  }


#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c2edaab-e8c6-425d-aea0-37aff4cd5800-btn-wrapper {
    text-align: center;
  }


#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c2edaab-e8c6-425d-aea0-37aff4cd5800-btn-wrapper {
    text-align: center;
  }


#s-6c2edaab-e8c6-425d-aea0-37aff4cd5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c7d87cdd-d87f-4515-a1b5-08dc7b528302 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c7d87cdd-d87f-4515-a1b5-08dc7b528302 {
  display: none;
}
#s-c7d87cdd-d87f-4515-a1b5-08dc7b528302, #wrap-s-c7d87cdd-d87f-4515-a1b5-08dc7b528302 { display:none !important; }}







#s-c7d87cdd-d87f-4515-a1b5-08dc7b528302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7d87cdd-d87f-4515-a1b5-08dc7b528302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77898874-5c07-4e91-8e03-edad8cf9063e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77898874-5c07-4e91-8e03-edad8cf9063e .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8b645f95-b38a-4e98-a1e8-eed250828c01 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8b645f95-b38a-4e98-a1e8-eed250828c01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8b645f95-b38a-4e98-a1e8-eed250828c01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8b645f95-b38a-4e98-a1e8-eed250828c01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b645f95-b38a-4e98-a1e8-eed250828c01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-6d108a93-9aa6-42ce-9be6-c2c4fd812ca5 {
  display: none;
}
#s-5179bce0-f33b-4167-bcff-bd5af871b950 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-5179bce0-f33b-4167-bcff-bd5af871b950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5179bce0-f33b-4167-bcff-bd5af871b950.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

#s-8d2985a1-253e-4b5f-acb1-7df20473b35c {
  text-align: center;
}







  img.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
    
    
  }


.s-8d2985a1-253e-4b5f-acb1-7df20473b35c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shg-align-container {
  text-align: center
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
    
    
  }


.s-8d2985a1-253e-4b5f-acb1-7df20473b35c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shg-align-container {
  text-align: center
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
    
    
  }


.s-8d2985a1-253e-4b5f-acb1-7df20473b35c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shg-align-container {
  text-align: center
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
    
    
  }


.s-8d2985a1-253e-4b5f-acb1-7df20473b35c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shg-align-container {
  text-align: center
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
    
    
  }


.s-8d2985a1-253e-4b5f-acb1-7df20473b35c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shg-align-container {
  text-align: center
}

.s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2985a1-253e-4b5f-acb1-7df20473b35c.shogun-image {
  box-sizing: border-box;
}


}
#s-169800d6-06b1-4c8d-88d0-f5cb92a84461 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-169800d6-06b1-4c8d-88d0-f5cb92a84461 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-9e662690-3c08-45ee-a669-818a3dc629b2 {
  padding-top: 10px;
padding-left: 22%;
padding-bottom: 10px;
padding-right: 22%;
border-radius: 2px;
text-decoration: none;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9e662690-3c08-45ee-a669-818a3dc629b2-btn-wrapper {
    text-align: center;
  }


#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-variant-btn:hover {
  background: #252525;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-variant-btn:active, #s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9e662690-3c08-45ee-a669-818a3dc629b2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e0db82a8-eeeb-4933-9196-67ef1102d467 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-e0db82a8-eeeb-4933-9196-67ef1102d467 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e0db82a8-eeeb-4933-9196-67ef1102d467 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 25px;
}

#s-e0db82a8-eeeb-4933-9196-67ef1102d467 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4d483fc-ff7e-4bac-8c37-d3bd4dc89aa1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f4d483fc-ff7e-4bac-8c37-d3bd4dc89aa1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4d483fc-ff7e-4bac-8c37-d3bd4dc89aa1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4d483fc-ff7e-4bac-8c37-d3bd4dc89aa1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4d483fc-ff7e-4bac-8c37-d3bd4dc89aa1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4d483fc-ff7e-4bac-8c37-d3bd4dc89aa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4d483fc-ff7e-4bac-8c37-d3bd4dc89aa1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-502d0b9e-849f-4289-bf76-93c9178b5fbf {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-502d0b9e-849f-4289-bf76-93c9178b5fbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-502d0b9e-849f-4289-bf76-93c9178b5fbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ad54d1e-00df-48f5-bef1-decb0010c0b0 {
  display: none;
}
#s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8 {
  text-align: center;
}







  img.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
    
    
  }


.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shg-align-container {
  text-align: center
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
    
    
  }


.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shg-align-container {
  text-align: center
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
    
    
  }


.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shg-align-container {
  text-align: center
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
    
    
  }


.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shg-align-container {
  text-align: center
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
    
    
  }


.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shg-align-container {
  text-align: center
}

.s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c54f7c-788a-495b-ae7c-b257ab6a27a8.shogun-image {
  box-sizing: border-box;
}


}
#s-639bcc05-c3c6-4929-ac9a-db3f3fbc1b1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-639bcc05-c3c6-4929-ac9a-db3f3fbc1b1d .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 {
  padding-top: 10px;
padding-left: 22%;
padding-bottom: 10px;
padding-right: 22%;
border-radius: 2px;
text-decoration: none;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1cbd02f7-6833-4d5e-821d-ff2f01166781-btn-wrapper {
    text-align: center;
  }


#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-variant-btn:hover {
  background: #252525;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-variant-btn:active, #s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1cbd02f7-6833-4d5e-821d-ff2f01166781 .shg-variant-btn.disabled {
  background: #252525;
}

#s-11ebe44f-94bc-4846-a379-bcef588031b4 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-11ebe44f-94bc-4846-a379-bcef588031b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-11ebe44f-94bc-4846-a379-bcef588031b4 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 25px;
}

#s-11ebe44f-94bc-4846-a379-bcef588031b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1ce9bed0-9325-491f-bfc0-7289c4fe85e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1ce9bed0-9325-491f-bfc0-7289c4fe85e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ce9bed0-9325-491f-bfc0-7289c4fe85e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ce9bed0-9325-491f-bfc0-7289c4fe85e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ce9bed0-9325-491f-bfc0-7289c4fe85e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ce9bed0-9325-491f-bfc0-7289c4fe85e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ce9bed0-9325-491f-bfc0-7289c4fe85e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8af3de97-7a61-406d-a0fe-a06ff2310229 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-8af3de97-7a61-406d-a0fe-a06ff2310229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af3de97-7a61-406d-a0fe-a06ff2310229.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-820c41dc-161e-45ac-8152-2e2d0e33c983 {
  display: none;
}
#s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000 {
  text-align: center;
}







  img.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
    
    
  }


.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shg-align-container {
  text-align: center
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
    
    
  }


.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shg-align-container {
  text-align: center
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
    
    
  }


.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shg-align-container {
  text-align: center
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
    
    
  }


.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shg-align-container {
  text-align: center
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
    
    
  }


.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shg-align-container {
  text-align: center
}

.s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59eaa75-7f06-4b8b-a13f-8bd32b25a000.shogun-image {
  box-sizing: border-box;
}


}
#s-02419a1d-423a-4c8d-a181-024fbf49838c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02419a1d-423a-4c8d-a181-024fbf49838c .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc {
  padding-top: 10px;
padding-left: 22%;
padding-bottom: 10px;
padding-right: 22%;
border-radius: 2px;
text-decoration: none;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc-btn-wrapper {
    text-align: center;
  }


#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-variant-btn:hover {
  background: #252525;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-variant-btn:active, #s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6eff0afb-8bb8-49bf-9930-6f9e84d4b2bc .shg-variant-btn.disabled {
  background: #252525;
}

#s-53f7d8a4-adcc-48d6-8893-353cb22e40c5 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-53f7d8a4-adcc-48d6-8893-353cb22e40c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-53f7d8a4-adcc-48d6-8893-353cb22e40c5 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 25px;
}

#s-53f7d8a4-adcc-48d6-8893-353cb22e40c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b303e82-c254-4944-b96e-ee4accb9dde7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0b303e82-c254-4944-b96e-ee4accb9dde7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b303e82-c254-4944-b96e-ee4accb9dde7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b303e82-c254-4944-b96e-ee4accb9dde7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b303e82-c254-4944-b96e-ee4accb9dde7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b303e82-c254-4944-b96e-ee4accb9dde7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0b303e82-c254-4944-b96e-ee4accb9dde7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-11f4af9a-9c3a-4447-bece-522dddcd901b {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(248, 247, 249, 1);
}
@media (min-width: 1200px){#s-11f4af9a-9c3a-4447-bece-522dddcd901b {
  display: none;
}
#s-11f4af9a-9c3a-4447-bece-522dddcd901b, #wrap-s-11f4af9a-9c3a-4447-bece-522dddcd901b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11f4af9a-9c3a-4447-bece-522dddcd901b {
  display: none;
}
#s-11f4af9a-9c3a-4447-bece-522dddcd901b, #wrap-s-11f4af9a-9c3a-4447-bece-522dddcd901b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11f4af9a-9c3a-4447-bece-522dddcd901b {
  display: none;
}
#s-11f4af9a-9c3a-4447-bece-522dddcd901b, #wrap-s-11f4af9a-9c3a-4447-bece-522dddcd901b { display:none !important; }}@media (max-width: 767px){#s-11f4af9a-9c3a-4447-bece-522dddcd901b {
  
}
}







#s-11f4af9a-9c3a-4447-bece-522dddcd901b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11f4af9a-9c3a-4447-bece-522dddcd901b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-501b0c5d-a7c8-4494-9694-07544d70ad4b {
  margin-top: 3%;
margin-left: 11%;
margin-bottom: 3%;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-501b0c5d-a7c8-4494-9694-07544d70ad4b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-8816dba3-48fe-4e0f-b850-c519b0ed2d71 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 9, 58, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8816dba3-48fe-4e0f-b850-c519b0ed2d71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8816dba3-48fe-4e0f-b850-c519b0ed2d71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8816dba3-48fe-4e0f-b850-c519b0ed2d71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8816dba3-48fe-4e0f-b850-c519b0ed2d71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bec8acad-6fcb-4666-b92f-a322f6249bbb {
  box-shadow:4px 4px 8px 3px rgba(222, 222, 222, 1);
margin-top: 0%;
margin-bottom: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(214, 198, 181, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bec8acad-6fcb-4666-b92f-a322f6249bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec8acad-6fcb-4666-b92f-a322f6249bbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-368a23ea-30db-4bce-b529-fa7c80d564b6 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-368a23ea-30db-4bce-b529-fa7c80d564b6 .shogun-heading-component h1 {
  color: rgba(17, 9, 58, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-9c561394-3679-48c9-b3bd-d0a8f591de76 {
  text-align: center;
}







  #s-9c561394-3679-48c9-b3bd-d0a8f591de76 img.shogun-image {
    

    
    
    
  }


#s-9c561394-3679-48c9-b3bd-d0a8f591de76 .shogun-image-content {
  
    align-items: center;
  
}

#s-43cd5d90-d554-4bfe-8206-f15230d53704 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 50px;
background-color: rgba(239, 231, 225, 1);
}








#s-43cd5d90-d554-4bfe-8206-f15230d53704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43cd5d90-d554-4bfe-8206-f15230d53704.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00740cd3-05b4-4b36-8045-1e28d5e1daef {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00740cd3-05b4-4b36-8045-1e28d5e1daef .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-07fb3d50-552e-405a-bca1-511eaf452ff5 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-07fb3d50-552e-405a-bca1-511eaf452ff5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-07fb3d50-552e-405a-bca1-511eaf452ff5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07fb3d50-552e-405a-bca1-511eaf452ff5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07fb3d50-552e-405a-bca1-511eaf452ff5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07fb3d50-552e-405a-bca1-511eaf452ff5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07fb3d50-552e-405a-bca1-511eaf452ff5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07fb3d50-552e-405a-bca1-511eaf452ff5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-97dc5201-fe71-43f3-98ff-3cb8373812c6 {
  margin-left: 6%;
margin-right: 6%;
padding-left: 0%;
padding-right: 0%;
}

#s-97dc5201-fe71-43f3-98ff-3cb8373812c6 .shogun-icon-wrapper {
  text-align: left;
}


#s-97dc5201-fe71-43f3-98ff-3cb8373812c6 .shogun-icon-wrapper > .shogun-icon {

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

#s-1c617132-0bc9-4e10-b2d2-bd710be948a3 {
  margin-left: -80%;
padding-left: 0%;
padding-right: 0%;
}

#s-98bf6333-f700-4beb-a5ec-dec55de08692 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-98bf6333-f700-4beb-a5ec-dec55de08692"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-98bf6333-f700-4beb-a5ec-dec55de08692"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98bf6333-f700-4beb-a5ec-dec55de08692"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98bf6333-f700-4beb-a5ec-dec55de08692"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98bf6333-f700-4beb-a5ec-dec55de08692"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98bf6333-f700-4beb-a5ec-dec55de08692"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98bf6333-f700-4beb-a5ec-dec55de08692"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-d74f547c-b379-4683-9c22-1d852ed2c6d2 {
  margin-left: 6%;
margin-right: 6%;
padding-left: 0%;
padding-right: 0%;
}

#s-d74f547c-b379-4683-9c22-1d852ed2c6d2 .shogun-icon-wrapper {
  text-align: left;
}


#s-d74f547c-b379-4683-9c22-1d852ed2c6d2 .shogun-icon-wrapper > .shogun-icon {

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

#s-e3247106-4ed1-4a39-a469-f226e7b1a6bb {
  margin-left: -80%;
margin-right: 11%;
}

#s-37c40e3a-6743-4c1f-92c0-0b86c4414573 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-37c40e3a-6743-4c1f-92c0-0b86c4414573"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-37c40e3a-6743-4c1f-92c0-0b86c4414573"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37c40e3a-6743-4c1f-92c0-0b86c4414573"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37c40e3a-6743-4c1f-92c0-0b86c4414573"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37c40e3a-6743-4c1f-92c0-0b86c4414573"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37c40e3a-6743-4c1f-92c0-0b86c4414573"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37c40e3a-6743-4c1f-92c0-0b86c4414573"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-5e688975-5d5f-4fb9-ad8c-bc4fb7d93a36 {
  margin-left: 6%;
margin-right: 6%;
padding-left: 0%;
padding-right: 0%;
}

#s-5e688975-5d5f-4fb9-ad8c-bc4fb7d93a36 .shogun-icon-wrapper {
  text-align: left;
}


#s-5e688975-5d5f-4fb9-ad8c-bc4fb7d93a36 .shogun-icon-wrapper > .shogun-icon {

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

#s-1240653d-4bb7-4cf8-bee9-e49bc5a3d9ca {
  margin-left: -80%;
margin-right: 11%;
}

#s-4c8fe1d8-1b39-4112-998e-182540e94fdd {
  margin-top: 2%;
margin-left: 13%;
margin-bottom: 0%;
margin-right: 13%;
}

#s-ce0d3e4f-555c-4a3c-9be9-4bc15880a079 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce0d3e4f-555c-4a3c-9be9-4bc15880a079 .shogun-heading-component h1 {
  color: rgba(233, 1, 1, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-2e272f6b-d901-4bca-9980-61a46529527e {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2e272f6b-d901-4bca-9980-61a46529527e .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d7465e62-df17-498d-9e9a-7f96a02f402a {
  margin-top: 3%;
margin-bottom: 5%;
padding-top: 7px;
padding-left: 23px;
padding-bottom: 7px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
background-color: rgba(17, 9, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d7465e62-df17-498d-9e9a-7f96a02f402a:hover {background-color: rgba(102, 119, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7465e62-df17-498d-9e9a-7f96a02f402a:active {background-color: rgba(66, 84, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d7465e62-df17-498d-9e9a-7f96a02f402a-btn-wrapper {
    text-align: center;
  }


#s-d7465e62-df17-498d-9e9a-7f96a02f402a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7465e62-df17-498d-9e9a-7f96a02f402a-btn-wrapper {
    text-align: center;
  }


#s-d7465e62-df17-498d-9e9a-7f96a02f402a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7465e62-df17-498d-9e9a-7f96a02f402a-btn-wrapper {
    text-align: center;
  }


#s-d7465e62-df17-498d-9e9a-7f96a02f402a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7465e62-df17-498d-9e9a-7f96a02f402a-btn-wrapper {
    text-align: center;
  }


#s-d7465e62-df17-498d-9e9a-7f96a02f402a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7465e62-df17-498d-9e9a-7f96a02f402a-btn-wrapper {
    text-align: center;
  }


#s-d7465e62-df17-498d-9e9a-7f96a02f402a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-63cccf5f-eb70-4773-97b6-039b28a61357 {
  box-shadow:4px 4px 8px 3px rgba(222, 222, 222, 1);
margin-top: 0%;
margin-bottom: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(214, 198, 181, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-63cccf5f-eb70-4773-97b6-039b28a61357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63cccf5f-eb70-4773-97b6-039b28a61357.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e3180d6-4426-4efe-8fcc-1af004c36b52 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e3180d6-4426-4efe-8fcc-1af004c36b52 .shogun-heading-component h1 {
  color: rgba(17, 9, 58, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-68bb085f-471e-4a9d-8952-39db6c6b54ed {
  text-align: center;
}







  #s-68bb085f-471e-4a9d-8952-39db6c6b54ed img.shogun-image {
    

    
    
    
  }


#s-68bb085f-471e-4a9d-8952-39db6c6b54ed .shogun-image-content {
  
    align-items: center;
  
}

#s-4e62ec86-b98b-407e-a315-0d0afa9d7d69 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 50px;
background-color: rgba(239, 231, 225, 1);
opacity: 1;
}








#s-4e62ec86-b98b-407e-a315-0d0afa9d7d69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e62ec86-b98b-407e-a315-0d0afa9d7d69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15327d02-71ee-4c02-a8c1-eadac0db4c85 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15327d02-71ee-4c02-a8c1-eadac0db4c85 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5e3f61-009a-4aa8-8d57-0d3f22af7533"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-927b56c2-b6fe-42ba-946e-464bca1c7b05 {
  margin-left: 6%;
margin-right: 6%;
padding-left: 0%;
padding-right: 0%;
}

#s-927b56c2-b6fe-42ba-946e-464bca1c7b05 .shogun-icon-wrapper {
  text-align: left;
}


#s-927b56c2-b6fe-42ba-946e-464bca1c7b05 .shogun-icon-wrapper > .shogun-icon {

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

#s-511a1a5c-364a-42c7-8714-48927c660ed6 {
  margin-left: -80%;
margin-right: 14%;
}

#s-c0428504-d50f-420b-90b8-457a80d68adb {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-c0428504-d50f-420b-90b8-457a80d68adb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c0428504-d50f-420b-90b8-457a80d68adb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c0428504-d50f-420b-90b8-457a80d68adb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0428504-d50f-420b-90b8-457a80d68adb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c0428504-d50f-420b-90b8-457a80d68adb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0428504-d50f-420b-90b8-457a80d68adb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c0428504-d50f-420b-90b8-457a80d68adb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-ff86395e-5169-45f0-8910-aa946c8b95c4 {
  margin-left: 6%;
margin-right: 6%;
padding-left: 0%;
padding-right: 0%;
}

#s-ff86395e-5169-45f0-8910-aa946c8b95c4 .shogun-icon-wrapper {
  text-align: left;
}


#s-ff86395e-5169-45f0-8910-aa946c8b95c4 .shogun-icon-wrapper > .shogun-icon {

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

#s-83493af7-f625-49a2-93b0-3891aa57b38c {
  margin-left: -80%;
margin-right: 11%;
}

#s-5ba95592-346d-48ad-9767-8293ff85f90f {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-5ba95592-346d-48ad-9767-8293ff85f90f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5ba95592-346d-48ad-9767-8293ff85f90f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ba95592-346d-48ad-9767-8293ff85f90f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ba95592-346d-48ad-9767-8293ff85f90f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ba95592-346d-48ad-9767-8293ff85f90f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ba95592-346d-48ad-9767-8293ff85f90f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ba95592-346d-48ad-9767-8293ff85f90f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-effcdcd0-dd1f-4f50-af83-ba67c5bf614e {
  margin-left: 6%;
margin-right: 6%;
padding-left: 0%;
padding-right: 0%;
}

#s-effcdcd0-dd1f-4f50-af83-ba67c5bf614e .shogun-icon-wrapper {
  text-align: left;
}


#s-effcdcd0-dd1f-4f50-af83-ba67c5bf614e .shogun-icon-wrapper > .shogun-icon {

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

#s-44bbb2ba-e450-4da6-8f10-15fce1332ae7 {
  margin-left: -80%;
margin-right: 11%;
}

#s-d097ccf7-1e05-4420-8822-b5fdf15cf190 {
  margin-top: 2%;
margin-left: 13%;
margin-bottom: 0%;
margin-right: 13%;
}

#s-507f85e0-d344-4f18-a85c-2cf50993a6fc {
  padding-top: 10px;
padding-bottom: 7px;
text-align: center;
}

#s-507f85e0-d344-4f18-a85c-2cf50993a6fc .shogun-heading-component h1 {
  color: rgba(233, 1, 1, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-4f58c74c-730f-492a-ab25-703a3054337f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4f58c74c-730f-492a-ab25-703a3054337f .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82 {
  margin-top: 3%;
margin-bottom: 6%;
padding-top: 7px;
padding-left: 23px;
padding-bottom: 7px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
background-color: rgba(17, 9, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82:hover {background-color: rgba(102, 119, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82:active {background-color: rgba(66, 84, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82-btn-wrapper {
    text-align: center;
  }


#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82-btn-wrapper {
    text-align: center;
  }


#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82-btn-wrapper {
    text-align: center;
  }


#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82-btn-wrapper {
    text-align: center;
  }


#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82-btn-wrapper {
    text-align: center;
  }


#s-df1b758a-0a8a-40ea-b5eb-c40c2d358a82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-04fc1175-3ac4-4b38-b69d-7829f2a67459 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-04fc1175-3ac4-4b38-b69d-7829f2a67459 {
  display: none;
}
#s-04fc1175-3ac4-4b38-b69d-7829f2a67459, #wrap-s-04fc1175-3ac4-4b38-b69d-7829f2a67459 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04fc1175-3ac4-4b38-b69d-7829f2a67459 {
  display: none;
}
#s-04fc1175-3ac4-4b38-b69d-7829f2a67459, #wrap-s-04fc1175-3ac4-4b38-b69d-7829f2a67459 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04fc1175-3ac4-4b38-b69d-7829f2a67459 {
  display: none;
}
#s-04fc1175-3ac4-4b38-b69d-7829f2a67459, #wrap-s-04fc1175-3ac4-4b38-b69d-7829f2a67459 { display:none !important; }}@media (max-width: 767px){#s-04fc1175-3ac4-4b38-b69d-7829f2a67459 {
  
}
}







#s-04fc1175-3ac4-4b38-b69d-7829f2a67459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04fc1175-3ac4-4b38-b69d-7829f2a67459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17998778-a46b-470c-90f9-29a151571cf1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17998778-a46b-470c-90f9-29a151571cf1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2fa1e58c-f134-48ff-8e29-14a04434bb32 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2fa1e58c-f134-48ff-8e29-14a04434bb32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa1e58c-f134-48ff-8e29-14a04434bb32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa1e58c-f134-48ff-8e29-14a04434bb32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa1e58c-f134-48ff-8e29-14a04434bb32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-a60165dc-6f3d-4518-b80b-89ea461dd800 {
  display: none;
}
#s-00a5e1da-83d7-40eb-aafa-7bbc393344ea {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-00a5e1da-83d7-40eb-aafa-7bbc393344ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00a5e1da-83d7-40eb-aafa-7bbc393344ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6f59050-c931-4dd9-a9f9-101adefd99d4 {
  text-align: center;
}







  img.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
    
    
  }


.s-a6f59050-c931-4dd9-a9f9-101adefd99d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shg-align-container {
  text-align: center
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
    
    
  }


.s-a6f59050-c931-4dd9-a9f9-101adefd99d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shg-align-container {
  text-align: center
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
    
    
  }


.s-a6f59050-c931-4dd9-a9f9-101adefd99d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shg-align-container {
  text-align: center
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
    
    
  }


.s-a6f59050-c931-4dd9-a9f9-101adefd99d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shg-align-container {
  text-align: center
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
    
    
  }


.s-a6f59050-c931-4dd9-a9f9-101adefd99d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shg-align-container {
  text-align: center
}

.s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f59050-c931-4dd9-a9f9-101adefd99d4.shogun-image {
  box-sizing: border-box;
}


}
#s-a9484fbe-28a7-4ad9-bbbb-97504006e469 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9484fbe-28a7-4ad9-bbbb-97504006e469 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 {
  padding-top: 10px;
padding-left: 22%;
padding-bottom: 10px;
padding-right: 22%;
border-radius: 2px;
text-decoration: none;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8-btn-wrapper {
    text-align: center;
  }


#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-variant-btn:hover {
  background: #252525;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-variant-btn:active, #s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c1e1cd1b-d43e-4eb0-8c76-cd0f14bcc9d8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-09f79b29-8de6-455b-a89d-c6621161018e {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-09f79b29-8de6-455b-a89d-c6621161018e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-09f79b29-8de6-455b-a89d-c6621161018e .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 25px;
}

#s-09f79b29-8de6-455b-a89d-c6621161018e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e3915fa-8986-4866-934a-ddee671f089b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0e3915fa-8986-4866-934a-ddee671f089b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e3915fa-8986-4866-934a-ddee671f089b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e3915fa-8986-4866-934a-ddee671f089b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e3915fa-8986-4866-934a-ddee671f089b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e3915fa-8986-4866-934a-ddee671f089b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e3915fa-8986-4866-934a-ddee671f089b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-83f6adf6-b281-46a4-8835-ce515d9e4d52 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-83f6adf6-b281-46a4-8835-ce515d9e4d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83f6adf6-b281-46a4-8835-ce515d9e4d52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3730e0a2-4c70-40bf-969a-adec31a45c29 {
  display: none;
}
#s-3515f0b8-3553-4b4e-ac58-105f598943b6 {
  text-align: center;
}







  img.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
    
    
  }


.s-3515f0b8-3553-4b4e-ac58-105f598943b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shg-align-container {
  text-align: center
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
    
    
  }


.s-3515f0b8-3553-4b4e-ac58-105f598943b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shg-align-container {
  text-align: center
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
    
    
  }


.s-3515f0b8-3553-4b4e-ac58-105f598943b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shg-align-container {
  text-align: center
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
    
    
  }


.s-3515f0b8-3553-4b4e-ac58-105f598943b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shg-align-container {
  text-align: center
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
    
    
  }


.s-3515f0b8-3553-4b4e-ac58-105f598943b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shg-align-container {
  text-align: center
}

.s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515f0b8-3553-4b4e-ac58-105f598943b6.shogun-image {
  box-sizing: border-box;
}


}
#s-3cac0840-b5d8-44b0-9b43-3d73371fd7d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cac0840-b5d8-44b0-9b43-3d73371fd7d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 {
  padding-top: 10px;
padding-left: 22%;
padding-bottom: 10px;
padding-right: 22%;
border-radius: 2px;
text-decoration: none;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c6547e55-ed11-4a74-a4e2-17a62b3343e0-btn-wrapper {
    text-align: center;
  }


#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-variant-btn:hover {
  background: #252525;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-variant-btn:active, #s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c6547e55-ed11-4a74-a4e2-17a62b3343e0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-43dac337-8768-4f89-b38f-350380225b16 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-43dac337-8768-4f89-b38f-350380225b16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-43dac337-8768-4f89-b38f-350380225b16 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 25px;
}

#s-43dac337-8768-4f89-b38f-350380225b16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2adebea4-be34-4200-b54d-12fd58c8536b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2adebea4-be34-4200-b54d-12fd58c8536b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2adebea4-be34-4200-b54d-12fd58c8536b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2adebea4-be34-4200-b54d-12fd58c8536b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2adebea4-be34-4200-b54d-12fd58c8536b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2adebea4-be34-4200-b54d-12fd58c8536b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2adebea4-be34-4200-b54d-12fd58c8536b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c5e29db-47ef-4c30-8e75-0b531939d7c9 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-1c5e29db-47ef-4c30-8e75-0b531939d7c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5e29db-47ef-4c30-8e75-0b531939d7c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e72146b-ca42-42ec-bd81-1f65d43dd944 {
  display: none;
}
#s-cf59d6c1-fef0-4672-aab2-dbeace66c958 {
  text-align: center;
}







  img.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
    
    
  }


.s-cf59d6c1-fef0-4672-aab2-dbeace66c958 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shg-align-container {
  text-align: center
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
    
    
  }


.s-cf59d6c1-fef0-4672-aab2-dbeace66c958 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shg-align-container {
  text-align: center
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
    
    
  }


.s-cf59d6c1-fef0-4672-aab2-dbeace66c958 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shg-align-container {
  text-align: center
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
    
    
  }


.s-cf59d6c1-fef0-4672-aab2-dbeace66c958 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shg-align-container {
  text-align: center
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
    
    
  }


.s-cf59d6c1-fef0-4672-aab2-dbeace66c958 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shg-align-container {
  text-align: center
}

.s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf59d6c1-fef0-4672-aab2-dbeace66c958.shogun-image {
  box-sizing: border-box;
}


}
#s-ecfc6e80-1828-462f-b10c-662972825311 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecfc6e80-1828-462f-b10c-662972825311 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 {
  padding-top: 10px;
padding-left: 22%;
padding-bottom: 10px;
padding-right: 22%;
border-radius: 2px;
text-decoration: none;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55-btn-wrapper {
    text-align: center;
  }


#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-variant-btn:hover {
  background: #252525;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-variant-btn:active, #s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e1a9d3a2-1dd2-44a4-954a-c391c0fa7d55 .shg-variant-btn.disabled {
  background: #252525;
}

#s-8c640478-38ba-4e6a-8e5b-1da9865cd1d5 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-8c640478-38ba-4e6a-8e5b-1da9865cd1d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8c640478-38ba-4e6a-8e5b-1da9865cd1d5 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 25px;
}

#s-8c640478-38ba-4e6a-8e5b-1da9865cd1d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-96479bb4-5aa7-406b-a69f-87095320eb4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-96479bb4-5aa7-406b-a69f-87095320eb4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96479bb4-5aa7-406b-a69f-87095320eb4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96479bb4-5aa7-406b-a69f-87095320eb4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96479bb4-5aa7-406b-a69f-87095320eb4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96479bb4-5aa7-406b-a69f-87095320eb4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-96479bb4-5aa7-406b-a69f-87095320eb4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
