.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-0eeb289b-dc78-4f7a-99a2-f9d15d5703d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(115, 168, 160, 1);
}

#s-0eeb289b-dc78-4f7a-99a2-f9d15d5703d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

@media (min-width: 0px) {
[id="s-b40d2eb8-06cf-4f2c-9677-590c313fe13e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b40d2eb8-06cf-4f2c-9677-590c313fe13e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b40d2eb8-06cf-4f2c-9677-590c313fe13e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b40d2eb8-06cf-4f2c-9677-590c313fe13e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a46e7612-4c79-4a8b-bae7-7dbcf9c8ba85 {
  padding-top: 30%;
padding-left: 10%;
padding-bottom: 30%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a46e7612-4c79-4a8b-bae7-7dbcf9c8ba85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a46e7612-4c79-4a8b-bae7-7dbcf9c8ba85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a46e7612-4c79-4a8b-bae7-7dbcf9c8ba85 {
  
}
}@media (max-width: 767px){#s-a46e7612-4c79-4a8b-bae7-7dbcf9c8ba85 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-a46e7612-4c79-4a8b-bae7-7dbcf9c8ba85 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a46e7612-4c79-4a8b-bae7-7dbcf9c8ba85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a080b60-d641-4b37-bc38-2cec458840b3 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-4a080b60-d641-4b37-bc38-2cec458840b3 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-27674120-ee8b-4e92-a193-aa076605c9f4 {
  min-height: 20px;
max-width: 100px;
}








#s-27674120-ee8b-4e92-a193-aa076605c9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27674120-ee8b-4e92-a193-aa076605c9f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-9abd1f91-439e-40fe-b399-b2d0a91517d1 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-9abd1f91-439e-40fe-b399-b2d0a91517d1 hr {
  border-top: 2px solid #ddd;
}

.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-619a5da8-1f5e-4c04-812e-b41c2c293b85 {
  background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 670px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-619a5da8-1f5e-4c04-812e-b41c2c293b85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-619a5da8-1f5e-4c04-812e-b41c2c293b85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-619a5da8-1f5e-4c04-812e-b41c2c293b85 {
  
}
}@media (max-width: 767px){#s-619a5da8-1f5e-4c04-812e-b41c2c293b85 {
  
}
}







#s-619a5da8-1f5e-4c04-812e-b41c2c293b85 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-619a5da8-1f5e-4c04-812e-b41c2c293b85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9756bfa0-b4dd-4561-9319-dfcc794be16b {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9756bfa0-b4dd-4561-9319-dfcc794be16b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9756bfa0-b4dd-4561-9319-dfcc794be16b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9997fffe-3e66-4fd2-8c11-174e2858f349 {
  margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9997fffe-3e66-4fd2-8c11-174e2858f349 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c6c2ceea-9368-4cb7-bc04-9825f04303e6 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c6c2ceea-9368-4cb7-bc04-9825f04303e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6c2ceea-9368-4cb7-bc04-9825f04303e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6c2ceea-9368-4cb7-bc04-9825f04303e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6c2ceea-9368-4cb7-bc04-9825f04303e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-ff85d14a-741e-45de-acd1-1c3ce26d241f {
  text-align: left;
}



.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff85d14a-741e-45de-acd1-1c3ce26d241f img.shogun-image {
  width: 100%;
}



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

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

#s-d710e795-5a8c-4ddd-ab10-959a5db1900f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d710e795-5a8c-4ddd-ab10-959a5db1900f .shg-product-title-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5e53a594-4b4f-4fe7-8a5e-6d1a10bae129 {
  text-align: center;
}

#s-5e53a594-4b4f-4fe7-8a5e-6d1a10bae129 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5e53a594-4b4f-4fe7-8a5e-6d1a10bae129 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-5e53a594-4b4f-4fe7-8a5e-6d1a10bae129 .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-a9b78fbc-80b1-4454-9a70-d44ccc874bb1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9b78fbc-80b1-4454-9a70-d44ccc874bb1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9b78fbc-80b1-4454-9a70-d44ccc874bb1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9b78fbc-80b1-4454-9a70-d44ccc874bb1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9b78fbc-80b1-4454-9a70-d44ccc874bb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9b78fbc-80b1-4454-9a70-d44ccc874bb1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-a9b78fbc-80b1-4454-9a70-d44ccc874bb1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-051db601-0a23-4d0f-9195-96da37d7a7d0 {
  text-align: left;
}



.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051db601-0a23-4d0f-9195-96da37d7a7d0 img.shogun-image {
  width: 100%;
}



}
#s-75cdc3ba-e476-40a0-bf97-d98e5245b373 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75cdc3ba-e476-40a0-bf97-d98e5245b373 .shg-product-title-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a77d0fe2-c472-472b-8125-4b5bd40456cf {
  text-align: center;
}

#s-a77d0fe2-c472-472b-8125-4b5bd40456cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a77d0fe2-c472-472b-8125-4b5bd40456cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-a77d0fe2-c472-472b-8125-4b5bd40456cf .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-163ec917-6645-465e-97ba-40d528514922 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-163ec917-6645-465e-97ba-40d528514922:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-163ec917-6645-465e-97ba-40d528514922:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-163ec917-6645-465e-97ba-40d528514922 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-163ec917-6645-465e-97ba-40d528514922.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-163ec917-6645-465e-97ba-40d528514922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-163ec917-6645-465e-97ba-40d528514922.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c {
  text-align: left;
}



.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d6321dc-f6a4-4f41-af03-08d0526fd08c img.shogun-image {
  width: 100%;
}



}
#s-e9ddc080-08bc-4788-8f40-cfca006d4384 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9ddc080-08bc-4788-8f40-cfca006d4384 .shg-product-title-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f82cb576-30d1-4a10-9141-af70085aee8b {
  text-align: center;
}

#s-f82cb576-30d1-4a10-9141-af70085aee8b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f82cb576-30d1-4a10-9141-af70085aee8b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-f82cb576-30d1-4a10-9141-af70085aee8b .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-5f269124-3f1b-49d5-931c-b9d5ea04407b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f269124-3f1b-49d5-931c-b9d5ea04407b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f269124-3f1b-49d5-931c-b9d5ea04407b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f269124-3f1b-49d5-931c-b9d5ea04407b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f269124-3f1b-49d5-931c-b9d5ea04407b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f269124-3f1b-49d5-931c-b9d5ea04407b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-5f269124-3f1b-49d5-931c-b9d5ea04407b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b8cc57ff-f36e-42eb-9e10-f4752c06b8e9 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b8cc57ff-f36e-42eb-9e10-f4752c06b8e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8cc57ff-f36e-42eb-9e10-f4752c06b8e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8cc57ff-f36e-42eb-9e10-f4752c06b8e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8cc57ff-f36e-42eb-9e10-f4752c06b8e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b05d35b3-3f2c-4863-937a-8780af24d49d {
  text-align: left;
}



