.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-a44cff4d-f9e1-48d0-b828-dc2cf6cae541 {
  min-height: 50px;
background-color: rgba(231, 152, 220, 1);
}








#s-a44cff4d-f9e1-48d0-b828-dc2cf6cae541 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44cff4d-f9e1-48d0-b828-dc2cf6cae541.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-a3629060-ba99-46e1-a24d-50f915d337eb {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a3629060-ba99-46e1-a24d-50f915d337eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3629060-ba99-46e1-a24d-50f915d337eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3629060-ba99-46e1-a24d-50f915d337eb {
  
}
}@media (max-width: 767px){#s-a3629060-ba99-46e1-a24d-50f915d337eb {
  
}
}
@media (min-width: 0px) {
[id="s-a3629060-ba99-46e1-a24d-50f915d337eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3629060-ba99-46e1-a24d-50f915d337eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3629060-ba99-46e1-a24d-50f915d337eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3629060-ba99-46e1-a24d-50f915d337eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a3629060-ba99-46e1-a24d-50f915d337eb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2ac14833-5acd-4b27-860b-5728b382bbb0 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2ac14833-5acd-4b27-860b-5728b382bbb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ac14833-5acd-4b27-860b-5728b382bbb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ac14833-5acd-4b27-860b-5728b382bbb0 {
  
}
}@media (max-width: 767px){#s-2ac14833-5acd-4b27-860b-5728b382bbb0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-2ac14833-5acd-4b27-860b-5728b382bbb0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2ac14833-5acd-4b27-860b-5728b382bbb0 {
  cursor: pointer;
}#s-2ac14833-5acd-4b27-860b-5728b382bbb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-9acc94a8-987e-4a29-b1a8-300d4e4e65ba {
  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-9acc94a8-987e-4a29-b1a8-300d4e4e65ba .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-363fc4e5-ae5a-402e-bd03-d3a91c8d7f1c {
  min-height: 20px;
max-width: 100px;
}








#s-363fc4e5-ae5a-402e-bd03-d3a91c8d7f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-363fc4e5-ae5a-402e-bd03-d3a91c8d7f1c.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-36b59a11-3ec2-4866-ba4d-63a26341805d {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-36b59a11-3ec2-4866-ba4d-63a26341805d 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: ;
}

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

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

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

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

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

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

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

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

#s-124782a4-802f-4cc8-95f7-08abaa8b7a16 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-124782a4-802f-4cc8-95f7-08abaa8b7a16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-124782a4-802f-4cc8-95f7-08abaa8b7a16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-124782a4-802f-4cc8-95f7-08abaa8b7a16-root {
    text-align: center;
  }


#s-124782a4-802f-4cc8-95f7-08abaa8b7a16.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-124782a4-802f-4cc8-95f7-08abaa8b7a16-root {
    text-align: center;
  }


#s-124782a4-802f-4cc8-95f7-08abaa8b7a16.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-124782a4-802f-4cc8-95f7-08abaa8b7a16-root {
    text-align: center;
  }


#s-124782a4-802f-4cc8-95f7-08abaa8b7a16.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-124782a4-802f-4cc8-95f7-08abaa8b7a16-root {
    text-align: center;
  }


#s-124782a4-802f-4cc8-95f7-08abaa8b7a16.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-124782a4-802f-4cc8-95f7-08abaa8b7a16-root {
    text-align: center;
  }


#s-124782a4-802f-4cc8-95f7-08abaa8b7a16.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-c5942330-5239-47ac-93fa-7d92587ba59f {
  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: 700px;
max-width: 750px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c5942330-5239-47ac-93fa-7d92587ba59f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5942330-5239-47ac-93fa-7d92587ba59f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5942330-5239-47ac-93fa-7d92587ba59f {
  
}
}@media (max-width: 767px){#s-c5942330-5239-47ac-93fa-7d92587ba59f {
  
}
}
#s-c5942330-5239-47ac-93fa-7d92587ba59f {
  background-image: url(https://i.shgcdn.com/6e54c0af-e966-46ad-9213-368fdc3911c4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c5942330-5239-47ac-93fa-7d92587ba59f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c5942330-5239-47ac-93fa-7d92587ba59f {
  cursor: pointer;
}#s-c5942330-5239-47ac-93fa-7d92587ba59f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea40d22f-d34a-4221-b9de-7ce389db0d12 {
  margin-left: 0px;
margin-right: 0px;
min-height: 600px;
}
@media (min-width: 1200px){#s-ea40d22f-d34a-4221-b9de-7ce389db0d12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea40d22f-d34a-4221-b9de-7ce389db0d12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea40d22f-d34a-4221-b9de-7ce389db0d12 {
  
}
}@media (max-width: 767px){#s-ea40d22f-d34a-4221-b9de-7ce389db0d12 {
  
}
}
@media (min-width: 0px) {
[id="s-ea40d22f-d34a-4221-b9de-7ce389db0d12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea40d22f-d34a-4221-b9de-7ce389db0d12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea40d22f-d34a-4221-b9de-7ce389db0d12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea40d22f-d34a-4221-b9de-7ce389db0d12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1 {
  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: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1 {
  
}
}@media (max-width: 767px){#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1 {
  
}
}







#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1 {
  cursor: pointer;
}#s-23aacc7c-88d7-43b4-a366-1836c5cd64e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96766e15-9e8a-40b0-8487-76cc440ebaeb {
  padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-96766e15-9e8a-40b0-8487-76cc440ebaeb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96766e15-9e8a-40b0-8487-76cc440ebaeb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96766e15-9e8a-40b0-8487-76cc440ebaeb {
  
}
}@media (max-width: 767px){#s-96766e15-9e8a-40b0-8487-76cc440ebaeb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-96766e15-9e8a-40b0-8487-76cc440ebaeb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-96766e15-9e8a-40b0-8487-76cc440ebaeb {
  cursor: pointer;
}#s-96766e15-9e8a-40b0-8487-76cc440ebaeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a63745ac-d92c-492c-a5bf-8b4a7d3fc6ae {
  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-a63745ac-d92c-492c-a5bf-8b4a7d3fc6ae .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-0c71dfe7-2272-4a8e-9ea9-1d03b49c5e81 {
  min-height: 20px;
max-width: 100px;
}








#s-0c71dfe7-2272-4a8e-9ea9-1d03b49c5e81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c71dfe7-2272-4a8e-9ea9-1d03b49c5e81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ea10333-4e73-48f5-9991-0fa4943ead3c {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-7ea10333-4e73-48f5-9991-0fa4943ead3c hr {
  border-top: 2px solid #ddd;
}

#s-6a96f94a-0eca-477b-8a31-897d265aaad0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c-root {
    text-align: center;
  }


#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c-root {
    text-align: center;
  }


#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c-root {
    text-align: center;
  }


#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c-root {
    text-align: center;
  }


#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c-root {
    text-align: center;
  }


#s-3ab1a7b1-dd77-4ecc-b063-4cdba1c7701c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-7daf96e9-4bcf-4a66-9e38-8d2a8e7400c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7daf96e9-4bcf-4a66-9e38-8d2a8e7400c2 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4c78f830-0ff1-4bef-b6c6-9962b2822003 {
  padding-top: 10px;
padding-bottom: 10px;
}

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

.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-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 {
  max-width:  100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  width: 100%;
}



.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 {
  max-width:  100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  width: 100%;
}



.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 {
  max-width:  100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  width: 100%;
}



.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 {
  max-width:  100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  width: 100%;
}



.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 {
  max-width:  100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  width: 100%;
}



.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 .shg-image-zoom,
.shg-c#s-9e0da6b1-12d1-4ce0-b3b1-e6a408477102 img.shogun-image {
  aspect-ratio: 1/1;
}

}
.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-357241a4-5829-420a-92a5-bce3130910ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .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-357241a4-5829-420a-92a5-bce3130910ae .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-357241a4-5829-420a-92a5-bce3130910ae .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-357241a4-5829-420a-92a5-bce3130910ae-btn-wrapper {
    text-align: center;
  }


#s-357241a4-5829-420a-92a5-bce3130910ae .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-variant-btn:hover {
  background: #252525;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-variant-btn:active, #s-357241a4-5829-420a-92a5-bce3130910ae .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-357241a4-5829-420a-92a5-bce3130910ae .shg-variant-btn.disabled {
  background: #252525;
}

.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-57c9f528-42e6-45d9-ba1f-4635160ed0b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57c9f528-42e6-45d9-ba1f-4635160ed0b9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-07c5162d-28af-4480-80be-99139bb09135 {
  text-align: center;
}

#s-07c5162d-28af-4480-80be-99139bb09135 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07c5162d-28af-4480-80be-99139bb09135 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-07c5162d-28af-4480-80be-99139bb09135 .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-53b594a4-2946-461c-ba93-39af35f53f09 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-53b594a4-2946-461c-ba93-39af35f53f09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53b594a4-2946-461c-ba93-39af35f53f09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-53b594a4-2946-461c-ba93-39af35f53f09 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53b594a4-2946-461c-ba93-39af35f53f09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53b594a4-2946-461c-ba93-39af35f53f09.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-53b594a4-2946-461c-ba93-39af35f53f09.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-db5f568c-145c-4384-802c-a805689ae84c {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c {
  max-width:  100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  width: 100%;
}



.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c {
  max-width:  100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  width: 100%;
}