.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05d35b3-3f2c-4863-937a-8780af24d49d img.shogun-image {
  width: 100%;
}



}
#s-0164b0bb-9ec6-4a66-9723-c441677550c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0164b0bb-9ec6-4a66-9723-c441677550c6 .shg-product-title-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b164bb6e-6c9b-4ea9-b38d-cf6be2f81459 {
  text-align: center;
}

#s-b164bb6e-6c9b-4ea9-b38d-cf6be2f81459 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b164bb6e-6c9b-4ea9-b38d-cf6be2f81459 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-b164bb6e-6c9b-4ea9-b38d-cf6be2f81459 .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-4861502c-3878-45a0-a880-9840718ef614 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4861502c-3878-45a0-a880-9840718ef614:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4861502c-3878-45a0-a880-9840718ef614:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4861502c-3878-45a0-a880-9840718ef614 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4861502c-3878-45a0-a880-9840718ef614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4861502c-3878-45a0-a880-9840718ef614.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-4861502c-3878-45a0-a880-9840718ef614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 {
  text-align: left;
}



.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5352e7-e3d2-4d6a-8aba-e0dce8cbc2b7 img.shogun-image {
  width: 100%;
}



}
#s-8120744a-2698-4986-9b02-cfcecb798e97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8120744a-2698-4986-9b02-cfcecb798e97 .shg-product-title-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0f1e8e66-629f-4d33-b406-fd91e02bef00 {
  text-align: center;
}

#s-0f1e8e66-629f-4d33-b406-fd91e02bef00 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0f1e8e66-629f-4d33-b406-fd91e02bef00 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-0f1e8e66-629f-4d33-b406-fd91e02bef00 .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-d972ce1b-a62e-4ecf-adc0-be2d78b5bd05 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d972ce1b-a62e-4ecf-adc0-be2d78b5bd05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d972ce1b-a62e-4ecf-adc0-be2d78b5bd05:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d972ce1b-a62e-4ecf-adc0-be2d78b5bd05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d972ce1b-a62e-4ecf-adc0-be2d78b5bd05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d972ce1b-a62e-4ecf-adc0-be2d78b5bd05.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-d972ce1b-a62e-4ecf-adc0-be2d78b5bd05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-f3b04be9-ba3f-4813-b4d2-8e3db0eed10a {
  display: none;
}
#s-f3b04be9-ba3f-4813-b4d2-8e3db0eed10a, #wrap-s-f3b04be9-ba3f-4813-b4d2-8e3db0eed10a { display: none !important; }}@media (max-width: 767px){#s-f3b04be9-ba3f-4813-b4d2-8e3db0eed10a {
  display: none;
}
#s-f3b04be9-ba3f-4813-b4d2-8e3db0eed10a, #wrap-s-f3b04be9-ba3f-4813-b4d2-8e3db0eed10a { display: none !important; }}
#s-f3b04be9-ba3f-4813-b4d2-8e3db0eed10a hr {
  border-top: 2px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 {
  text-align: left;
}



.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6689a707-0e85-4bcb-b57a-1f7073897bb3 img.shogun-image {
  width: 100%;
}



}
#s-38bf062b-da3a-476a-ac86-a5ab018c5cb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38bf062b-da3a-476a-ac86-a5ab018c5cb1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

.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-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .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-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .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-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9-btn-wrapper {
    text-align: center;
  }


#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-variant-btn:hover {
  background: #252525;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-variant-btn:active, #s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f0ab72ce-9477-42a6-9958-fe7f4c6725f9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f6fee194-1868-4f49-bdcb-40deb0967def {
  text-align: center;
}

#s-f6fee194-1868-4f49-bdcb-40deb0967def .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f6fee194-1868-4f49-bdcb-40deb0967def .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-f6fee194-1868-4f49-bdcb-40deb0967def .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-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1531ac4a-0da9-4c6b-81f3-0e27bd49d5da.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-47f6bafd-ba91-4737-8a47-666a26740689 {
  text-align: left;
}



.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f6bafd-ba91-4737-8a47-666a26740689 img.shogun-image {
  width: 100%;
}



}
#s-6610c478-827d-4fdc-826c-b9ce35ae5070 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6610c478-827d-4fdc-826c-b9ce35ae5070 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .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-67833a22-9005-446e-9e25-7a5d7320fb8c .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-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-67833a22-9005-446e-9e25-7a5d7320fb8c-btn-wrapper {
    text-align: center;
  }


#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-variant-btn:hover {
  background: #252525;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-variant-btn:active, #s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-67833a22-9005-446e-9e25-7a5d7320fb8c .shg-variant-btn.disabled {
  background: #252525;
}

#s-99190c29-ab82-483a-ae57-2f3f76306c41 {
  text-align: center;
}

#s-99190c29-ab82-483a-ae57-2f3f76306c41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-99190c29-ab82-483a-ae57-2f3f76306c41 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-99190c29-ab82-483a-ae57-2f3f76306c41 .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-0f8a3ff4-a902-4491-8d3d-286f77e48b0b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0f8a3ff4-a902-4491-8d3d-286f77e48b0b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f8a3ff4-a902-4491-8d3d-286f77e48b0b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f8a3ff4-a902-4491-8d3d-286f77e48b0b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f8a3ff4-a902-4491-8d3d-286f77e48b0b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f8a3ff4-a902-4491-8d3d-286f77e48b0b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-0f8a3ff4-a902-4491-8d3d-286f77e48b0b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0f8a3ff4-a902-4491-8d3d-286f77e48b0b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 {
  text-align: left;
}



.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d167d78-d30d-4fdd-805f-cdd6eb155bf7 img.shogun-image {
  width: 100%;
}



}
#s-61d51695-7d7a-4cba-9d0e-083a7281e0c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61d51695-7d7a-4cba-9d0e-083a7281e0c5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7b7f5402-2ef0-4f7f-85ce-f7cf3faf2475 {
  text-align: center;
}