.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c {
  max-width:  100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  width: 100%;
}



.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c {
  max-width:  100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  width: 100%;
}



.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c {
  max-width:  100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  width: 100%;
}



.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c .shg-image-zoom,
.shg-c#s-db5f568c-145c-4384-802c-a805689ae84c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-0e704684-3d7e-4e46-a442-98fb5eda0117 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .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-0e704684-3d7e-4e46-a442-98fb5eda0117 .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-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0e704684-3d7e-4e46-a442-98fb5eda0117-btn-wrapper {
    text-align: center;
  }


#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-variant-btn:hover {
  background: #252525;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-variant-btn:active, #s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0e704684-3d7e-4e46-a442-98fb5eda0117 .shg-variant-btn.disabled {
  background: #252525;
}

#s-a956360a-e58f-4e76-9b15-e08b30ac97f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a956360a-e58f-4e76-9b15-e08b30ac97f8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-83cd454e-4009-4643-8718-a7940d4128db {
  text-align: center;
}

#s-83cd454e-4009-4643-8718-a7940d4128db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83cd454e-4009-4643-8718-a7940d4128db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83cd454e-4009-4643-8718-a7940d4128db .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-7e5fafb6-4b26-4b07-9f39-c01883d1f38f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e5fafb6-4b26-4b07-9f39-c01883d1f38f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e5fafb6-4b26-4b07-9f39-c01883d1f38f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e5fafb6-4b26-4b07-9f39-c01883d1f38f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e5fafb6-4b26-4b07-9f39-c01883d1f38f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e5fafb6-4b26-4b07-9f39-c01883d1f38f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7e5fafb6-4b26-4b07-9f39-c01883d1f38f.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 {
  max-width:  100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 {
  max-width:  100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 {
  max-width:  100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 {
  max-width:  100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 {
  max-width:  100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 .shg-image-zoom,
.shg-c#s-1c1baa1f-3267-4d7f-bacd-0882c20d9ae5 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7179879d-93cf-4495-b636-1d9d555808c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .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-7179879d-93cf-4495-b636-1d9d555808c8 .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-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7179879d-93cf-4495-b636-1d9d555808c8-btn-wrapper {
    text-align: center;
  }


#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-variant-btn:hover {
  background: #252525;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-variant-btn:active, #s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7179879d-93cf-4495-b636-1d9d555808c8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-65ad2368-6896-4ef2-a23f-c3639e0f9563 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65ad2368-6896-4ef2-a23f-c3639e0f9563 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ef192dcb-8367-4d25-b45e-6bff4e6be772 {
  text-align: center;
}

#s-ef192dcb-8367-4d25-b45e-6bff4e6be772 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef192dcb-8367-4d25-b45e-6bff4e6be772 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ef192dcb-8367-4d25-b45e-6bff4e6be772 .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-1dd72d83-6ae1-4678-84d5-75672e79d0b3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1dd72d83-6ae1-4678-84d5-75672e79d0b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1dd72d83-6ae1-4678-84d5-75672e79d0b3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1dd72d83-6ae1-4678-84d5-75672e79d0b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1dd72d83-6ae1-4678-84d5-75672e79d0b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1dd72d83-6ae1-4678-84d5-75672e79d0b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1dd72d83-6ae1-4678-84d5-75672e79d0b3.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 {
  max-width:  100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 {
  max-width:  100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 {
  max-width:  100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 {
  max-width:  100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 {
  max-width:  100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 .shg-image-zoom,
.shg-c#s-a34fff4c-ec7c-48a2-8e52-56f8f34d73a2 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-4b5d66b7-aa95-46fc-8ba9-3afc8c44d075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b5d66b7-aa95-46fc-8ba9-3afc8c44d075 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-596a9893-3a67-4e1d-bc22-d534b34a935a {
  text-align: center;
}

#s-596a9893-3a67-4e1d-bc22-d534b34a935a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-596a9893-3a67-4e1d-bc22-d534b34a935a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-596a9893-3a67-4e1d-bc22-d534b34a935a .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-85d82e4e-0b75-44a7-b37c-3723aaf4b4cf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-85d82e4e-0b75-44a7-b37c-3723aaf4b4cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85d82e4e-0b75-44a7-b37c-3723aaf4b4cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85d82e4e-0b75-44a7-b37c-3723aaf4b4cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85d82e4e-0b75-44a7-b37c-3723aaf4b4cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85d82e4e-0b75-44a7-b37c-3723aaf4b4cf.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-85d82e4e-0b75-44a7-b37c-3723aaf4b4cf.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-accd4e08-9390-4d4b-8deb-c0d8313c977e {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e {
  max-width:  100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  width: 100%;
}



.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e {
  max-width:  100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  width: 100%;
}



.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e {
  max-width:  100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  width: 100%;
}



.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e {
  max-width:  100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  width: 100%;
}



.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e {
  max-width:  100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  width: 100%;
}



.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e .shg-image-zoom,
.shg-c#s-accd4e08-9390-4d4b-8deb-c0d8313c977e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c19d81b7-1b66-40f0-ac14-81f852147ee5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c19d81b7-1b66-40f0-ac14-81f852147ee5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7b1fada9-1ea0-40bd-904f-d0e5058d3b2c {
  text-align: center;
}

#s-7b1fada9-1ea0-40bd-904f-d0e5058d3b2c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b1fada9-1ea0-40bd-904f-d0e5058d3b2c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b1fada9-1ea0-40bd-904f-d0e5058d3b2c .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-bccefff1-a50e-4d43-a8a5-24d83f8b5379 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bccefff1-a50e-4d43-a8a5-24d83f8b5379:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bccefff1-a50e-4d43-a8a5-24d83f8b5379:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bccefff1-a50e-4d43-a8a5-24d83f8b5379 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bccefff1-a50e-4d43-a8a5-24d83f8b5379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bccefff1-a50e-4d43-a8a5-24d83f8b5379.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-bccefff1-a50e-4d43-a8a5-24d83f8b5379.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-058f6103-b5ef-4905-96f7-394fa869379b {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b {
  max-width:  100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  width: 100%;
}



.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b {
  max-width:  100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  width: 100%;
}



.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b {
  max-width:  100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  width: 100%;
}



.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b {
  max-width:  100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  width: 100%;
}



.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b {
  max-width:  100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  width: 100%;
}



.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b .shg-image-zoom,
.shg-c#s-058f6103-b5ef-4905-96f7-394fa869379b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .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-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .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-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c-btn-wrapper {
    text-align: center;
  }


#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-variant-btn:hover {
  background: #252525;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-variant-btn:active, #s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a2f2ac34-2fb6-4acd-91f3-77bdc903041c .shg-variant-btn.disabled {
  background: #252525;
}

#s-458728aa-e021-4fe2-9e17-54a78734bab1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-458728aa-e021-4fe2-9e17-54a78734bab1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-57fa007c-a999-4e2e-addc-9445010a8763 {
  text-align: center;
}

#s-57fa007c-a999-4e2e-addc-9445010a8763 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-57fa007c-a999-4e2e-addc-9445010a8763 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-57fa007c-a999-4e2e-addc-9445010a8763 .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-2df251d8-1173-46c2-aa13-7fa6c2e4d214 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2df251d8-1173-46c2-aa13-7fa6c2e4d214:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2df251d8-1173-46c2-aa13-7fa6c2e4d214:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2df251d8-1173-46c2-aa13-7fa6c2e4d214 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2df251d8-1173-46c2-aa13-7fa6c2e4d214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2df251d8-1173-46c2-aa13-7fa6c2e4d214.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2df251d8-1173-46c2-aa13-7fa6c2e4d214.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 {
  max-width:  100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  width: 100%;
}



.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 {
  max-width:  100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  width: 100%;
}



.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 {
  max-width:  100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  width: 100%;
}



.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 {
  max-width:  100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  width: 100%;
}



.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 {
  max-width:  100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  width: 100%;
}



.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 .shg-image-zoom,
.shg-c#s-36b7940e-6ecd-4451-8d5c-61deb37c4826 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .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-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .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-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99-btn-wrapper {
    text-align: center;
  }


#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-variant-btn:hover {
  background: #252525;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-variant-btn:active, #s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-96c98f79-e0c6-40f5-8f57-26c4a5a78f99 .shg-variant-btn.disabled {
  background: #252525;
}

#s-dcf74c6e-4343-4c9b-b3d1-a8940d1f9261 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcf74c6e-4343-4c9b-b3d1-a8940d1f9261 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-687cf9d9-1898-4b8f-a109-c707a5c41918 {
  text-align: center;
}

#s-687cf9d9-1898-4b8f-a109-c707a5c41918 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-687cf9d9-1898-4b8f-a109-c707a5c41918 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-687cf9d9-1898-4b8f-a109-c707a5c41918 .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-ddcdd0bf-7223-42c0-abfd-0fc6e333754e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ddcdd0bf-7223-42c0-abfd-0fc6e333754e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddcdd0bf-7223-42c0-abfd-0fc6e333754e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ddcdd0bf-7223-42c0-abfd-0fc6e333754e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ddcdd0bf-7223-42c0-abfd-0fc6e333754e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ddcdd0bf-7223-42c0-abfd-0fc6e333754e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ddcdd0bf-7223-42c0-abfd-0fc6e333754e.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-13a02efa-97aa-402b-8f2a-709f4caf8845 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 {
  max-width:  100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  width: 100%;
}