#s-7b7f5402-2ef0-4f7f-85ce-f7cf3faf2475 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7b7f5402-2ef0-4f7f-85ce-f7cf3faf2475 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b7f5402-2ef0-4f7f-85ce-f7cf3faf2475 .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-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41cf23e0-1a9f-43f4-8f7b-5590e00a7b22.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 {
  text-align: left;
}



.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0feab60-a63e-4d73-96dd-ca291a8e1c05 img.shogun-image {
  width: 100%;
}



}
#s-95999e34-1e66-43cd-acd2-cb6e427054fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95999e34-1e66-43cd-acd2-cb6e427054fe .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-60f6ee19-8d92-4578-bab1-402e1037ca0c {
  text-align: center;
}

#s-60f6ee19-8d92-4578-bab1-402e1037ca0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-60f6ee19-8d92-4578-bab1-402e1037ca0c .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-60f6ee19-8d92-4578-bab1-402e1037ca0c .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-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e609c6c1-4bb2-42c7-87e7-65bd8ba721c2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-95945322-6fb7-4c50-8093-346d4c546f51 {
  text-align: left;
}



.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95945322-6fb7-4c50-8093-346d4c546f51 img.shogun-image {
  width: 100%;
}



}
#s-de99869b-c844-4c88-8ac6-7837d0196e83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de99869b-c844-4c88-8ac6-7837d0196e83 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-062f6b30-1c7a-43ec-be6d-2a79f58e72fb {
  text-align: center;
}

#s-062f6b30-1c7a-43ec-be6d-2a79f58e72fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-062f6b30-1c7a-43ec-be6d-2a79f58e72fb .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-062f6b30-1c7a-43ec-be6d-2a79f58e72fb .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-0948f0ba-f1e6-4469-92c7-3d6817ceab40 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0948f0ba-f1e6-4469-92c7-3d6817ceab40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0948f0ba-f1e6-4469-92c7-3d6817ceab40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0948f0ba-f1e6-4469-92c7-3d6817ceab40 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0948f0ba-f1e6-4469-92c7-3d6817ceab40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0948f0ba-f1e6-4469-92c7-3d6817ceab40.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-0948f0ba-f1e6-4469-92c7-3d6817ceab40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0948f0ba-f1e6-4469-92c7-3d6817ceab40.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-04545c1f-b1b0-4215-87de-68a1df82e587 {
  text-align: left;
}



.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04545c1f-b1b0-4215-87de-68a1df82e587 img.shogun-image {
  width: 100%;
}



}
#s-98526d93-81fb-4313-b694-6aa54dccc609 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98526d93-81fb-4313-b694-6aa54dccc609 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bba62b3c-bde7-4981-9bb1-b9356e40c981 {
  text-align: center;
}

#s-bba62b3c-bde7-4981-9bb1-b9356e40c981 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bba62b3c-bde7-4981-9bb1-b9356e40c981 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-bba62b3c-bde7-4981-9bb1-b9356e40c981 .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-6a88e69d-9dc4-4e5f-82ac-baf49e363247 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6a88e69d-9dc4-4e5f-82ac-baf49e363247:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a88e69d-9dc4-4e5f-82ac-baf49e363247:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a88e69d-9dc4-4e5f-82ac-baf49e363247 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a88e69d-9dc4-4e5f-82ac-baf49e363247.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a88e69d-9dc4-4e5f-82ac-baf49e363247.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-6a88e69d-9dc4-4e5f-82ac-baf49e363247.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6a88e69d-9dc4-4e5f-82ac-baf49e363247.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 {
  text-align: left;
}



.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c68e1aee-fe88-41c1-bc8e-dd9ebaffdf62 img.shogun-image {
  width: 100%;
}



}
#s-a5b26b28-0ede-47e0-acee-e9ba00fd4d5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5b26b28-0ede-47e0-acee-e9ba00fd4d5e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6e7e8e31-c46c-480c-9262-1c8329342abe {
  text-align: center;
}

#s-6e7e8e31-c46c-480c-9262-1c8329342abe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6e7e8e31-c46c-480c-9262-1c8329342abe .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-6e7e8e31-c46c-480c-9262-1c8329342abe .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-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41a77f95-8c1c-4583-8bb1-3e7d19a0e77f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f259c505-f57c-4d8d-bf7e-39e97afb724e {
  text-align: left;
}



.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f259c505-f57c-4d8d-bf7e-39e97afb724e img.shogun-image {
  width: 100%;
}



}
#s-3208ae40-143f-4b00-819b-c8f0b8451a9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3208ae40-143f-4b00-819b-c8f0b8451a9d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ce431498-fc28-4512-83de-3165a9168f72 {
  text-align: center;
}

#s-ce431498-fc28-4512-83de-3165a9168f72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ce431498-fc28-4512-83de-3165a9168f72 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce431498-fc28-4512-83de-3165a9168f72 .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-ca1438cc-a874-46e0-aa32-8ee72d7203fb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ca1438cc-a874-46e0-aa32-8ee72d7203fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca1438cc-a874-46e0-aa32-8ee72d7203fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca1438cc-a874-46e0-aa32-8ee72d7203fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca1438cc-a874-46e0-aa32-8ee72d7203fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca1438cc-a874-46e0-aa32-8ee72d7203fb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-ca1438cc-a874-46e0-aa32-8ee72d7203fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca1438cc-a874-46e0-aa32-8ee72d7203fb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6832c524-ac56-42cc-826a-e5778e935abf {
  text-align: left;
}



.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6832c524-ac56-42cc-826a-e5778e935abf img.shogun-image {
  width: 100%;
}



}
#s-d8069d91-23c5-4dc1-83af-464c1f100aab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8069d91-23c5-4dc1-83af-464c1f100aab .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-135fc030-2f14-4596-bfff-fa2725a4c1ad {
  text-align: center;
}

#s-135fc030-2f14-4596-bfff-fa2725a4c1ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-135fc030-2f14-4596-bfff-fa2725a4c1ad .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-135fc030-2f14-4596-bfff-fa2725a4c1ad .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-b47e1f14-5996-433d-9a7e-0ecb13f1e52d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b47e1f14-5996-433d-9a7e-0ecb13f1e52d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b47e1f14-5996-433d-9a7e-0ecb13f1e52d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b47e1f14-5996-433d-9a7e-0ecb13f1e52d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b47e1f14-5996-433d-9a7e-0ecb13f1e52d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b47e1f14-5996-433d-9a7e-0ecb13f1e52d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-b47e1f14-5996-433d-9a7e-0ecb13f1e52d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b47e1f14-5996-433d-9a7e-0ecb13f1e52d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-524ad983-4731-4658-976d-0025d83d19a8 {
  text-align: left;
}