.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 {
  max-width:  100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  width: 100%;
}



.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 {
  max-width:  100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  width: 100%;
}



.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 {
  max-width:  100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  width: 100%;
}



.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 {
  max-width:  100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  width: 100%;
}



.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 .shg-image-zoom,
.shg-c#s-13a02efa-97aa-402b-8f2a-709f4caf8845 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-49f9a172-53e1-43f6-b768-257e0069c5df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .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-49f9a172-53e1-43f6-b768-257e0069c5df .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-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-49f9a172-53e1-43f6-b768-257e0069c5df-btn-wrapper {
    text-align: center;
  }


#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-variant-btn:hover {
  background: #252525;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-variant-btn:active, #s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-49f9a172-53e1-43f6-b768-257e0069c5df .shg-variant-btn.disabled {
  background: #252525;
}

#s-f3f6c558-edb9-4cc4-9440-c08a88d3eb9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3f6c558-edb9-4cc4-9440-c08a88d3eb9c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cdec34b2-c74e-489f-8a20-97775fa0ed89 {
  text-align: center;
}

#s-cdec34b2-c74e-489f-8a20-97775fa0ed89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cdec34b2-c74e-489f-8a20-97775fa0ed89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cdec34b2-c74e-489f-8a20-97775fa0ed89 .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-355a4b38-e531-49e9-8619-39cc830000f3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-355a4b38-e531-49e9-8619-39cc830000f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-355a4b38-e531-49e9-8619-39cc830000f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-355a4b38-e531-49e9-8619-39cc830000f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-355a4b38-e531-49e9-8619-39cc830000f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-355a4b38-e531-49e9-8619-39cc830000f3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-355a4b38-e531-49e9-8619-39cc830000f3.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 {
  max-width:  100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 {
  max-width:  100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 {
  max-width:  100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 {
  max-width:  100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 {
  max-width:  100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 .shg-image-zoom,
.shg-c#s-4bc37aab-32d6-4606-8cca-d5bb2d795d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ad144c61-317f-4448-af73-e6c7aaab342a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad144c61-317f-4448-af73-e6c7aaab342a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-71d0f3b5-9771-4fa1-a681-ffc67259e748 {
  text-align: center;
}

#s-71d0f3b5-9771-4fa1-a681-ffc67259e748 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-71d0f3b5-9771-4fa1-a681-ffc67259e748 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-71d0f3b5-9771-4fa1-a681-ffc67259e748 .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-0115d671-7ff3-4f34-976b-820c1b7ab759 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0115d671-7ff3-4f34-976b-820c1b7ab759:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0115d671-7ff3-4f34-976b-820c1b7ab759:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0115d671-7ff3-4f34-976b-820c1b7ab759 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0115d671-7ff3-4f34-976b-820c1b7ab759.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0115d671-7ff3-4f34-976b-820c1b7ab759.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0115d671-7ff3-4f34-976b-820c1b7ab759.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-7e86494c-35c5-474d-8942-04b9048c78e6 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 {
  max-width:  100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 {
  max-width:  100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 {
  max-width:  100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 {
  max-width:  100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 {
  max-width:  100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 .shg-image-zoom,
.shg-c#s-7e86494c-35c5-474d-8942-04b9048c78e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-5bbf02bf-6b4d-491c-859d-cc306e617301 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .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-5bbf02bf-6b4d-491c-859d-cc306e617301 .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-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5bbf02bf-6b4d-491c-859d-cc306e617301-btn-wrapper {
    text-align: center;
  }


#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-variant-btn:hover {
  background: #252525;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-variant-btn:active, #s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5bbf02bf-6b4d-491c-859d-cc306e617301 .shg-variant-btn.disabled {
  background: #252525;
}

#s-0b386686-5bff-49de-89e8-294416d8ca6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b386686-5bff-49de-89e8-294416d8ca6e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-658ddb47-10bf-4afc-962f-5eba2e509851 {
  text-align: center;
}

#s-658ddb47-10bf-4afc-962f-5eba2e509851 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-658ddb47-10bf-4afc-962f-5eba2e509851 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-658ddb47-10bf-4afc-962f-5eba2e509851 .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-ec2836d9-54e8-4e67-88e9-3fc5b7f57c48 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ec2836d9-54e8-4e67-88e9-3fc5b7f57c48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec2836d9-54e8-4e67-88e9-3fc5b7f57c48:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec2836d9-54e8-4e67-88e9-3fc5b7f57c48 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec2836d9-54e8-4e67-88e9-3fc5b7f57c48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec2836d9-54e8-4e67-88e9-3fc5b7f57c48.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ec2836d9-54e8-4e67-88e9-3fc5b7f57c48.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 {
  max-width:  100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 {
  max-width:  100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 {
  max-width:  100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 {
  max-width:  100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 {
  max-width:  100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 .shg-image-zoom,
.shg-c#s-a05b0246-c24a-4fb8-982c-93f06e8cf3a1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-08b56e00-d587-4f95-aef9-88e671c4ebba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08b56e00-d587-4f95-aef9-88e671c4ebba .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9cc9010a-58b4-4037-b689-cebcad531735 {
  text-align: center;
}

#s-9cc9010a-58b4-4037-b689-cebcad531735 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9cc9010a-58b4-4037-b689-cebcad531735 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9cc9010a-58b4-4037-b689-cebcad531735 .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-5b0311eb-45b0-49bb-bed2-0ffe72567e39 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5b0311eb-45b0-49bb-bed2-0ffe72567e39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b0311eb-45b0-49bb-bed2-0ffe72567e39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b0311eb-45b0-49bb-bed2-0ffe72567e39 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b0311eb-45b0-49bb-bed2-0ffe72567e39.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b0311eb-45b0-49bb-bed2-0ffe72567e39.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5b0311eb-45b0-49bb-bed2-0ffe72567e39.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc {
  max-width:  100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  width: 100%;
}



.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc {
  max-width:  100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  width: 100%;
}



.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc {
  max-width:  100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  width: 100%;
}



.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc {
  max-width:  100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  width: 100%;
}



.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc {
  max-width:  100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  width: 100%;
}



.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc .shg-image-zoom,
.shg-c#s-eb7d6235-89cb-4331-8d61-41f4b463e4fc img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-777c101f-28f4-43ca-a2e1-b07a4b736d2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-777c101f-28f4-43ca-a2e1-b07a4b736d2f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-125cb070-4f48-4add-a406-bab47c454a34 {
  text-align: center;
}

#s-125cb070-4f48-4add-a406-bab47c454a34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-125cb070-4f48-4add-a406-bab47c454a34 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-125cb070-4f48-4add-a406-bab47c454a34 .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-6aa25739-0368-4b9b-8b72-d01c1a65522a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6aa25739-0368-4b9b-8b72-d01c1a65522a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6aa25739-0368-4b9b-8b72-d01c1a65522a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6aa25739-0368-4b9b-8b72-d01c1a65522a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6aa25739-0368-4b9b-8b72-d01c1a65522a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aa25739-0368-4b9b-8b72-d01c1a65522a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6aa25739-0368-4b9b-8b72-d01c1a65522a.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca {
  max-width:  100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  width: 100%;
}



.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca {
  max-width:  100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  width: 100%;
}



.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca {
  max-width:  100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  width: 100%;
}



.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca {
  max-width:  100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  width: 100%;
}



.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca {
  max-width:  100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  width: 100%;
}



.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca .shg-image-zoom,
.shg-c#s-62096a01-854d-40f2-9a8e-22f3fbd6a7ca img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-741cc22c-dee0-449e-a608-9552b5f69184 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-741cc22c-dee0-449e-a608-9552b5f69184 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6d0dbab2-b16a-4464-a147-264e48ef1c5f {
  text-align: center;
}

#s-6d0dbab2-b16a-4464-a147-264e48ef1c5f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6d0dbab2-b16a-4464-a147-264e48ef1c5f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6d0dbab2-b16a-4464-a147-264e48ef1c5f .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-0dd721e1-fc74-4f52-a0b9-98b6762b7876 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0dd721e1-fc74-4f52-a0b9-98b6762b7876:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dd721e1-fc74-4f52-a0b9-98b6762b7876:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dd721e1-fc74-4f52-a0b9-98b6762b7876 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0dd721e1-fc74-4f52-a0b9-98b6762b7876.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dd721e1-fc74-4f52-a0b9-98b6762b7876.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0dd721e1-fc74-4f52-a0b9-98b6762b7876.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-b4e50854-c476-4ada-90f6-07693b047d02 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 {
  max-width:  100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  width: 100%;
}



.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 {
  max-width:  100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  width: 100%;
}



.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 {
  max-width:  100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  width: 100%;
}



.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 {
  max-width:  100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  width: 100%;
}



.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 {
  max-width:  100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  width: 100%;
}



.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 .shg-image-zoom,
.shg-c#s-b4e50854-c476-4ada-90f6-07693b047d02 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-04223459-6cd6-4fdc-b7b9-00f311ad2814 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04223459-6cd6-4fdc-b7b9-00f311ad2814 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e87a78a3-6e0d-4a90-9267-928e5ae1118a {
  text-align: center;
}

#s-e87a78a3-6e0d-4a90-9267-928e5ae1118a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e87a78a3-6e0d-4a90-9267-928e5ae1118a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e87a78a3-6e0d-4a90-9267-928e5ae1118a .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-5fd98579-ada0-4955-935d-f02d0bbf5f3b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5fd98579-ada0-4955-935d-f02d0bbf5f3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fd98579-ada0-4955-935d-f02d0bbf5f3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fd98579-ada0-4955-935d-f02d0bbf5f3b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fd98579-ada0-4955-935d-f02d0bbf5f3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fd98579-ada0-4955-935d-f02d0bbf5f3b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5fd98579-ada0-4955-935d-f02d0bbf5f3b.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 {
  max-width:  100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  width: 100%;
}