.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-524ad983-4731-4658-976d-0025d83d19a8 img.shogun-image {
  width: 100%;
}



}
#s-86bb8c07-2ce3-4aee-a8dd-2893798a58c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86bb8c07-2ce3-4aee-a8dd-2893798a58c5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a4f26115-acc4-4184-9edc-90424aab6e1f {
  text-align: center;
}

#s-a4f26115-acc4-4184-9edc-90424aab6e1f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a4f26115-acc4-4184-9edc-90424aab6e1f .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4f26115-acc4-4184-9edc-90424aab6e1f .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-075d87ce-668d-46bb-b1aa-561343c72e2d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-075d87ce-668d-46bb-b1aa-561343c72e2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-075d87ce-668d-46bb-b1aa-561343c72e2d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-075d87ce-668d-46bb-b1aa-561343c72e2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-075d87ce-668d-46bb-b1aa-561343c72e2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-075d87ce-668d-46bb-b1aa-561343c72e2d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-075d87ce-668d-46bb-b1aa-561343c72e2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-075d87ce-668d-46bb-b1aa-561343c72e2d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a9afef95-aa14-436b-9832-84de9a9991ef {
  text-align: left;
}



.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9afef95-aa14-436b-9832-84de9a9991ef img.shogun-image {
  width: 100%;
}



}
#s-2b98e60f-a265-472a-909c-8c56979ed0b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b98e60f-a265-472a-909c-8c56979ed0b6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8bda657c-23d3-4d02-81ea-825c9318a457 {
  text-align: center;
}

#s-8bda657c-23d3-4d02-81ea-825c9318a457 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8bda657c-23d3-4d02-81ea-825c9318a457 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-8bda657c-23d3-4d02-81ea-825c9318a457 .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-727fb9ef-4969-4f03-bd9c-70702584c129 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-727fb9ef-4969-4f03-bd9c-70702584c129:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-727fb9ef-4969-4f03-bd9c-70702584c129:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-727fb9ef-4969-4f03-bd9c-70702584c129 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-727fb9ef-4969-4f03-bd9c-70702584c129.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-727fb9ef-4969-4f03-bd9c-70702584c129.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-727fb9ef-4969-4f03-bd9c-70702584c129.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-727fb9ef-4969-4f03-bd9c-70702584c129.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f {
  text-align: left;
}



.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fffbd41-2cbd-4dd2-a173-fb4359deee1f img.shogun-image {
  width: 100%;
}



}
#s-bf4e3e08-9702-46bb-b31b-a7b3b3cbe37f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf4e3e08-9702-46bb-b31b-a7b3b3cbe37f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-db7de77b-2896-4bc2-8327-06ab2cecf05b {
  text-align: center;
}

#s-db7de77b-2896-4bc2-8327-06ab2cecf05b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-db7de77b-2896-4bc2-8327-06ab2cecf05b .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-db7de77b-2896-4bc2-8327-06ab2cecf05b .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-cb24941f-1ec1-492d-9f1c-c3a1f3521871 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cb24941f-1ec1-492d-9f1c-c3a1f3521871:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb24941f-1ec1-492d-9f1c-c3a1f3521871:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb24941f-1ec1-492d-9f1c-c3a1f3521871 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb24941f-1ec1-492d-9f1c-c3a1f3521871.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb24941f-1ec1-492d-9f1c-c3a1f3521871.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-cb24941f-1ec1-492d-9f1c-c3a1f3521871.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cb24941f-1ec1-492d-9f1c-c3a1f3521871.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3d4d2ffa-fb21-4ace-96de-767edc906846 {
  text-align: left;
}



.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d4d2ffa-fb21-4ace-96de-767edc906846 img.shogun-image {
  width: 100%;
}



}
#s-29ca7296-3d1a-4729-9f65-fb2a7f3a45c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29ca7296-3d1a-4729-9f65-fb2a7f3a45c7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6dd67748-1b69-421c-a002-f297ce5fad3c {
  text-align: center;
}

#s-6dd67748-1b69-421c-a002-f297ce5fad3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6dd67748-1b69-421c-a002-f297ce5fad3c .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-6dd67748-1b69-421c-a002-f297ce5fad3c .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-f30d8713-781d-4c19-ac90-23f5aa6cbdfb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f30d8713-781d-4c19-ac90-23f5aa6cbdfb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f30d8713-781d-4c19-ac90-23f5aa6cbdfb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f30d8713-781d-4c19-ac90-23f5aa6cbdfb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f30d8713-781d-4c19-ac90-23f5aa6cbdfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f30d8713-781d-4c19-ac90-23f5aa6cbdfb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-f30d8713-781d-4c19-ac90-23f5aa6cbdfb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f30d8713-781d-4c19-ac90-23f5aa6cbdfb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-65090497-3023-43ff-95ae-1aee9e350574 {
  text-align: left;
}



.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65090497-3023-43ff-95ae-1aee9e350574 img.shogun-image {
  width: 100%;
}



}
#s-a96d2e39-0b79-40ff-ab06-35d3640812f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a96d2e39-0b79-40ff-ab06-35d3640812f9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-015e5ca3-5014-4da9-bbd0-5edc55117b57 {
  text-align: center;
}

#s-015e5ca3-5014-4da9-bbd0-5edc55117b57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-015e5ca3-5014-4da9-bbd0-5edc55117b57 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-015e5ca3-5014-4da9-bbd0-5edc55117b57 .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-082500b5-1fff-47de-814b-2c6f1320590b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-082500b5-1fff-47de-814b-2c6f1320590b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-082500b5-1fff-47de-814b-2c6f1320590b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-082500b5-1fff-47de-814b-2c6f1320590b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-082500b5-1fff-47de-814b-2c6f1320590b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-082500b5-1fff-47de-814b-2c6f1320590b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-082500b5-1fff-47de-814b-2c6f1320590b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-082500b5-1fff-47de-814b-2c6f1320590b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-285360ab-2c9a-4355-916a-232307181ea6 {
  text-align: left;
}



.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285360ab-2c9a-4355-916a-232307181ea6 img.shogun-image {
  width: 100%;
}



}
#s-0a9e88de-80ac-4e03-9a09-2ce88af6f762 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a9e88de-80ac-4e03-9a09-2ce88af6f762 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c055fa7e-551f-4b62-958c-7947e198453e {
  text-align: center;
}