.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 {
  max-width:  100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  width: 100%;
}



.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 {
  max-width:  100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  width: 100%;
}



.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 {
  max-width:  100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  width: 100%;
}



.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 {
  max-width:  100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  width: 100%;
}



.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 .shg-image-zoom,
.shg-c#s-13ab5984-ebc7-4a89-ab8d-9e9ebd944449 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-177dd207-3526-4262-9d7c-213a50006e55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-177dd207-3526-4262-9d7c-213a50006e55 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-79bc105a-cc0a-4e03-8cce-5ab93c836501 {
  text-align: center;
}

#s-79bc105a-cc0a-4e03-8cce-5ab93c836501 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79bc105a-cc0a-4e03-8cce-5ab93c836501 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-79bc105a-cc0a-4e03-8cce-5ab93c836501 .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-96849139-6f8e-4777-bc25-c1884a03ca48 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-96849139-6f8e-4777-bc25-c1884a03ca48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96849139-6f8e-4777-bc25-c1884a03ca48:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96849139-6f8e-4777-bc25-c1884a03ca48 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96849139-6f8e-4777-bc25-c1884a03ca48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96849139-6f8e-4777-bc25-c1884a03ca48.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-96849139-6f8e-4777-bc25-c1884a03ca48.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: left;
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 {
  max-width:  100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  width: 100%;
}



.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 {
  max-width:  100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  width: 100%;
}



.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 {
  max-width:  100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  width: 100%;
}



.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 {
  max-width:  100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  width: 100%;
}



.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 {
  max-width:  100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  width: 100%;
}



.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 .shg-image-zoom,
.shg-c#s-5011cb30-2409-4ff4-853b-76c08f5f18a4 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-be07da2a-40c1-4515-9697-440e860d630a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .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-be07da2a-40c1-4515-9697-440e860d630a .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-be07da2a-40c1-4515-9697-440e860d630a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-be07da2a-40c1-4515-9697-440e860d630a-btn-wrapper {
    text-align: center;
  }


#s-be07da2a-40c1-4515-9697-440e860d630a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-variant-btn:hover {
  background: #252525;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-variant-btn:active, #s-be07da2a-40c1-4515-9697-440e860d630a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-be07da2a-40c1-4515-9697-440e860d630a .shg-variant-btn.disabled {
  background: #252525;
}

#s-a4a598d2-48af-48c0-bc56-a72b91bcb3db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4a598d2-48af-48c0-bc56-a72b91bcb3db .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-56c63cba-69df-4761-8f7a-c944d1900b09 {
  text-align: center;
}

#s-56c63cba-69df-4761-8f7a-c944d1900b09 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56c63cba-69df-4761-8f7a-c944d1900b09 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56c63cba-69df-4761-8f7a-c944d1900b09 .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-05382d86-b95a-4556-83c4-59ff8bba13ac {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-05382d86-b95a-4556-83c4-59ff8bba13ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05382d86-b95a-4556-83c4-59ff8bba13ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05382d86-b95a-4556-83c4-59ff8bba13ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05382d86-b95a-4556-83c4-59ff8bba13ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05382d86-b95a-4556-83c4-59ff8bba13ac.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-05382d86-b95a-4556-83c4-59ff8bba13ac.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-993dd0bd-4d8b-42c4-aa57-25dea4cfeaac hr {
  border-top: 2px solid #ddd;
}

#s-aae730c8-fb32-4117-8ec4-709b0cd2823d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aae730c8-fb32-4117-8ec4-709b0cd2823d .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f775d47f-50f1-46b1-af2f-1a8445183214 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f775d47f-50f1-46b1-af2f-1a8445183214:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f775d47f-50f1-46b1-af2f-1a8445183214:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f775d47f-50f1-46b1-af2f-1a8445183214-root {
    text-align: center;
  }


#s-f775d47f-50f1-46b1-af2f-1a8445183214.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f775d47f-50f1-46b1-af2f-1a8445183214-root {
    text-align: center;
  }


#s-f775d47f-50f1-46b1-af2f-1a8445183214.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f775d47f-50f1-46b1-af2f-1a8445183214-root {
    text-align: center;
  }


#s-f775d47f-50f1-46b1-af2f-1a8445183214.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f775d47f-50f1-46b1-af2f-1a8445183214-root {
    text-align: center;
  }


#s-f775d47f-50f1-46b1-af2f-1a8445183214.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f775d47f-50f1-46b1-af2f-1a8445183214-root {
    text-align: center;
  }


#s-f775d47f-50f1-46b1-af2f-1a8445183214.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c87f97ac-d518-46bb-b2aa-e427e470afa5 hr {
  border-top: 2px solid #ddd;
}

#s-e7acb362-884c-482c-a681-7c006bc4b21c {
  min-height: 500px;
}








#s-e7acb362-884c-482c-a681-7c006bc4b21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7acb362-884c-482c-a681-7c006bc4b21c.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-aac4faee-fb2b-498b-90d0-792c09351717"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aac4faee-fb2b-498b-90d0-792c09351717"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aac4faee-fb2b-498b-90d0-792c09351717"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aac4faee-fb2b-498b-90d0-792c09351717"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08fd44c4-9e7f-4c3c-9f2c-217853bb6b54 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
min-height: 500px;
background-position: center center;
}








#s-08fd44c4-9e7f-4c3c-9f2c-217853bb6b54 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-08fd44c4-9e7f-4c3c-9f2c-217853bb6b54 {
  cursor: pointer;
}#s-08fd44c4-9e7f-4c3c-9f2c-217853bb6b54.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ab7d7bed-e5e9-4819-bb1d-c7bc4714ce5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab7d7bed-e5e9-4819-bb1d-c7bc4714ce5d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a {
  border-style: solid;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a-root {
    text-align: left;
  }


#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a-root {
    text-align: left;
  }


#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a-root {
    text-align: left;
  }


#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a-root {
    text-align: left;
  }


#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a-root {
    text-align: left;
  }


#s-b0ffabb8-89fe-4b52-afc2-96cb21473e5a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1eaedbc5-d8ad-407c-80bb-5f23e406b2e5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
min-height: 500px;
background-position: center center;
}








#s-1eaedbc5-d8ad-407c-80bb-5f23e406b2e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-1eaedbc5-d8ad-407c-80bb-5f23e406b2e5 {
  cursor: pointer;
}#s-1eaedbc5-d8ad-407c-80bb-5f23e406b2e5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-97fba085-7023-4d9d-aa02-839f1ff7f1b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97fba085-7023-4d9d-aa02-839f1ff7f1b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-6c09251a-3aaf-4ba3-a665-e180250d8661 {
  border-style: solid;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c09251a-3aaf-4ba3-a665-e180250d8661:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c09251a-3aaf-4ba3-a665-e180250d8661:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c09251a-3aaf-4ba3-a665-e180250d8661-root {
    text-align: left;
  }


#s-6c09251a-3aaf-4ba3-a665-e180250d8661.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c09251a-3aaf-4ba3-a665-e180250d8661-root {
    text-align: left;
  }


#s-6c09251a-3aaf-4ba3-a665-e180250d8661.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c09251a-3aaf-4ba3-a665-e180250d8661-root {
    text-align: left;
  }


#s-6c09251a-3aaf-4ba3-a665-e180250d8661.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c09251a-3aaf-4ba3-a665-e180250d8661-root {
    text-align: left;
  }


#s-6c09251a-3aaf-4ba3-a665-e180250d8661.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c09251a-3aaf-4ba3-a665-e180250d8661-root {
    text-align: left;
  }


#s-6c09251a-3aaf-4ba3-a665-e180250d8661.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6e4e5ee9-e1f5-4269-9605-269d553cb31a {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(252, 234, 225, 1);
}








#s-6e4e5ee9-e1f5-4269-9605-269d553cb31a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e4e5ee9-e1f5-4269-9605-269d553cb31a {
  cursor: pointer;
}#s-6e4e5ee9-e1f5-4269-9605-269d553cb31a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09635c63-ad50-4a3c-b1eb-796665f3701a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
text-align: center;
}

#s-09635c63-ad50-4a3c-b1eb-796665f3701a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-cb901a6e-2310-41eb-bd89-f4c072bbcc3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb901a6e-2310-41eb-bd89-f4c072bbcc3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-cb901a6e-2310-41eb-bd89-f4c072bbcc3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-cb901a6e-2310-41eb-bd89-f4c072bbcc3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 {
  text-align: left;
}



.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bf5d6f6-3805-40e5-8117-29880f6f8d77 img.shogun-image {
  width: 100%;
}



}
#s-291ba1f1-14c0-4a50-a4b2-5d5daccea54e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-291ba1f1-14c0-4a50-a4b2-5d5daccea54e .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-291ba1f1-14c0-4a50-a4b2-5d5daccea54e .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}
}
#s-afb0658c-92fc-4740-9fe7-36d396cd93c8 {
  text-align: center;
}

#s-afb0658c-92fc-4740-9fe7-36d396cd93c8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-afb0658c-92fc-4740-9fe7-36d396cd93c8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-afb0658c-92fc-4740-9fe7-36d396cd93c8 .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-ee7599bf-4390-471b-aeed-4da63b0e1e42 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ee7599bf-4390-471b-aeed-4da63b0e1e42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee7599bf-4390-471b-aeed-4da63b0e1e42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee7599bf-4390-471b-aeed-4da63b0e1e42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee7599bf-4390-471b-aeed-4da63b0e1e42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee7599bf-4390-471b-aeed-4da63b0e1e42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ee7599bf-4390-471b-aeed-4da63b0e1e42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ee7599bf-4390-471b-aeed-4da63b0e1e42.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dfef449d-605e-44ce-a621-6fda95a17a70 {
  text-align: left;
}



.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfef449d-605e-44ce-a621-6fda95a17a70 img.shogun-image {
  width: 100%;
}



}
#s-5e0e663c-0ea9-4a87-ac8b-34ef0a55ad63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e0e663c-0ea9-4a87-ac8b-34ef0a55ad63 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-5e0e663c-0ea9-4a87-ac8b-34ef0a55ad63 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}
}
#s-f7191cc9-fa7e-4680-8d7d-1744a189866b {
  text-align: center;
}

#s-f7191cc9-fa7e-4680-8d7d-1744a189866b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f7191cc9-fa7e-4680-8d7d-1744a189866b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-f7191cc9-fa7e-4680-8d7d-1744a189866b .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-cf6ad851-b0b5-4550-94b4-d73bb2b63996 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cf6ad851-b0b5-4550-94b4-d73bb2b63996:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf6ad851-b0b5-4550-94b4-d73bb2b63996:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf6ad851-b0b5-4550-94b4-d73bb2b63996 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf6ad851-b0b5-4550-94b4-d73bb2b63996.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf6ad851-b0b5-4550-94b4-d73bb2b63996.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cf6ad851-b0b5-4550-94b4-d73bb2b63996.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cf6ad851-b0b5-4550-94b4-d73bb2b63996.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5a752c12-7d52-4def-a508-f3283c3023f6 {
  text-align: left;
}



.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a752c12-7d52-4def-a508-f3283c3023f6 img.shogun-image {
  width: 100%;
}



}
#s-4c0b7db5-60f6-4a53-a0ee-31060adb3104 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c0b7db5-60f6-4a53-a0ee-31060adb3104 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-4c0b7db5-60f6-4a53-a0ee-31060adb3104 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}
}
#s-8862d353-5b19-4a17-b3da-e2736606b692 {
  text-align: center;
}

#s-8862d353-5b19-4a17-b3da-e2736606b692 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8862d353-5b19-4a17-b3da-e2736606b692 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-8862d353-5b19-4a17-b3da-e2736606b692 .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-bc87bfe7-8b33-4eb0-977b-259ecbc46efc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bc87bfe7-8b33-4eb0-977b-259ecbc46efc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc87bfe7-8b33-4eb0-977b-259ecbc46efc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc87bfe7-8b33-4eb0-977b-259ecbc46efc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc87bfe7-8b33-4eb0-977b-259ecbc46efc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc87bfe7-8b33-4eb0-977b-259ecbc46efc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-bc87bfe7-8b33-4eb0-977b-259ecbc46efc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bc87bfe7-8b33-4eb0-977b-259ecbc46efc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-c364df70-9356-4588-a99b-6e642550e322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c364df70-9356-4588-a99b-6e642550e322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c364df70-9356-4588-a99b-6e642550e322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c364df70-9356-4588-a99b-6e642550e322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc {
  text-align: left;
}



.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c7accfd-f67d-4b2a-a163-558674b7b0cc img.shogun-image {
  width: 100%;
}



}
#s-1dfa2c4b-c30a-46d1-8042-1ad9e0bb2847 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dfa2c4b-c30a-46d1-8042-1ad9e0bb2847 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-1dfa2c4b-c30a-46d1-8042-1ad9e0bb2847 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}
}
#s-16e7f7d1-1ddb-47e1-9fab-92b11ecae815 {
  text-align: center;
}

#s-16e7f7d1-1ddb-47e1-9fab-92b11ecae815 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-16e7f7d1-1ddb-47e1-9fab-92b11ecae815 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-16e7f7d1-1ddb-47e1-9fab-92b11ecae815 .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-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d5da5710-49a8-4baa-97a4-5ecd9f78bfbf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 {
  text-align: left;
}



.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ef1077-0915-4fbc-b113-8c58f8a3e151 img.shogun-image {
  width: 100%;
}



}
#s-3b50d9ef-e0fc-44a2-81f0-c38fd5b5b73c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b50d9ef-e0fc-44a2-81f0-c38fd5b5b73c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-3b50d9ef-e0fc-44a2-81f0-c38fd5b5b73c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}
}
#s-19b0ccf3-00a4-4c50-aa41-26cec756fb7c {
  text-align: center;
}

#s-19b0ccf3-00a4-4c50-aa41-26cec756fb7c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-19b0ccf3-00a4-4c50-aa41-26cec756fb7c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-19b0ccf3-00a4-4c50-aa41-26cec756fb7c .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-9fba79e4-6590-4230-84f5-0027a9eab36c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9fba79e4-6590-4230-84f5-0027a9eab36c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fba79e4-6590-4230-84f5-0027a9eab36c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fba79e4-6590-4230-84f5-0027a9eab36c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fba79e4-6590-4230-84f5-0027a9eab36c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fba79e4-6590-4230-84f5-0027a9eab36c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9fba79e4-6590-4230-84f5-0027a9eab36c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9fba79e4-6590-4230-84f5-0027a9eab36c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d7dd84ba-0cf0-4535-a79e-f31a8f858e39 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e7256107-7d35-4c38-9f8d-119767224e17 {
  text-align: left;
}



.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7256107-7d35-4c38-9f8d-119767224e17 img.shogun-image {
  width: 100%;
}



}
#s-cb6e94f0-c8bd-46f5-af3e-5a02236b707a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb6e94f0-c8bd-46f5-af3e-5a02236b707a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-33813e4a-561e-4c12-b82f-cb4cbd858eee {
  text-align: center;
}

#s-33813e4a-561e-4c12-b82f-cb4cbd858eee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-33813e4a-561e-4c12-b82f-cb4cbd858eee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-33813e4a-561e-4c12-b82f-cb4cbd858eee .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-87b0d494-f99e-4102-badf-c3984f54318b {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-87b0d494-f99e-4102-badf-c3984f54318b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87b0d494-f99e-4102-badf-c3984f54318b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87b0d494-f99e-4102-badf-c3984f54318b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87b0d494-f99e-4102-badf-c3984f54318b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87b0d494-f99e-4102-badf-c3984f54318b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-87b0d494-f99e-4102-badf-c3984f54318b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c {
  text-align: left;
}



.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7bdaeb0-ca73-4433-89ec-e8f542b86d6c img.shogun-image {
  width: 100%;
}



}
#s-c1c69745-38c8-4b2e-8490-222ee1e26572 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1c69745-38c8-4b2e-8490-222ee1e26572 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7102a8e5-c94a-4187-b416-7b327a5513cf {
  text-align: center;
}

#s-7102a8e5-c94a-4187-b416-7b327a5513cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7102a8e5-c94a-4187-b416-7b327a5513cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-7102a8e5-c94a-4187-b416-7b327a5513cf .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-6436188c-4039-4a4d-a4aa-4bc062298147 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6436188c-4039-4a4d-a4aa-4bc062298147:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6436188c-4039-4a4d-a4aa-4bc062298147:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6436188c-4039-4a4d-a4aa-4bc062298147 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6436188c-4039-4a4d-a4aa-4bc062298147.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6436188c-4039-4a4d-a4aa-4bc062298147.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6436188c-4039-4a4d-a4aa-4bc062298147.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f {
  text-align: left;
}



.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5aef8c-e9f2-429b-a025-dc453cbd7f5f img.shogun-image {
  width: 100%;
}



}
#s-967bd63d-e04a-42f6-b4d7-43722063e545 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-967bd63d-e04a-42f6-b4d7-43722063e545 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4a36c732-f632-4c0a-98f5-a051d77788f7 {
  text-align: center;
}

#s-4a36c732-f632-4c0a-98f5-a051d77788f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4a36c732-f632-4c0a-98f5-a051d77788f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a36c732-f632-4c0a-98f5-a051d77788f7 .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-243a85fb-edd8-4d4b-b9d8-4e2e0048d940 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-243a85fb-edd8-4d4b-b9d8-4e2e0048d940:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-243a85fb-edd8-4d4b-b9d8-4e2e0048d940:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-243a85fb-edd8-4d4b-b9d8-4e2e0048d940 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-243a85fb-edd8-4d4b-b9d8-4e2e0048d940.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-243a85fb-edd8-4d4b-b9d8-4e2e0048d940.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-243a85fb-edd8-4d4b-b9d8-4e2e0048d940.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 {
  text-align: left;
}



.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ce624f-70ea-438c-b0d9-c6d7dc14efb2 img.shogun-image {
  width: 100%;
}



}
#s-436eb9b6-0d6b-46b9-9b98-79046dfc7d73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-436eb9b6-0d6b-46b9-9b98-79046dfc7d73 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1e5dc91f-2a78-4f91-89c3-208ab135551f {
  text-align: center;
}