#s-c055fa7e-551f-4b62-958c-7947e198453e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c055fa7e-551f-4b62-958c-7947e198453e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-c055fa7e-551f-4b62-958c-7947e198453e .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-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e83c9a4-9ebc-4a97-84ba-410b2708ddb6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-53ae0052-1a06-4c60-a847-fa588dfc510b {
  text-align: left;
}



.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53ae0052-1a06-4c60-a847-fa588dfc510b img.shogun-image {
  width: 100%;
}



}
#s-3773ff5f-8ac3-4f04-98cf-b2575992ad83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3773ff5f-8ac3-4f04-98cf-b2575992ad83 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b2774baf-d679-40ae-84b1-77a03a598ecc {
  text-align: center;
}

#s-b2774baf-d679-40ae-84b1-77a03a598ecc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b2774baf-d679-40ae-84b1-77a03a598ecc .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-b2774baf-d679-40ae-84b1-77a03a598ecc .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-6b4378b4-a784-4f23-be09-7fe9e3820c9b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6b4378b4-a784-4f23-be09-7fe9e3820c9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b4378b4-a784-4f23-be09-7fe9e3820c9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b4378b4-a784-4f23-be09-7fe9e3820c9b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b4378b4-a784-4f23-be09-7fe9e3820c9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b4378b4-a784-4f23-be09-7fe9e3820c9b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-6b4378b4-a784-4f23-be09-7fe9e3820c9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6b4378b4-a784-4f23-be09-7fe9e3820c9b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f6480845-f9fe-4a1f-96dc-d26734210efc {
  text-align: left;
}



.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6480845-f9fe-4a1f-96dc-d26734210efc img.shogun-image {
  width: 100%;
}



}
#s-005f2153-9e99-423b-912e-0d6ea4e00a4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-005f2153-9e99-423b-912e-0d6ea4e00a4b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a74c3b59-1f9c-4242-a0e1-b0cc8b7ba3d5 {
  text-align: center;
}

#s-a74c3b59-1f9c-4242-a0e1-b0cc8b7ba3d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a74c3b59-1f9c-4242-a0e1-b0cc8b7ba3d5 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-a74c3b59-1f9c-4242-a0e1-b0cc8b7ba3d5 .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-81955797-8ac4-4fab-bec2-fd9ee7763007 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-81955797-8ac4-4fab-bec2-fd9ee7763007:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81955797-8ac4-4fab-bec2-fd9ee7763007:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81955797-8ac4-4fab-bec2-fd9ee7763007 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81955797-8ac4-4fab-bec2-fd9ee7763007.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81955797-8ac4-4fab-bec2-fd9ee7763007.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-81955797-8ac4-4fab-bec2-fd9ee7763007.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81955797-8ac4-4fab-bec2-fd9ee7763007.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 {
  text-align: left;
}



.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47ab159f-8cc8-4f19-8e49-41c87d7a0d97 img.shogun-image {
  width: 100%;
}



}
#s-2f5261ea-cbe1-493f-a020-6e73503dad3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f5261ea-cbe1-493f-a020-6e73503dad3e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a0142ac1-71e2-4aa2-ae37-0545dc860321 {
  text-align: center;
}

#s-a0142ac1-71e2-4aa2-ae37-0545dc860321 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a0142ac1-71e2-4aa2-ae37-0545dc860321 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0142ac1-71e2-4aa2-ae37-0545dc860321 .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-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b424aa48-f4a1-41f4-a5d1-4b5dafb5935d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 {
  text-align: left;
}



.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb7a43a-c7f6-4658-aef2-ce81d26b1ea2 img.shogun-image {
  width: 100%;
}



}
#s-53de204b-52ea-4e52-bcf1-5e99b59069d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53de204b-52ea-4e52-bcf1-5e99b59069d8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .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-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .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-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53-btn-wrapper {
    text-align: center;
  }


#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-variant-btn:hover {
  background: #252525;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-variant-btn:active, #s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-26f2c20f-74ab-4beb-9797-c9dbfebe5c53 .shg-variant-btn.disabled {
  background: #252525;
}

#s-00833c30-7937-49e8-8a61-2731189998f4 {
  text-align: center;
}

#s-00833c30-7937-49e8-8a61-2731189998f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-00833c30-7937-49e8-8a61-2731189998f4 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-00833c30-7937-49e8-8a61-2731189998f4 .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-9029c2ef-d42f-488f-8a25-aeb943f90cb5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9029c2ef-d42f-488f-8a25-aeb943f90cb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9029c2ef-d42f-488f-8a25-aeb943f90cb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9029c2ef-d42f-488f-8a25-aeb943f90cb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9029c2ef-d42f-488f-8a25-aeb943f90cb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9029c2ef-d42f-488f-8a25-aeb943f90cb5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-9029c2ef-d42f-488f-8a25-aeb943f90cb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9029c2ef-d42f-488f-8a25-aeb943f90cb5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 {
  text-align: left;
}



.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74f2925-3c1b-4110-b6c0-c2c62ea852c8 img.shogun-image {
  width: 100%;
}



}
#s-8d37c330-b423-4e6d-98ed-1c65f277f652 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d37c330-b423-4e6d-98ed-1c65f277f652 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .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-fca3469d-6e3e-47ed-b89c-32283f599bea .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-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fca3469d-6e3e-47ed-b89c-32283f599bea-btn-wrapper {
    text-align: center;
  }


#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-variant-btn:hover {
  background: #252525;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-variant-btn:active, #s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fca3469d-6e3e-47ed-b89c-32283f599bea .shg-variant-btn.disabled {
  background: #252525;
}

#s-f93dbf3f-d053-4ea5-b18d-696948e50b97 {
  text-align: center;
}

#s-f93dbf3f-d053-4ea5-b18d-696948e50b97 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f93dbf3f-d053-4ea5-b18d-696948e50b97 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-f93dbf3f-d053-4ea5-b18d-696948e50b97 .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-79761546-3ed9-4003-b67d-759c5c7f631b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-79761546-3ed9-4003-b67d-759c5c7f631b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79761546-3ed9-4003-b67d-759c5c7f631b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79761546-3ed9-4003-b67d-759c5c7f631b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79761546-3ed9-4003-b67d-759c5c7f631b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79761546-3ed9-4003-b67d-759c5c7f631b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-79761546-3ed9-4003-b67d-759c5c7f631b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-79761546-3ed9-4003-b67d-759c5c7f631b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 {
  text-align: left;
}