#s-1e5dc91f-2a78-4f91-89c3-208ab135551f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1e5dc91f-2a78-4f91-89c3-208ab135551f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e5dc91f-2a78-4f91-89c3-208ab135551f .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-25314918-75cd-4358-9f14-e0b9d41d53a1 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-25314918-75cd-4358-9f14-e0b9d41d53a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25314918-75cd-4358-9f14-e0b9d41d53a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25314918-75cd-4358-9f14-e0b9d41d53a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25314918-75cd-4358-9f14-e0b9d41d53a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25314918-75cd-4358-9f14-e0b9d41d53a1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-25314918-75cd-4358-9f14-e0b9d41d53a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5885512b-3004-42bb-94eb-a4742ce7285e {
  text-align: left;
}



.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5885512b-3004-42bb-94eb-a4742ce7285e img.shogun-image {
  width: 100%;
}



}
#s-d8723b5a-21a4-4466-8b9f-08a765bb82e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8723b5a-21a4-4466-8b9f-08a765bb82e8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3ae412f3-c492-48f9-850c-31a14dad3aee {
  text-align: center;
}

#s-3ae412f3-c492-48f9-850c-31a14dad3aee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3ae412f3-c492-48f9-850c-31a14dad3aee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ae412f3-c492-48f9-850c-31a14dad3aee .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-72ec1d64-59ec-4420-b284-eaf68cdab6ab {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-72ec1d64-59ec-4420-b284-eaf68cdab6ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72ec1d64-59ec-4420-b284-eaf68cdab6ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72ec1d64-59ec-4420-b284-eaf68cdab6ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72ec1d64-59ec-4420-b284-eaf68cdab6ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72ec1d64-59ec-4420-b284-eaf68cdab6ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-72ec1d64-59ec-4420-b284-eaf68cdab6ab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 {
  text-align: left;
}



.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd48217-8b4e-437f-bdd1-ee7d70b17756 img.shogun-image {
  width: 100%;
}



}
#s-464f5b81-0d45-4117-92e8-f66e26522458 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-464f5b81-0d45-4117-92e8-f66e26522458 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d00161a4-11c8-4f23-b341-b4c18f901984 {
  text-align: center;
}

#s-d00161a4-11c8-4f23-b341-b4c18f901984 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d00161a4-11c8-4f23-b341-b4c18f901984 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-d00161a4-11c8-4f23-b341-b4c18f901984 .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-fa542337-5e7e-4175-b8f4-68d23deb248b {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fa542337-5e7e-4175-b8f4-68d23deb248b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa542337-5e7e-4175-b8f4-68d23deb248b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa542337-5e7e-4175-b8f4-68d23deb248b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa542337-5e7e-4175-b8f4-68d23deb248b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa542337-5e7e-4175-b8f4-68d23deb248b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fa542337-5e7e-4175-b8f4-68d23deb248b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24c30b96-46b4-462a-b498-decba2f69da5 {
  text-align: left;
}



.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c30b96-46b4-462a-b498-decba2f69da5 img.shogun-image {
  width: 100%;
}



}
#s-dcb69fd3-c3e4-4a58-9827-401e466fc296 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcb69fd3-c3e4-4a58-9827-401e466fc296 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-27c06309-c4fe-4187-9dbe-2fb5a787ca68 {
  text-align: center;
}

#s-27c06309-c4fe-4187-9dbe-2fb5a787ca68 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-27c06309-c4fe-4187-9dbe-2fb5a787ca68 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-27c06309-c4fe-4187-9dbe-2fb5a787ca68 .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-fa3188b7-e6cb-4466-aebd-87372cb2cf8d {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fa3188b7-e6cb-4466-aebd-87372cb2cf8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa3188b7-e6cb-4466-aebd-87372cb2cf8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa3188b7-e6cb-4466-aebd-87372cb2cf8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa3188b7-e6cb-4466-aebd-87372cb2cf8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa3188b7-e6cb-4466-aebd-87372cb2cf8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fa3188b7-e6cb-4466-aebd-87372cb2cf8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d {
  text-align: left;
}



.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfe63dd2-6cf2-4ea3-8573-a3c40742e92d img.shogun-image {
  width: 100%;
}



}
#s-c82bfc7e-dbaa-459a-a56f-e0624eef1eb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c82bfc7e-dbaa-459a-a56f-e0624eef1eb5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-12c4247b-e9ac-4a5e-9525-ee2b1951ac1b {
  text-align: center;
}

#s-12c4247b-e9ac-4a5e-9525-ee2b1951ac1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-12c4247b-e9ac-4a5e-9525-ee2b1951ac1b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-12c4247b-e9ac-4a5e-9525-ee2b1951ac1b .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-66df6ab4-e2a0-4f28-80fb-ab489c3bf636 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-66df6ab4-e2a0-4f28-80fb-ab489c3bf636:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66df6ab4-e2a0-4f28-80fb-ab489c3bf636:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66df6ab4-e2a0-4f28-80fb-ab489c3bf636 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66df6ab4-e2a0-4f28-80fb-ab489c3bf636.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66df6ab4-e2a0-4f28-80fb-ab489c3bf636.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-66df6ab4-e2a0-4f28-80fb-ab489c3bf636.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 {
  text-align: left;
}



.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dd3812d-e7e1-412a-9cc6-2d862f428425 img.shogun-image {
  width: 100%;
}



}
#s-56a6c46c-37c9-40a0-a6ba-d71ebaeb7d60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56a6c46c-37c9-40a0-a6ba-d71ebaeb7d60 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-912c134d-123a-49f6-b72c-75406dbf9a7f {
  text-align: center;
}

#s-912c134d-123a-49f6-b72c-75406dbf9a7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-912c134d-123a-49f6-b72c-75406dbf9a7f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-912c134d-123a-49f6-b72c-75406dbf9a7f .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-b89463f4-27f3-4e41-ae96-690615c19825 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b89463f4-27f3-4e41-ae96-690615c19825:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b89463f4-27f3-4e41-ae96-690615c19825:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b89463f4-27f3-4e41-ae96-690615c19825 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b89463f4-27f3-4e41-ae96-690615c19825.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b89463f4-27f3-4e41-ae96-690615c19825.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b89463f4-27f3-4e41-ae96-690615c19825.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 {
  text-align: left;
}



.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc1363a0-3eab-4bc6-b853-268b5b7420d5 img.shogun-image {
  width: 100%;
}



}
#s-b1dfd888-f236-45da-add5-7c42dea7f535 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1dfd888-f236-45da-add5-7c42dea7f535 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9e53f759-9e05-4445-a4b9-56207581b3b5 {
  text-align: center;
}

#s-9e53f759-9e05-4445-a4b9-56207581b3b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9e53f759-9e05-4445-a4b9-56207581b3b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-9e53f759-9e05-4445-a4b9-56207581b3b5 .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-ed390ae1-ed99-4b10-a3c1-472eed8ef3aa {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed390ae1-ed99-4b10-a3c1-472eed8ef3aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed390ae1-ed99-4b10-a3c1-472eed8ef3aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed390ae1-ed99-4b10-a3c1-472eed8ef3aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed390ae1-ed99-4b10-a3c1-472eed8ef3aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed390ae1-ed99-4b10-a3c1-472eed8ef3aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ed390ae1-ed99-4b10-a3c1-472eed8ef3aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c1cfb979-7972-40e6-920b-82567aa7db33 {
  text-align: left;
}



.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1cfb979-7972-40e6-920b-82567aa7db33 img.shogun-image {
  width: 100%;
}



}
#s-fc451ff3-aff6-407a-b012-dc40cb25e5e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc451ff3-aff6-407a-b012-dc40cb25e5e1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dfdd398a-38ce-4363-9e68-baacf9fd458c {
  text-align: center;
}

#s-dfdd398a-38ce-4363-9e68-baacf9fd458c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-dfdd398a-38ce-4363-9e68-baacf9fd458c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfdd398a-38ce-4363-9e68-baacf9fd458c .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-0759afee-c9eb-4a54-ae9f-97581b9e0983 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0759afee-c9eb-4a54-ae9f-97581b9e0983:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0759afee-c9eb-4a54-ae9f-97581b9e0983:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0759afee-c9eb-4a54-ae9f-97581b9e0983 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0759afee-c9eb-4a54-ae9f-97581b9e0983.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0759afee-c9eb-4a54-ae9f-97581b9e0983.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0759afee-c9eb-4a54-ae9f-97581b9e0983.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f {
  text-align: left;
}



.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee1c9c2c-1d51-4c85-8c73-a8178770725f img.shogun-image {
  width: 100%;
}



}
#s-96a2ccd8-8fa2-4067-912a-f1d90c057cca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96a2ccd8-8fa2-4067-912a-f1d90c057cca .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-460077fc-e411-437b-b7e1-5e850a48a320 {
  text-align: center;
}

#s-460077fc-e411-437b-b7e1-5e850a48a320 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-460077fc-e411-437b-b7e1-5e850a48a320 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-460077fc-e411-437b-b7e1-5e850a48a320 .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-782b1d9d-7cf9-437a-a2b4-92af7c559d59 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-782b1d9d-7cf9-437a-a2b4-92af7c559d59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-782b1d9d-7cf9-437a-a2b4-92af7c559d59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-782b1d9d-7cf9-437a-a2b4-92af7c559d59 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-782b1d9d-7cf9-437a-a2b4-92af7c559d59.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-782b1d9d-7cf9-437a-a2b4-92af7c559d59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-782b1d9d-7cf9-437a-a2b4-92af7c559d59.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea {
  text-align: left;
}