.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f5b052-44a2-49f7-9c45-ace6c84920e9 img.shogun-image {
  width: 100%;
}



}
#s-ba54d989-3dc7-401e-8ab2-7c3b72af8e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba54d989-3dc7-401e-8ab2-7c3b72af8e4b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .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-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .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-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4-btn-wrapper {
    text-align: center;
  }


#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-variant-btn:hover {
  background: #252525;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-variant-btn:active, #s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3ecc66a1-8a05-4eda-86f7-e41b47a398b4 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3ab20413-a548-4c20-bf8e-65e483a3e249 {
  text-align: center;
}

#s-3ab20413-a548-4c20-bf8e-65e483a3e249 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3ab20413-a548-4c20-bf8e-65e483a3e249 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ab20413-a548-4c20-bf8e-65e483a3e249 .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-75e57c5f-9ce6-4e7c-a769-4fa50c919b57 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #2C2A34;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-75e57c5f-9ce6-4e7c-a769-4fa50c919b57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75e57c5f-9ce6-4e7c-a769-4fa50c919b57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75e57c5f-9ce6-4e7c-a769-4fa50c919b57 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75e57c5f-9ce6-4e7c-a769-4fa50c919b57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75e57c5f-9ce6-4e7c-a769-4fa50c919b57.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-75e57c5f-9ce6-4e7c-a769-4fa50c919b57.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-75e57c5f-9ce6-4e7c-a769-4fa50c919b57.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d6b72daa-b43b-40ea-a292-06c3abcbc38d {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 300px;
background-color: rgba(245, 238, 227, 1);
}








#s-d6b72daa-b43b-40ea-a292-06c3abcbc38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b72daa-b43b-40ea-a292-06c3abcbc38d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f503706f-1c20-4d40-bcab-e1a63bc5199b {
  margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f503706f-1c20-4d40-bcab-e1a63bc5199b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2ded08dc-deac-4a74-976e-77bffb3a61f0 {
  margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-195a4318-30ae-44dd-853d-544a17c26412 {
  text-align: center;
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 {
  max-width:  100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  width: 100%;
}



.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 {
  max-width:  100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  width: 100%;
}



.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 {
  max-width:  100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  width: 100%;
}



.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 {
  max-width:  100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  width: 100%;
}



.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 {
  max-width:  100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  width: 100%;
}



.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 .shg-image-zoom,
.shg-c#s-195a4318-30ae-44dd-853d-544a17c26412 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-6d34d3ff-f446-41cf-93ac-d6b2e6d3b4c7 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6d34d3ff-f446-41cf-93ac-d6b2e6d3b4c7 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: ;
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 16px;
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 .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-47c81460-8ad6-490f-8b19-a38a1f4ca535 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .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-47c81460-8ad6-490f-8b19-a38a1f4ca535 .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-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-47c81460-8ad6-490f-8b19-a38a1f4ca535-btn-wrapper {
    text-align: center;
  }


#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-variant-btn:hover {
  background: #252525;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-variant-btn:active, #s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-47c81460-8ad6-490f-8b19-a38a1f4ca535 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016:hover {background-color: rgba(244, 177, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


  #s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bab04f85-7646-4aeb-af64-004e506b3a34 {
  margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 {
  text-align: center;
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 {
  max-width:  100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 {
  max-width:  100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 {
  max-width:  100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 {
  max-width:  100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 {
  max-width:  100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 .shg-image-zoom,
.shg-c#s-7a311fc9-34d5-4c64-a34b-70e460d8b7a3 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-fb6c4ef2-6794-4c8a-ac21-baf1d7378845 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fb6c4ef2-6794-4c8a-ac21-baf1d7378845 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: ;
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 16px;
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 .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-ede3fd30-5cd3-42ab-94e1-413ca3134131 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .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-ede3fd30-5cd3-42ab-94e1-413ca3134131 .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-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ede3fd30-5cd3-42ab-94e1-413ca3134131-btn-wrapper {
    text-align: center;
  }


#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-variant-btn:hover {
  background: #252525;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-variant-btn:active, #s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ede3fd30-5cd3-42ab-94e1-413ca3134131 .shg-variant-btn.disabled {
  background: #252525;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 18px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 230, 230, 1);
}
#s-31d0cbb6-a435-4402-9be1-a2c4ff472961:hover {background-color: rgba(244, 177, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-31d0cbb6-a435-4402-9be1-a2c4ff472961:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn {
  color: rgba(255, 230, 230, 1);
  font-size: ;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


  #s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fa0be763-0a45-425e-9a2e-96e28bc5e40f {
  margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-955145d6-c85a-43a9-8639-9ea47fd96a12 {
  text-align: center;
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 {
  max-width:  100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  width: 100%;
}



.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 {
  max-width:  100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  width: 100%;
}



.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 {
  max-width:  100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  width: 100%;
}



.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 {
  max-width:  100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  width: 100%;
}



.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 {
  max-width:  100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  width: 100%;
}



.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 .shg-image-zoom,
.shg-c#s-955145d6-c85a-43a9-8639-9ea47fd96a12 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-6f5cf715-ff4e-419e-a073-e43d3aa10a57 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6f5cf715-ff4e-419e-a073-e43d3aa10a57 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: ;
}

#s-c83f7bb8-ad87-4c6d-9015-acad71c06abb {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-c83f7bb8-ad87-4c6d-9015-acad71c06abb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-c83f7bb8-ad87-4c6d-9015-acad71c06abb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 16px;
}

#s-c83f7bb8-ad87-4c6d-9015-acad71c06abb .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-c9856b74-0432-43e4-84c5-2458888fff53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .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-c9856b74-0432-43e4-84c5-2458888fff53 .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-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c9856b74-0432-43e4-84c5-2458888fff53-btn-wrapper {
    text-align: center;
  }


#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-variant-btn:hover {
  background: #252525;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-variant-btn:active, #s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c9856b74-0432-43e4-84c5-2458888fff53 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f41075e9-ff1a-4a3e-9a60-b21d18d10145 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 18px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 230, 230, 1);
}
#s-f41075e9-ff1a-4a3e-9a60-b21d18d10145:hover {background-color: rgba(244, 177, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f41075e9-ff1a-4a3e-9a60-b21d18d10145:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f41075e9-ff1a-4a3e-9a60-b21d18d10145 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f41075e9-ff1a-4a3e-9a60-b21d18d10145.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f41075e9-ff1a-4a3e-9a60-b21d18d10145.shg-btn {
  color: rgba(255, 230, 230, 1);
  font-size: ;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-f41075e9-ff1a-4a3e-9a60-b21d18d10145.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


  #s-f41075e9-ff1a-4a3e-9a60-b21d18d10145.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5a24178f-9299-4b11-948a-f0ccee4723d3 {
  margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-55db4576-13ca-4b14-8a60-0ec56086239a {
  text-align: center;
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a {
  max-width:  100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  width: 100%;
}



.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a {
  max-width:  100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  width: 100%;
}



.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a {
  max-width:  100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  width: 100%;
}



.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a {
  max-width:  100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  width: 100%;
}



.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a {
  max-width:  100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  max-width: 692px !important;
  
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  width: 100%;
}



.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a .shg-image-zoom,
.shg-c#s-55db4576-13ca-4b14-8a60-0ec56086239a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d364ca76-81f9-4b0e-95f4-da3566b80f3f {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d364ca76-81f9-4b0e-95f4-da3566b80f3f .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: ;
}

#s-ef55264e-9eba-42d8-ac3a-e9695de75ae6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-ef55264e-9eba-42d8-ac3a-e9695de75ae6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-ef55264e-9eba-42d8-ac3a-e9695de75ae6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 16px;
}

#s-ef55264e-9eba-42d8-ac3a-e9695de75ae6 .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-4870e4a9-cdc7-4035-afc8-564ee63085e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .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-4870e4a9-cdc7-4035-afc8-564ee63085e1 .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-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4870e4a9-cdc7-4035-afc8-564ee63085e1-btn-wrapper {
    text-align: center;
  }


#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-variant-btn:hover {
  background: #252525;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-variant-btn:active, #s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4870e4a9-cdc7-4035-afc8-564ee63085e1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 18px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 230, 230, 1);
}
#s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa:hover {background-color: rgba(244, 177, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa.shg-btn {
  color: rgba(255, 230, 230, 1);
  font-size: ;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


  #s-1d768a42-d8d5-41f3-a3c9-468ed2b94faa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4103bd4b-626f-4529-9f2e-c5ec2869efc2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-4103bd4b-626f-4529-9f2e-c5ec2869efc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4103bd4b-626f-4529-9f2e-c5ec2869efc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4103bd4b-626f-4529-9f2e-c5ec2869efc2 {
  
}
}@media (max-width: 767px){#s-4103bd4b-626f-4529-9f2e-c5ec2869efc2 {
  
}
}
@media (min-width: 0px) {
[id="s-4103bd4b-626f-4529-9f2e-c5ec2869efc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4103bd4b-626f-4529-9f2e-c5ec2869efc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4103bd4b-626f-4529-9f2e-c5ec2869efc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4103bd4b-626f-4529-9f2e-c5ec2869efc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4103bd4b-626f-4529-9f2e-c5ec2869efc2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4b5b2897-4f70-475a-85b3-0883ee243d51 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(245, 238, 227, 1);
}
@media (min-width: 1200px){#s-4b5b2897-4f70-475a-85b3-0883ee243d51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b5b2897-4f70-475a-85b3-0883ee243d51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b5b2897-4f70-475a-85b3-0883ee243d51 {
  
}
}@media (max-width: 767px){#s-4b5b2897-4f70-475a-85b3-0883ee243d51 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-4b5b2897-4f70-475a-85b3-0883ee243d51 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4b5b2897-4f70-475a-85b3-0883ee243d51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62eb4cd4-2016-4b9d-80b2-11ca918aa7d7 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 300%;
text-align: center;
background-color: rgba(245, 238, 227, 1);
}