.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7691c8e-9416-4e0f-ba75-2ac3898b5cea img.shogun-image {
  width: 100%;
}



}
#s-67502d22-21aa-4dd9-958d-a9872d0938cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67502d22-21aa-4dd9-958d-a9872d0938cb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-69689d6a-bd9f-431f-8cb6-56f382e9afcd {
  text-align: center;
}

#s-69689d6a-bd9f-431f-8cb6-56f382e9afcd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-69689d6a-bd9f-431f-8cb6-56f382e9afcd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-69689d6a-bd9f-431f-8cb6-56f382e9afcd .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-809f70d8-e224-4494-9b31-35cdd57f39d5 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-809f70d8-e224-4494-9b31-35cdd57f39d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-809f70d8-e224-4494-9b31-35cdd57f39d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-809f70d8-e224-4494-9b31-35cdd57f39d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-809f70d8-e224-4494-9b31-35cdd57f39d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-809f70d8-e224-4494-9b31-35cdd57f39d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-809f70d8-e224-4494-9b31-35cdd57f39d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 {
  text-align: left;
}



.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28380f51-f8aa-41bc-8e29-b69220d7cd71 img.shogun-image {
  width: 100%;
}



}
#s-ad228290-2f55-4003-a948-6154e54efbbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad228290-2f55-4003-a948-6154e54efbbe .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ae4e02dc-27e3-49b0-9f16-711a4d35829d {
  text-align: center;
}

#s-ae4e02dc-27e3-49b0-9f16-711a4d35829d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ae4e02dc-27e3-49b0-9f16-711a4d35829d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-ae4e02dc-27e3-49b0-9f16-711a4d35829d .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-1ef46dba-98f8-4a90-a4c8-e8f6d15d7708 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ef46dba-98f8-4a90-a4c8-e8f6d15d7708:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ef46dba-98f8-4a90-a4c8-e8f6d15d7708:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ef46dba-98f8-4a90-a4c8-e8f6d15d7708 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ef46dba-98f8-4a90-a4c8-e8f6d15d7708.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ef46dba-98f8-4a90-a4c8-e8f6d15d7708.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1ef46dba-98f8-4a90-a4c8-e8f6d15d7708.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9fc024d1-a073-4321-8e3b-a199653bdee4 {
  text-align: left;
}



.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc024d1-a073-4321-8e3b-a199653bdee4 img.shogun-image {
  width: 100%;
}



}
#s-cf50133c-1b1c-4c1e-8ca6-0c07b8e82b2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf50133c-1b1c-4c1e-8ca6-0c07b8e82b2b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-95be9afa-c0a8-482b-a73b-8eb0482db227 {
  text-align: center;
}

#s-95be9afa-c0a8-482b-a73b-8eb0482db227 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-95be9afa-c0a8-482b-a73b-8eb0482db227 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-95be9afa-c0a8-482b-a73b-8eb0482db227 .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-94819ed8-42fc-40ec-b963-748a3c700bc7 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-94819ed8-42fc-40ec-b963-748a3c700bc7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94819ed8-42fc-40ec-b963-748a3c700bc7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94819ed8-42fc-40ec-b963-748a3c700bc7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94819ed8-42fc-40ec-b963-748a3c700bc7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94819ed8-42fc-40ec-b963-748a3c700bc7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-94819ed8-42fc-40ec-b963-748a3c700bc7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 {
  text-align: left;
}



.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3646adea-f18b-4e07-b7c9-6824e0b1fd67 img.shogun-image {
  width: 100%;
}



}
#s-c0ccd343-f38e-4b32-8a3f-63a036940602 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0ccd343-f38e-4b32-8a3f-63a036940602 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-27418a75-a04e-4933-9d4a-ffad15aa412d {
  text-align: center;
}

#s-27418a75-a04e-4933-9d4a-ffad15aa412d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-27418a75-a04e-4933-9d4a-ffad15aa412d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-27418a75-a04e-4933-9d4a-ffad15aa412d .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-15829976-cbed-47ca-bac1-6f48bac1037f {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-15829976-cbed-47ca-bac1-6f48bac1037f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15829976-cbed-47ca-bac1-6f48bac1037f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15829976-cbed-47ca-bac1-6f48bac1037f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15829976-cbed-47ca-bac1-6f48bac1037f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15829976-cbed-47ca-bac1-6f48bac1037f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-15829976-cbed-47ca-bac1-6f48bac1037f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-fc2aaa4b-b56a-47d1-b732-544d175bc341"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc2aaa4b-b56a-47d1-b732-544d175bc341"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc2aaa4b-b56a-47d1-b732-544d175bc341"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc2aaa4b-b56a-47d1-b732-544d175bc341"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac {
  text-align: left;
}



.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa94634-ff80-4dd6-a2d2-194aed5421ac img.shogun-image {
  width: 100%;
}



}
#s-68609ffb-fbb1-46a6-8a03-81d3ac08b058 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68609ffb-fbb1-46a6-8a03-81d3ac08b058 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-68609ffb-fbb1-46a6-8a03-81d3ac08b058 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}
}
#s-2ba54bbf-52da-4c7c-bfab-795e906f85fa {
  text-align: center;
}

#s-2ba54bbf-52da-4c7c-bfab-795e906f85fa .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2ba54bbf-52da-4c7c-bfab-795e906f85fa .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-2ba54bbf-52da-4c7c-bfab-795e906f85fa .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-0a95afc6-f33e-43e9-a9d8-307da17d8f8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .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-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .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-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e-btn-wrapper {
    text-align: center;
  }


#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-variant-btn:hover {
  background: #252525;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-variant-btn:active, #s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0a95afc6-f33e-43e9-a9d8-307da17d8f8e .shg-variant-btn.disabled {
  background: #252525;
}

#s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b4ff0a5f-99cd-4f7b-9009-0ca66f07a3e6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ce928303-e589-425c-ac8f-2ba6eca94f4b {
  text-align: left;
}



.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce928303-e589-425c-ac8f-2ba6eca94f4b img.shogun-image {
  width: 100%;
}



}
#s-dd1c5e6c-879e-49c8-b46f-3a3587fcb738 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd1c5e6c-879e-49c8-b46f-3a3587fcb738 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-dd1c5e6c-879e-49c8-b46f-3a3587fcb738 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}
}
#s-c9b5d2dc-d85d-4ec1-9b05-e8e3ad97e022 {
  text-align: center;
}

#s-c9b5d2dc-d85d-4ec1-9b05-e8e3ad97e022 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c9b5d2dc-d85d-4ec1-9b05-e8e3ad97e022 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-c9b5d2dc-d85d-4ec1-9b05-e8e3ad97e022 .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-7fce80b9-4387-4d7e-9116-2b654572ff99 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .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-7fce80b9-4387-4d7e-9116-2b654572ff99 .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-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7fce80b9-4387-4d7e-9116-2b654572ff99-btn-wrapper {
    text-align: center;
  }


#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-variant-btn:hover {
  background: #252525;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-variant-btn:active, #s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7fce80b9-4387-4d7e-9116-2b654572ff99 .shg-variant-btn.disabled {
  background: #252525;
}

#s-30e28d0c-00af-4578-9eae-04965bb9243a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-30e28d0c-00af-4578-9eae-04965bb9243a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30e28d0c-00af-4578-9eae-04965bb9243a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30e28d0c-00af-4578-9eae-04965bb9243a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30e28d0c-00af-4578-9eae-04965bb9243a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e28d0c-00af-4578-9eae-04965bb9243a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-30e28d0c-00af-4578-9eae-04965bb9243a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30e28d0c-00af-4578-9eae-04965bb9243a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-80daed05-8e75-4575-8163-ae18324647f9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 {
  text-align: left;
}



.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ffc6656-220e-4b8f-a0cd-9a41de72b1a1 img.shogun-image {
  width: 100%;
}



}
#s-4e22530f-a67d-4821-8dbf-28fdb5a869fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e22530f-a67d-4821-8dbf-28fdb5a869fd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-55bf9deb-92a0-4f9c-9a7c-95401c4f3f63 {
  text-align: center;
}

#s-55bf9deb-92a0-4f9c-9a7c-95401c4f3f63 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-55bf9deb-92a0-4f9c-9a7c-95401c4f3f63 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-55bf9deb-92a0-4f9c-9a7c-95401c4f3f63 .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-5f246fcf-8a15-4c97-9f01-2dc38e2a9b2c {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f246fcf-8a15-4c97-9f01-2dc38e2a9b2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f246fcf-8a15-4c97-9f01-2dc38e2a9b2c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f246fcf-8a15-4c97-9f01-2dc38e2a9b2c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f246fcf-8a15-4c97-9f01-2dc38e2a9b2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f246fcf-8a15-4c97-9f01-2dc38e2a9b2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5f246fcf-8a15-4c97-9f01-2dc38e2a9b2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8fe0d750-8597-4c8f-98ad-84171a34107f {
  text-align: left;
}



.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fe0d750-8597-4c8f-98ad-84171a34107f img.shogun-image {
  width: 100%;
}



}
#s-c99ca109-d64e-4160-8e57-a41d48d43327 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c99ca109-d64e-4160-8e57-a41d48d43327 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1bc0cd86-0447-4419-b3c7-bbd8a4c9b5ef {
  text-align: center;
}

#s-1bc0cd86-0447-4419-b3c7-bbd8a4c9b5ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bc0cd86-0447-4419-b3c7-bbd8a4c9b5ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1bc0cd86-0447-4419-b3c7-bbd8a4c9b5ef .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-97f033c0-c5a6-4c89-932c-441f62645dc8 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-97f033c0-c5a6-4c89-932c-441f62645dc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97f033c0-c5a6-4c89-932c-441f62645dc8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97f033c0-c5a6-4c89-932c-441f62645dc8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97f033c0-c5a6-4c89-932c-441f62645dc8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97f033c0-c5a6-4c89-932c-441f62645dc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-97f033c0-c5a6-4c89-932c-441f62645dc8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 {
  text-align: left;
}



.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f086fc-7383-4ec5-8a64-b39e3d9b89e7 img.shogun-image {
  width: 100%;
}



}
#s-039c41b3-72b8-45ae-9912-c03f92d86b2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-039c41b3-72b8-45ae-9912-c03f92d86b2f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7abc5f5e-ac60-4c86-9351-7cf7b68bd175 {
  text-align: center;
}

#s-7abc5f5e-ac60-4c86-9351-7cf7b68bd175 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7abc5f5e-ac60-4c86-9351-7cf7b68bd175 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7abc5f5e-ac60-4c86-9351-7cf7b68bd175 .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-2ced16e2-df3b-4aeb-947d-b422497d3bc2 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2ced16e2-df3b-4aeb-947d-b422497d3bc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ced16e2-df3b-4aeb-947d-b422497d3bc2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ced16e2-df3b-4aeb-947d-b422497d3bc2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ced16e2-df3b-4aeb-947d-b422497d3bc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ced16e2-df3b-4aeb-947d-b422497d3bc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2ced16e2-df3b-4aeb-947d-b422497d3bc2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 {
  text-align: left;
}



.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d6b50-1fad-480c-b6eb-05fefb1e0dd7 img.shogun-image {
  width: 100%;
}



}
#s-91095f7f-1dce-4f83-9d43-ea9506da03a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91095f7f-1dce-4f83-9d43-ea9506da03a7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b336e2c6-15e8-4b93-903a-085d48f7455e {
  text-align: center;
}

#s-b336e2c6-15e8-4b93-903a-085d48f7455e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b336e2c6-15e8-4b93-903a-085d48f7455e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b336e2c6-15e8-4b93-903a-085d48f7455e .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-104f3462-4dcd-4d73-a928-a643a01cc8b8 {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-104f3462-4dcd-4d73-a928-a643a01cc8b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-104f3462-4dcd-4d73-a928-a643a01cc8b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-104f3462-4dcd-4d73-a928-a643a01cc8b8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-104f3462-4dcd-4d73-a928-a643a01cc8b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-104f3462-4dcd-4d73-a928-a643a01cc8b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-104f3462-4dcd-4d73-a928-a643a01cc8b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-33c82430-855b-42f4-82b1-c368c88f2c9d {
  text-align: left;
}



.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c82430-855b-42f4-82b1-c368c88f2c9d img.shogun-image {
  width: 100%;
}



}
#s-882dbc7e-ba7e-498d-a6aa-4175202512d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-882dbc7e-ba7e-498d-a6aa-4175202512d6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3a73222f-eb1c-4bc9-b7f2-555df87d456b {
  text-align: center;
}

#s-3a73222f-eb1c-4bc9-b7f2-555df87d456b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3a73222f-eb1c-4bc9-b7f2-555df87d456b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a73222f-eb1c-4bc9-b7f2-555df87d456b .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-6acea9ce-87cd-458a-b29b-943dfae2628d {
  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: 20px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6acea9ce-87cd-458a-b29b-943dfae2628d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6acea9ce-87cd-458a-b29b-943dfae2628d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6acea9ce-87cd-458a-b29b-943dfae2628d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6acea9ce-87cd-458a-b29b-943dfae2628d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6acea9ce-87cd-458a-b29b-943dfae2628d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6acea9ce-87cd-458a-b29b-943dfae2628d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-caa196ad-31db-4402-ac05-dad25ed1e966 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-caa196ad-31db-4402-ac05-dad25ed1e966 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-caa196ad-31db-4402-ac05-dad25ed1e966 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-caa196ad-31db-4402-ac05-dad25ed1e966 {
  
}
}@media (max-width: 767px){#s-caa196ad-31db-4402-ac05-dad25ed1e966 {
  
}
}
@media (min-width: 0px) {
[id="s-caa196ad-31db-4402-ac05-dad25ed1e966"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caa196ad-31db-4402-ac05-dad25ed1e966"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-caa196ad-31db-4402-ac05-dad25ed1e966"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-caa196ad-31db-4402-ac05-dad25ed1e966"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-caa196ad-31db-4402-ac05-dad25ed1e966"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f {
  
}
}@media (max-width: 767px){#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f {
  cursor: pointer;
}#s-7018fc77-1479-4b09-8a87-d3b7fb264f9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f183885c-1fa1-4c32-8df7-703736b0d02b {
  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-f183885c-1fa1-4c32-8df7-703736b0d02b .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: 0px;
  text-align: left;
}



#s-0d01e49c-e682-4e59-86a9-2007782171bb {
  min-height: 20px;
max-width: 100px;
}








#s-0d01e49c-e682-4e59-86a9-2007782171bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d01e49c-e682-4e59-86a9-2007782171bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ed0f878-77b1-4158-8309-7cc6c886dcfa {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-4ed0f878-77b1-4158-8309-7cc6c886dcfa hr {
  border-top: 2px solid #ddd;
}

#s-59420263-a523-4d11-b7a8-1563e97272b4 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-59420263-a523-4d11-b7a8-1563e97272b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59420263-a523-4d11-b7a8-1563e97272b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59420263-a523-4d11-b7a8-1563e97272b4 {
  
}
}@media (max-width: 767px){#s-59420263-a523-4d11-b7a8-1563e97272b4 {
  
}
}







#s-59420263-a523-4d11-b7a8-1563e97272b4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-59420263-a523-4d11-b7a8-1563e97272b4 {
  cursor: pointer;
}#s-59420263-a523-4d11-b7a8-1563e97272b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e983a0ec-7797-4ded-a6eb-002d53110032 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-e983a0ec-7797-4ded-a6eb-002d53110032 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e983a0ec-7797-4ded-a6eb-002d53110032 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e983a0ec-7797-4ded-a6eb-002d53110032 {
  
}
}@media (max-width: 767px){#s-e983a0ec-7797-4ded-a6eb-002d53110032 {
  
}
}
@media (min-width: 0px) {
[id="s-e983a0ec-7797-4ded-a6eb-002d53110032"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e983a0ec-7797-4ded-a6eb-002d53110032"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e983a0ec-7797-4ded-a6eb-002d53110032"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e983a0ec-7797-4ded-a6eb-002d53110032"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ef057daf-3d0f-421e-a479-c3fbb6bd740a {
  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-ef057daf-3d0f-421e-a479-c3fbb6bd740a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef057daf-3d0f-421e-a479-c3fbb6bd740a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef057daf-3d0f-421e-a479-c3fbb6bd740a {
  
}
}@media (max-width: 767px){#s-ef057daf-3d0f-421e-a479-c3fbb6bd740a {
  
}
}







#s-ef057daf-3d0f-421e-a479-c3fbb6bd740a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ef057daf-3d0f-421e-a479-c3fbb6bd740a {
  cursor: pointer;
}#s-ef057daf-3d0f-421e-a479-c3fbb6bd740a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c707e48b-8870-4152-80c5-643624f1ac88 {
  padding-left: 10%;
padding-right: 10%;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c707e48b-8870-4152-80c5-643624f1ac88 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c707e48b-8870-4152-80c5-643624f1ac88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c707e48b-8870-4152-80c5-643624f1ac88 {
  
}
}@media (max-width: 767px){#s-c707e48b-8870-4152-80c5-643624f1ac88 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-c707e48b-8870-4152-80c5-643624f1ac88 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c707e48b-8870-4152-80c5-643624f1ac88 {
  cursor: pointer;
}#s-c707e48b-8870-4152-80c5-643624f1ac88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df4622ec-e261-40f5-ac4e-e15df2d44925 {
  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-df4622ec-e261-40f5-ac4e-e15df2d44925 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: 0px;
  text-align: left;
}



#s-bd69abfd-bb73-4172-a4ff-6e38afb6d3c4 {
  min-height: 20px;
max-width: 100px;
}








#s-bd69abfd-bb73-4172-a4ff-6e38afb6d3c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd69abfd-bb73-4172-a4ff-6e38afb6d3c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-745ece43-e3fc-427b-b117-0a4a4f36b3d2 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-745ece43-e3fc-427b-b117-0a4a4f36b3d2 hr {
  border-top: 2px solid #ddd;
}

#s-fd0666d5-f83b-4176-ab52-10547db19c7e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1e1dcc8c-eb49-48ad-a1b4-1813e8a3a33c hr {
  border-top: 2px solid #ddd;
}

#s-fd24e960-bffb-424b-b08d-6689614c0950 {
  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}