#s-62eb4cd4-2016-4b9d-80b2-11ca918aa7d7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-efaec868-a312-4170-9e9f-b63c91be3d09 {
  padding-top: 40px;
padding-bottom: 40px;
}

#s-efaec868-a312-4170-9e9f-b63c91be3d09 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-efaec868-a312-4170-9e9f-b63c91be3d09 .shg-sld-nav-button.shg-sld-left,
#s-efaec868-a312-4170-9e9f-b63c91be3d09 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-43346341-9e12-494b-b3c1-ab70e0a5bd58 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-b0d0c115-ff90-4a35-826a-4cc66aea55ca {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 670px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b0d0c115-ff90-4a35-826a-4cc66aea55ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0d0c115-ff90-4a35-826a-4cc66aea55ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0d0c115-ff90-4a35-826a-4cc66aea55ca {
  
}
}@media (max-width: 767px){#s-b0d0c115-ff90-4a35-826a-4cc66aea55ca {
  
}
}







#s-b0d0c115-ff90-4a35-826a-4cc66aea55ca > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b0d0c115-ff90-4a35-826a-4cc66aea55ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6bf3ca5-aa6c-492e-88d5-04622be541b4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6bf3ca5-aa6c-492e-88d5-04622be541b4 {
  display: none;
}
#s-c6bf3ca5-aa6c-492e-88d5-04622be541b4, #wrap-s-c6bf3ca5-aa6c-492e-88d5-04622be541b4 { display: none !important; }}@media (max-width: 767px){#s-c6bf3ca5-aa6c-492e-88d5-04622be541b4 {
  display: none;
}
#s-c6bf3ca5-aa6c-492e-88d5-04622be541b4, #wrap-s-c6bf3ca5-aa6c-492e-88d5-04622be541b4 { display: none !important; }}







#s-c6bf3ca5-aa6c-492e-88d5-04622be541b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6bf3ca5-aa6c-492e-88d5-04622be541b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5812210e-b4aa-4033-b673-1942510c5318"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5812210e-b4aa-4033-b673-1942510c5318"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5812210e-b4aa-4033-b673-1942510c5318"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5812210e-b4aa-4033-b673-1942510c5318"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5812210e-b4aa-4033-b673-1942510c5318"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5812210e-b4aa-4033-b673-1942510c5318"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5812210e-b4aa-4033-b673-1942510c5318"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

.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;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
  min-height: 120px;
max-width: 240px;
aspect-ratio: 1/1;
text-align: left;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
    width: 100%;
    height: auto;
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
    
    
  }


.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
      position: relative;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
    width: 100%;
    height: auto;
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
    
    
  }


.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
      position: relative;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
    width: 100%;
    height: auto;
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
    
    
  }


.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
      position: relative;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
    width: 100%;
    height: auto;
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
    
    
  }


.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
      position: relative;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
    width: 100%;
    height: auto;
  }

  #s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
    
    
  }


.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container {
      position: relative;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8444b4-bfb2-4f75-bb31-15bb6f44743d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 {
  display: none;
}
#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4, #wrap-s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 {
  display: none;
}
#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4, #wrap-s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 {
  display: none;
}
#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4, #wrap-s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 { display: none !important; }}@media (max-width: 767px){#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 {
  display: none;
}
#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4, #wrap-s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 { display: none !important; }}







#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1d44448-f72b-4cb3-85dd-9685b2a8d1c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17e213b8-954f-4a87-a4b9-e6ae6bd874f1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17e213b8-954f-4a87-a4b9-e6ae6bd874f1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}



@media (min-width: 0px) {
[id="s-d84264bb-d9ab-4eaa-937e-940d6da0e5dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d84264bb-d9ab-4eaa-937e-940d6da0e5dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d84264bb-d9ab-4eaa-937e-940d6da0e5dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d84264bb-d9ab-4eaa-937e-940d6da0e5dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-06a464c1-1302-403a-af4e-33b5552a2e20 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 {
    width: 100%;
    height: auto;
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
    
    
  }


.s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a464c1-1302-403a-af4e-33b5552a2e20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
      position: relative;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 {
    width: 100%;
    height: auto;
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
    
    
  }


.s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a464c1-1302-403a-af4e-33b5552a2e20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
      position: relative;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 {
    width: 100%;
    height: auto;
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
    
    
  }


.s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a464c1-1302-403a-af4e-33b5552a2e20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
      position: relative;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 {
    width: 100%;
    height: auto;
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
    
    
  }


.s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a464c1-1302-403a-af4e-33b5552a2e20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
      position: relative;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a464c1-1302-403a-af4e-33b5552a2e20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 {
    width: 100%;
    height: auto;
  }

  #s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
    
    
  }


.s-06a464c1-1302-403a-af4e-33b5552a2e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a464c1-1302-403a-af4e-33b5552a2e20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container {
      position: relative;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a464c1-1302-403a-af4e-33b5552a2e20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-ac4b91e5-ec3e-439f-a27f-ac8103b08689"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ac4b91e5-ec3e-439f-a27f-ac8103b08689"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac4b91e5-ec3e-439f-a27f-ac8103b08689"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac4b91e5-ec3e-439f-a27f-ac8103b08689"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff326cf6-1304-4716-895a-cf9ccab89fee {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee {
    width: 100%;
    height: auto;
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
    
    
  }


.s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff326cf6-1304-4716-895a-cf9ccab89fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
      position: relative;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee {
    width: 100%;
    height: auto;
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
    
    
  }


.s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff326cf6-1304-4716-895a-cf9ccab89fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
      position: relative;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee {
    width: 100%;
    height: auto;
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
    
    
  }


.s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff326cf6-1304-4716-895a-cf9ccab89fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
      position: relative;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee {
    width: 100%;
    height: auto;
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
    
    
  }


.s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff326cf6-1304-4716-895a-cf9ccab89fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
      position: relative;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff326cf6-1304-4716-895a-cf9ccab89fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee {
    width: 100%;
    height: auto;
  }

  #s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
    
    
  }


.s-ff326cf6-1304-4716-895a-cf9ccab89fee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff326cf6-1304-4716-895a-cf9ccab89fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container {
      position: relative;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff326cf6-1304-4716-895a-cf9ccab89fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8038d82b-f593-4bf3-bd26-79618f51f91b {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b {
    width: 100%;
    height: auto;
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
    
    
  }


.s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-content {
  
    align-items: center;
  
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8038d82b-f593-4bf3-bd26-79618f51f91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
      position: relative;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b {
    width: 100%;
    height: auto;
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
    
    
  }


.s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-content {
  
    align-items: center;
  
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8038d82b-f593-4bf3-bd26-79618f51f91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
      position: relative;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b {
    width: 100%;
    height: auto;
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
    
    
  }


.s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-content {
  
    align-items: center;
  
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8038d82b-f593-4bf3-bd26-79618f51f91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
      position: relative;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b {
    width: 100%;
    height: auto;
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
    
    
  }


.s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-content {
  
    align-items: center;
  
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8038d82b-f593-4bf3-bd26-79618f51f91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
      position: relative;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8038d82b-f593-4bf3-bd26-79618f51f91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b {
    width: 100%;
    height: auto;
  }

  #s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
    
    
  }


.s-8038d82b-f593-4bf3-bd26-79618f51f91b .shogun-image-content {
  
    align-items: center;
  
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8038d82b-f593-4bf3-bd26-79618f51f91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container {
      position: relative;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8038d82b-f593-4bf3-bd26-79618f51f91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2e111827-066a-46af-bfae-8f7968755812 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 {
    width: 100%;
    height: auto;
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
    
    
  }


.s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e111827-066a-46af-bfae-8f7968755812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e111827-066a-46af-bfae-8f7968755812 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
      position: relative;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 {
    width: 100%;
    height: auto;
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
    
    
  }


.s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e111827-066a-46af-bfae-8f7968755812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e111827-066a-46af-bfae-8f7968755812 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
      position: relative;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 {
    width: 100%;
    height: auto;
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
    
    
  }


.s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e111827-066a-46af-bfae-8f7968755812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e111827-066a-46af-bfae-8f7968755812 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
      position: relative;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 {
    width: 100%;
    height: auto;
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
    
    
  }


.s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e111827-066a-46af-bfae-8f7968755812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e111827-066a-46af-bfae-8f7968755812 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
      position: relative;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e111827-066a-46af-bfae-8f7968755812 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 {
    width: 100%;
    height: auto;
  }

  #s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
    
    
  }


.s-2e111827-066a-46af-bfae-8f7968755812 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e111827-066a-46af-bfae-8f7968755812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e111827-066a-46af-bfae-8f7968755812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e111827-066a-46af-bfae-8f7968755812 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container {
      position: relative;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e111827-066a-46af-bfae-8f7968755812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e111827-066a-46af-bfae-8f7968755812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
    width: 100%;
    height: auto;
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
    
    
  }


.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
      position: relative;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
    width: 100%;
    height: auto;
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
    
    
  }


.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
      position: relative;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
    width: 100%;
    height: auto;
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
    
    
  }


.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
      position: relative;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
    width: 100%;
    height: auto;
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
    
    
  }


.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
      position: relative;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
    width: 100%;
    height: auto;
  }

  #s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
    
    
  }


.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container {
      position: relative;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ea4d7b9-019a-49d7-bc42-99a9ff537a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2d7a3d37-a376-47a8-9628-783944891dfb hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b95b1352-3c4d-4318-80df-ab4acda25ed4 {
  text-align: center;
}

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