.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-33ca086f-efae-458f-a23f-9e7df4dd36ed {
  min-height: 50px;
}








#s-33ca086f-efae-458f-a23f-9e7df4dd36ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ca086f-efae-458f-a23f-9e7df4dd36ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83b3b5d6-20b8-4082-b8ee-73c7bf93d864 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 30px;
padding-right: 30px;
}








#s-83b3b5d6-20b8-4082-b8ee-73c7bf93d864 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83b3b5d6-20b8-4082-b8ee-73c7bf93d864.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e4b29e7f-bc9a-4be3-b7eb-cf11363982db {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-bottom: 0px;
max-width: 1200px;
}

#s-2ac6d64a-c5b1-4fb3-bae5-f8f2ea489247 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ac6d64a-c5b1-4fb3-bae5-f8f2ea489247 {
  min-height: 225px;
}
}@media (max-width: 767px){#s-2ac6d64a-c5b1-4fb3-bae5-f8f2ea489247 {
  min-height: 150px;
}
}
#s-2ac6d64a-c5b1-4fb3-bae5-f8f2ea489247 {
  background-image: url(https://i.shgcdn.com/65b8c020-38e3-456c-8b5a-6af1214fd3bf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2ac6d64a-c5b1-4fb3-bae5-f8f2ea489247 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-2ac6d64a-c5b1-4fb3-bae5-f8f2ea489247.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-9d5a80eb-b85f-4024-b6c5-cf906a66f903 {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-9d5a80eb-b85f-4024-b6c5-cf906a66f903 {
  display: none;
}
#s-9d5a80eb-b85f-4024-b6c5-cf906a66f903, #wrap-s-9d5a80eb-b85f-4024-b6c5-cf906a66f903 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d5a80eb-b85f-4024-b6c5-cf906a66f903 {
  display: none;
}
#s-9d5a80eb-b85f-4024-b6c5-cf906a66f903, #wrap-s-9d5a80eb-b85f-4024-b6c5-cf906a66f903 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d5a80eb-b85f-4024-b6c5-cf906a66f903 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-9d5a80eb-b85f-4024-b6c5-cf906a66f903 {
  display: none;
}
#s-9d5a80eb-b85f-4024-b6c5-cf906a66f903, #wrap-s-9d5a80eb-b85f-4024-b6c5-cf906a66f903 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9d5a80eb-b85f-4024-b6c5-cf906a66f903"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d5a80eb-b85f-4024-b6c5-cf906a66f903"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d5a80eb-b85f-4024-b6c5-cf906a66f903"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d5a80eb-b85f-4024-b6c5-cf906a66f903"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d5a80eb-b85f-4024-b6c5-cf906a66f903"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d5a80eb-b85f-4024-b6c5-cf906a66f903"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d5a80eb-b85f-4024-b6c5-cf906a66f903"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-4911902a-faf0-4a50-9464-804f9ec61cdc {
  box-shadow:1px 1px 20px 10px rgba(0, 0, 0, 0.5);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4911902a-faf0-4a50-9464-804f9ec61cdc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4911902a-faf0-4a50-9464-804f9ec61cdc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4911902a-faf0-4a50-9464-804f9ec61cdc {
  
}
}@media (max-width: 767px){#s-4911902a-faf0-4a50-9464-804f9ec61cdc {
  
}
}

  #s-4911902a-faf0-4a50-9464-804f9ec61cdc-btn-wrapper {
    text-align: center;
  }


#s-4911902a-faf0-4a50-9464-804f9ec61cdc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4911902a-faf0-4a50-9464-804f9ec61cdc-btn-wrapper {
    text-align: center;
  }


#s-4911902a-faf0-4a50-9464-804f9ec61cdc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4911902a-faf0-4a50-9464-804f9ec61cdc-btn-wrapper {
    text-align: center;
  }


#s-4911902a-faf0-4a50-9464-804f9ec61cdc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4911902a-faf0-4a50-9464-804f9ec61cdc-btn-wrapper {
    text-align: center;
  }


#s-4911902a-faf0-4a50-9464-804f9ec61cdc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4911902a-faf0-4a50-9464-804f9ec61cdc-btn-wrapper {
    text-align: center;
  }


#s-4911902a-faf0-4a50-9464-804f9ec61cdc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
  #s-4911902a-faf0-4a50-9464-804f9ec61cdc-btn-wrapper {
    text-align: center;
  }


#s-4911902a-faf0-4a50-9464-804f9ec61cdc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-5e131471-7509-4f1e-8ffd-164ae3489c81 {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-5e131471-7509-4f1e-8ffd-164ae3489c81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e131471-7509-4f1e-8ffd-164ae3489c81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e131471-7509-4f1e-8ffd-164ae3489c81 {
  padding-bottom: 10px;
display: none;
}
#s-5e131471-7509-4f1e-8ffd-164ae3489c81, #wrap-s-5e131471-7509-4f1e-8ffd-164ae3489c81 { display:none !important; }}@media (max-width: 767px){#s-5e131471-7509-4f1e-8ffd-164ae3489c81 {
  display: none;
}
#s-5e131471-7509-4f1e-8ffd-164ae3489c81, #wrap-s-5e131471-7509-4f1e-8ffd-164ae3489c81 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5e131471-7509-4f1e-8ffd-164ae3489c81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e131471-7509-4f1e-8ffd-164ae3489c81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e131471-7509-4f1e-8ffd-164ae3489c81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e131471-7509-4f1e-8ffd-164ae3489c81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e131471-7509-4f1e-8ffd-164ae3489c81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e131471-7509-4f1e-8ffd-164ae3489c81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e131471-7509-4f1e-8ffd-164ae3489c81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-be0e479a-c0ca-41e7-9438-7b9909e05749 {
  box-shadow:1px 1px 20px 10px rgba(0, 0, 0, 0.5);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-be0e479a-c0ca-41e7-9438-7b9909e05749:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be0e479a-c0ca-41e7-9438-7b9909e05749:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-be0e479a-c0ca-41e7-9438-7b9909e05749 {
  
}
}@media (max-width: 767px){#s-be0e479a-c0ca-41e7-9438-7b9909e05749 {
  
}
}

  #s-be0e479a-c0ca-41e7-9438-7b9909e05749-btn-wrapper {
    text-align: center;
  }


#s-be0e479a-c0ca-41e7-9438-7b9909e05749.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be0e479a-c0ca-41e7-9438-7b9909e05749-btn-wrapper {
    text-align: center;
  }


#s-be0e479a-c0ca-41e7-9438-7b9909e05749.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be0e479a-c0ca-41e7-9438-7b9909e05749-btn-wrapper {
    text-align: center;
  }


#s-be0e479a-c0ca-41e7-9438-7b9909e05749.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be0e479a-c0ca-41e7-9438-7b9909e05749-btn-wrapper {
    text-align: center;
  }


#s-be0e479a-c0ca-41e7-9438-7b9909e05749.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be0e479a-c0ca-41e7-9438-7b9909e05749-btn-wrapper {
    text-align: center;
  }


#s-be0e479a-c0ca-41e7-9438-7b9909e05749.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
  #s-be0e479a-c0ca-41e7-9438-7b9909e05749-btn-wrapper {
    text-align: center;
  }


#s-be0e479a-c0ca-41e7-9438-7b9909e05749.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  background-repeat: no-repeat;
background-size: 600px 591px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  display: none;
}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6, #wrap-s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 { display:none !important; }}@media (max-width: 767px){#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  display: none;
}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6, #wrap-s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 { display:none !important; }}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  background-image: url(https://i.shgcdn.com/c107ee44-8825-489a-b2b3-c613ad698883/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-40b94603-10a2-47c4-9cf2-6af9e5abdbec {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-40b94603-10a2-47c4-9cf2-6af9e5abdbec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40b94603-10a2-47c4-9cf2-6af9e5abdbec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-40b94603-10a2-47c4-9cf2-6af9e5abdbec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-40b94603-10a2-47c4-9cf2-6af9e5abdbec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-40b94603-10a2-47c4-9cf2-6af9e5abdbec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-40b94603-10a2-47c4-9cf2-6af9e5abdbec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-40b94603-10a2-47c4-9cf2-6af9e5abdbec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

}

#s-c5fab567-d70f-4a3b-9aa7-7f494d567186 {
  margin-top: -120px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-c5fab567-d70f-4a3b-9aa7-7f494d567186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5fab567-d70f-4a3b-9aa7-7f494d567186.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4ad4cb64-dab5-40f8-9663-ab9ed9b09837 {
  border-style: solid;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 40px;
max-width: 300px;
background-color: rgba(238, 238, 238, 1);
}
#s-4ad4cb64-dab5-40f8-9663-ab9ed9b09837:hover {border-radius: 40px !important;}






  #s-4ad4cb64-dab5-40f8-9663-ab9ed9b09837 img.shogun-image {
    

    
    
    
  }


#s-4ad4cb64-dab5-40f8-9663-ab9ed9b09837 .shogun-image-content {
  
    align-items: 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-5686c451-a19e-4ed4-8a4a-cf2259f26d21 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5686c451-a19e-4ed4-8a4a-cf2259f26d21 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



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

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

#s-f395fe3e-eb2c-4e22-875d-e67e8a724693 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 75%;
}

#s-f395fe3e-eb2c-4e22-875d-e67e8a724693 hr {
  border-top: 2px solid rgba(199, 55, 59, 1);
}

#s-159bf3ca-d523-4926-8f7d-b0de9490e112 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-159bf3ca-d523-4926-8f7d-b0de9490e112 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  italic ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-c3b339ec-67d9-4847-8a69-b3ce69a95588 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c3b339ec-67d9-4847-8a69-b3ce69a95588 .shogun-heading-component h6 {
  color: #000;
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d7b6d470-4874-4cc4-965b-2e680a134db4 {
  padding-top: 30px;
min-height: 50px;
}








#s-d7b6d470-4874-4cc4-965b-2e680a134db4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b6d470-4874-4cc4-965b-2e680a134db4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d95efeff-3098-47b8-a881-f95c9944e54b {
  max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-d95efeff-3098-47b8-a881-f95c9944e54b {
  padding-left: 10%;
padding-right: 10%;
max-width: 500px;
}
}






  #s-d95efeff-3098-47b8-a881-f95c9944e54b img.shogun-image {
    

    
    
    
  }


#s-d95efeff-3098-47b8-a881-f95c9944e54b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8110c1d3-e20c-4e6f-a6df-39520f1a77d5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-8110c1d3-e20c-4e6f-a6df-39520f1a77d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8110c1d3-e20c-4e6f-a6df-39520f1a77d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}


@media (max-width: 767px){#s-8110c1d3-e20c-4e6f-a6df-39520f1a77d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-49c4e252-0743-4043-ac4b-fff922943f92 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-49c4e252-0743-4043-ac4b-fff922943f92 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-49c4e252-0743-4043-ac4b-fff922943f92 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-49c4e252-0743-4043-ac4b-fff922943f92 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-49c4e252-0743-4043-ac4b-fff922943f92 .shogun-form-error-msg-container, #s-49c4e252-0743-4043-ac4b-fff922943f92 .shogun-form-field-error-msg-container {
  display: none;
}

#s-49c4e252-0743-4043-ac4b-fff922943f92 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-49c4e252-0743-4043-ac4b-fff922943f92 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

#s-9e5751f2-d9a4-41ce-8fa0-c8af80e605a1 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: left;
}
@media (max-width: 767px){#s-9e5751f2-d9a4-41ce-8fa0-c8af80e605a1 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: center;
}
}
#s-9e5751f2-d9a4-41ce-8fa0-c8af80e605a1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-9e5751f2-d9a4-41ce-8fa0-c8af80e605a1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fddd0f80-a6d2-4c2b-bf06-85164556928e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-2be52011-b0aa-4370-aea9-5515210eaa08 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-2be52011-b0aa-4370-aea9-5515210eaa08  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-2be52011-b0aa-4370-aea9-5515210eaa08  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-2be52011-b0aa-4370-aea9-5515210eaa08 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-2be52011-b0aa-4370-aea9-5515210eaa08 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-e3867d99-f070-412d-adde-f4a938aa95ce {
  margin-bottom: 0px;
}

#s-e3867d99-f070-412d-adde-f4a938aa95ce  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-e3867d99-f070-412d-adde-f4a938aa95ce  .shogun-form-text-input-field::placeholder {
  font-size: 13px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-e3867d99-f070-412d-adde-f4a938aa95ce .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-e3867d99-f070-412d-adde-f4a938aa95ce .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-ce518f9e-5bf7-4426-95ef-fb42cfbc3cff {
  border-style: solid;
margin-top: 26px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 15px;
}
#s-ce518f9e-5bf7-4426-95ef-fb42cfbc3cff:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce518f9e-5bf7-4426-95ef-fb42cfbc3cff:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-ce518f9e-5bf7-4426-95ef-fb42cfbc3cff[disabled],
#s-ce518f9e-5bf7-4426-95ef-fb42cfbc3cff[disabled]:hover,
#s-ce518f9e-5bf7-4426-95ef-fb42cfbc3cff[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-ce518f9e-5bf7-4426-95ef-fb42cfbc3cff {
  display:  block ;
  width:  100% ;
}


#s-f957539a-94a1-46b8-876a-746a64720469 {
  background-repeat: no-repeat;
background-size: 600px 591px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 0px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f957539a-94a1-46b8-876a-746a64720469 {
  display: none;
}
#s-f957539a-94a1-46b8-876a-746a64720469, #wrap-s-f957539a-94a1-46b8-876a-746a64720469 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f957539a-94a1-46b8-876a-746a64720469 {
  display: none;
}
#s-f957539a-94a1-46b8-876a-746a64720469, #wrap-s-f957539a-94a1-46b8-876a-746a64720469 { display:none !important; }}@media (max-width: 767px){#s-f957539a-94a1-46b8-876a-746a64720469 {
  display: none;
}
#s-f957539a-94a1-46b8-876a-746a64720469, #wrap-s-f957539a-94a1-46b8-876a-746a64720469 { display:none !important; }}
#s-f957539a-94a1-46b8-876a-746a64720469 {
  background-image: url(https://i.shgcdn.com/9e72120a-954c-4bd3-9a8f-a1141ce4ca2a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f957539a-94a1-46b8-876a-746a64720469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f957539a-94a1-46b8-876a-746a64720469.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-f957539a-94a1-46b8-876a-746a64720469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-f957539a-94a1-46b8-876a-746a64720469.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-070c3984-d715-41a6-945d-469a63973fe3 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-070c3984-d715-41a6-945d-469a63973fe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-070c3984-d715-41a6-945d-469a63973fe3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-070c3984-d715-41a6-945d-469a63973fe3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-070c3984-d715-41a6-945d-469a63973fe3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-070c3984-d715-41a6-945d-469a63973fe3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-070c3984-d715-41a6-945d-469a63973fe3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-070c3984-d715-41a6-945d-469a63973fe3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

#s-3026c080-419e-4c4b-bfda-9fa850733123 {
  margin-top: -120px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3026c080-419e-4c4b-bfda-9fa850733123 {
  margin-top: -50px;
}
}







#s-3026c080-419e-4c4b-bfda-9fa850733123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3026c080-419e-4c4b-bfda-9fa850733123.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92bdb038-b3b7-4033-bf8d-74a60e3d28ea {
  border-style: solid;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
max-width: 200px;
background-color: rgba(238, 238, 238, 1);
}
#s-92bdb038-b3b7-4033-bf8d-74a60e3d28ea:hover {border-radius: 25px !important;}






  #s-92bdb038-b3b7-4033-bf8d-74a60e3d28ea img.shogun-image {
    

    
    
    
  }


#s-92bdb038-b3b7-4033-bf8d-74a60e3d28ea .shogun-image-content {
  
    align-items: center;
  
}

#s-90645471-106a-4bb6-817f-2904542705e4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-90645471-106a-4bb6-817f-2904542705e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  
}



#s-f544c85c-56ab-467f-9ada-2f333bae0521 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 75%;
}

#s-f544c85c-56ab-467f-9ada-2f333bae0521 hr {
  border-top: 2px solid rgba(199, 55, 59, 1);
}

#s-fdd2c124-93e6-4fd2-b7ac-8d83ff1df87c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fdd2c124-93e6-4fd2-b7ac-8d83ff1df87c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  italic ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-2092b69c-4364-443c-ad96-75137cd29447 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2092b69c-4364-443c-ad96-75137cd29447 .shogun-heading-component h6 {
  color: #000;
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
background-color: rgba(199, 55, 59, 1);
}

@media (min-width: 0px) {
[id="s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d86e479-fd33-40c5-bdae-2e3c09ef24ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-545ef192-d157-4092-8c56-fb42b6087cdf {
  padding-top: 30px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-545ef192-d157-4092-8c56-fb42b6087cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545ef192-d157-4092-8c56-fb42b6087cdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03875658-f161-4e23-bbea-868d4fd731ab {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-03875658-f161-4e23-bbea-868d4fd731ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-03875658-f161-4e23-bbea-868d4fd731ab .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  
}


@media (max-width: 767px){#s-03875658-f161-4e23-bbea-868d4fd731ab .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 .shogun-form-error-msg-container, #s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 .shogun-form-field-error-msg-container {
  display: none;
}

#s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(255, 255, 255, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-1c7aab37-1645-48b0-b4cc-1e9872426dc4 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 255, 255, 1);
}

#s-b50d83e1-1016-4d0f-a0d5-0163a36aa4c9 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: left;
}
@media (max-width: 767px){#s-b50d83e1-1016-4d0f-a0d5-0163a36aa4c9 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: center;
}
}
#s-b50d83e1-1016-4d0f-a0d5-0163a36aa4c9 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-b50d83e1-1016-4d0f-a0d5-0163a36aa4c9 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eda9909b-0101-4a18-9e36-487af68a069e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-26f9a94a-0b75-44eb-9b0a-02ed6563e509 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-26f9a94a-0b75-44eb-9b0a-02ed6563e509  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-26f9a94a-0b75-44eb-9b0a-02ed6563e509  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-26f9a94a-0b75-44eb-9b0a-02ed6563e509 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-26f9a94a-0b75-44eb-9b0a-02ed6563e509 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-e43e73f6-786b-4565-b42b-8e9f56065ce5 {
  margin-bottom: 0px;
}

#s-e43e73f6-786b-4565-b42b-8e9f56065ce5  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-e43e73f6-786b-4565-b42b-8e9f56065ce5  .shogun-form-text-input-field::placeholder {
  font-size: 13px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-e43e73f6-786b-4565-b42b-8e9f56065ce5 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-e43e73f6-786b-4565-b42b-8e9f56065ce5 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-7ec2c876-4c5d-463f-bee7-9a6560f90e86 {
  border-style: solid;
margin-top: 26px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 15px;
}
#s-7ec2c876-4c5d-463f-bee7-9a6560f90e86:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ec2c876-4c5d-463f-bee7-9a6560f90e86:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-7ec2c876-4c5d-463f-bee7-9a6560f90e86[disabled],
#s-7ec2c876-4c5d-463f-bee7-9a6560f90e86[disabled]:hover,
#s-7ec2c876-4c5d-463f-bee7-9a6560f90e86[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-7ec2c876-4c5d-463f-bee7-9a6560f90e86 {
  display:  block ;
  width:  100% ;
}


#s-5b5225e9-5560-41a4-9644-489d5c171b7b {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-5b5225e9-5560-41a4-9644-489d5c171b7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b5225e9-5560-41a4-9644-489d5c171b7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8d96f9f-60bb-4709-a880-133b9e5dc81c {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-e8d96f9f-60bb-4709-a880-133b9e5dc81c {
  padding-left: 10%;
padding-right: 10%;
max-width: 500px;
}
}






  #s-e8d96f9f-60bb-4709-a880-133b9e5dc81c img.shogun-image {
    

    
    
    
  }


#s-e8d96f9f-60bb-4709-a880-133b9e5dc81c .shogun-image-content {
  
    align-items: center;
  
}

#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 {
  background-repeat: no-repeat;
background-size: 600px 591px;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 30px;
min-height: 0px;
background-position: right top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 {
  display: none;
}
#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6, #wrap-s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 {
  display: none;
}
#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6, #wrap-s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 {
  display: none;
}
#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6, #wrap-s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 { display:none !important; }}
#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 {
  background-image: url(https://i.shgcdn.com/1dcf6e8d-074b-4d8b-9914-c260f9d6656a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-c3418766-c957-4ec8-b669-8d6bbb1f28d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-062f4b96-9e45-4e40-a75e-a03c00091a6f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-062f4b96-9e45-4e40-a75e-a03c00091a6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-062f4b96-9e45-4e40-a75e-a03c00091a6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-062f4b96-9e45-4e40-a75e-a03c00091a6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-062f4b96-9e45-4e40-a75e-a03c00091a6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-584fbd33-ad7f-493b-9b5a-62d499b13eb0 {
  margin-top: -40px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-584fbd33-ad7f-493b-9b5a-62d499b13eb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-584fbd33-ad7f-493b-9b5a-62d499b13eb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c58f7171-7c9b-4914-adad-19edd4dceea8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
max-width: 200px;
text-align: center;
background-color: rgba(238, 238, 238, 1);
}
#s-c58f7171-7c9b-4914-adad-19edd4dceea8:hover {border-radius: 25px !important;}






  #s-c58f7171-7c9b-4914-adad-19edd4dceea8 img.shogun-image {
    

    
    
    
  }


#s-c58f7171-7c9b-4914-adad-19edd4dceea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d3fb83c-bb5e-4b03-b08c-851c17febac2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d3fb83c-bb5e-4b03-b08c-851c17febac2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ae9dd5d0-4b45-4ebb-b83e-ccdd63ac5356 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 37.5%;
padding-right: 37.5%;
}

#s-ae9dd5d0-4b45-4ebb-b83e-ccdd63ac5356 hr {
  border-top: 2px solid rgba(199, 55, 59, 1);
}

#s-4217d61e-9503-48a2-8aaa-a94e8c26201a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4217d61e-9503-48a2-8aaa-a94e8c26201a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  italic ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-50ed42fe-d683-4a0e-8ee7-f9d589a96466 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50ed42fe-d683-4a0e-8ee7-f9d589a96466 .shogun-heading-component h6 {
  color: #000;
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f70d4cbe-693f-44e1-9c14-61967616bf1b {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f70d4cbe-693f-44e1-9c14-61967616bf1b:hover {border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f70d4cbe-693f-44e1-9c14-61967616bf1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f70d4cbe-693f-44e1-9c14-61967616bf1b {
  display: none;
}
#s-f70d4cbe-693f-44e1-9c14-61967616bf1b, #wrap-s-f70d4cbe-693f-44e1-9c14-61967616bf1b { display:none !important; }}

  #s-f70d4cbe-693f-44e1-9c14-61967616bf1b-btn-wrapper {
    text-align: center;
  }


#s-f70d4cbe-693f-44e1-9c14-61967616bf1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f70d4cbe-693f-44e1-9c14-61967616bf1b-btn-wrapper {
    text-align: center;
  }


#s-f70d4cbe-693f-44e1-9c14-61967616bf1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f70d4cbe-693f-44e1-9c14-61967616bf1b-btn-wrapper {
    text-align: center;
  }


#s-f70d4cbe-693f-44e1-9c14-61967616bf1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f70d4cbe-693f-44e1-9c14-61967616bf1b-btn-wrapper {
    text-align: center;
  }


#s-f70d4cbe-693f-44e1-9c14-61967616bf1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f70d4cbe-693f-44e1-9c14-61967616bf1b-btn-wrapper {
    text-align: center;
  }


#s-f70d4cbe-693f-44e1-9c14-61967616bf1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-f70d4cbe-693f-44e1-9c14-61967616bf1b-btn-wrapper {
    text-align: center;
  }


#s-f70d4cbe-693f-44e1-9c14-61967616bf1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-0673b8d8-3a26-4dc9-9213-444279ed44bc {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0673b8d8-3a26-4dc9-9213-444279ed44bc:hover {border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0673b8d8-3a26-4dc9-9213-444279ed44bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0673b8d8-3a26-4dc9-9213-444279ed44bc-btn-wrapper {
    text-align: center;
  }


#s-0673b8d8-3a26-4dc9-9213-444279ed44bc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0673b8d8-3a26-4dc9-9213-444279ed44bc-btn-wrapper {
    text-align: center;
  }


#s-0673b8d8-3a26-4dc9-9213-444279ed44bc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0673b8d8-3a26-4dc9-9213-444279ed44bc-btn-wrapper {
    text-align: center;
  }


#s-0673b8d8-3a26-4dc9-9213-444279ed44bc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0673b8d8-3a26-4dc9-9213-444279ed44bc-btn-wrapper {
    text-align: center;
  }


#s-0673b8d8-3a26-4dc9-9213-444279ed44bc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0673b8d8-3a26-4dc9-9213-444279ed44bc-btn-wrapper {
    text-align: center;
  }


#s-0673b8d8-3a26-4dc9-9213-444279ed44bc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-0673b8d8-3a26-4dc9-9213-444279ed44bc-btn-wrapper {
    text-align: center;
  }


#s-0673b8d8-3a26-4dc9-9213-444279ed44bc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d {
  background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d {
  display: none;
}
#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d, #wrap-s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d {
  display: none;
}
#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d, #wrap-s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d {
  display: none;
}
#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d, #wrap-s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d { display:none !important; }}







#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a52a27-6d9e-4e31-bdc4-3d0f51996e5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91a6d3af-e256-45e3-9eff-3ff4cf569b45 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 15px;
min-height: 50px;
}








#s-91a6d3af-e256-45e3-9eff-3ff4cf569b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a6d3af-e256-45e3-9eff-3ff4cf569b45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d38265e-4e43-455b-a10b-6e17954098d0 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-3d38265e-4e43-455b-a10b-6e17954098d0 {
  padding-left: 10%;
padding-right: 10%;
}
}






  #s-3d38265e-4e43-455b-a10b-6e17954098d0 img.shogun-image {
    

    
    
    
  }


#s-3d38265e-4e43-455b-a10b-6e17954098d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-863d69bf-80b7-4e82-8429-e3cae7412ee8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-863d69bf-80b7-4e82-8429-e3cae7412ee8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-863d69bf-80b7-4e82-8429-e3cae7412ee8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  
}


@media (max-width: 767px){#s-863d69bf-80b7-4e82-8429-e3cae7412ee8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e7a338b6-a3e0-47b6-b153-311337343d1d {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-e7a338b6-a3e0-47b6-b153-311337343d1d .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-e7a338b6-a3e0-47b6-b153-311337343d1d .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-e7a338b6-a3e0-47b6-b153-311337343d1d .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-e7a338b6-a3e0-47b6-b153-311337343d1d .shogun-form-error-msg-container, #s-e7a338b6-a3e0-47b6-b153-311337343d1d .shogun-form-field-error-msg-container {
  display: none;
}

#s-e7a338b6-a3e0-47b6-b153-311337343d1d .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-e7a338b6-a3e0-47b6-b153-311337343d1d .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

#s-7bdd2b0b-de2f-4563-b41e-5a068228978d {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: left;
}
@media (max-width: 767px){#s-7bdd2b0b-de2f-4563-b41e-5a068228978d {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: center;
}
}
#s-7bdd2b0b-de2f-4563-b41e-5a068228978d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-7bdd2b0b-de2f-4563-b41e-5a068228978d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b5134ebe-bc54-4b85-9bbd-4b9600cfe17d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-25e57fbd-ea51-4c3b-89c2-7983c6189356 {
  margin-top: -20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-25e57fbd-ea51-4c3b-89c2-7983c6189356  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-25e57fbd-ea51-4c3b-89c2-7983c6189356  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-25e57fbd-ea51-4c3b-89c2-7983c6189356 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-25e57fbd-ea51-4c3b-89c2-7983c6189356 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-aec715c1-e451-44c8-b1d1-9cacd9f7f340 {
  margin-top: -20px;
margin-bottom: 0px;
}

#s-aec715c1-e451-44c8-b1d1-9cacd9f7f340  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-aec715c1-e451-44c8-b1d1-9cacd9f7f340  .shogun-form-text-input-field::placeholder {
  font-size: 13px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-aec715c1-e451-44c8-b1d1-9cacd9f7f340 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-aec715c1-e451-44c8-b1d1-9cacd9f7f340 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-449b82a8-19f0-45fe-992c-1e8dac61cb10 {
  margin-top: 0px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 15px;
}
#s-449b82a8-19f0-45fe-992c-1e8dac61cb10:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-449b82a8-19f0-45fe-992c-1e8dac61cb10:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-449b82a8-19f0-45fe-992c-1e8dac61cb10[disabled],
#s-449b82a8-19f0-45fe-992c-1e8dac61cb10[disabled]:hover,
#s-449b82a8-19f0-45fe-992c-1e8dac61cb10[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-449b82a8-19f0-45fe-992c-1e8dac61cb10 {
  display:  block ;
  width:  100% ;
}


#s-36fe1685-4ba1-445f-a1d3-cfed626ab5bd {
  margin-left: auto;
margin-right: auto;
padding-top: 55px;
padding-left: 15px;
padding-bottom: 55px;
padding-right: 15px;
min-height: 50px;
max-width: 1400px;
background-color: rgba(0, 0, 0, 0);
}








#s-36fe1685-4ba1-445f-a1d3-cfed626ab5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36fe1685-4ba1-445f-a1d3-cfed626ab5bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7ce8ac1-66a6-42c1-be9d-4445a7eb3d85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b45d8138-b33e-49d3-a45d-79d86975af85 {
  padding-bottom: 30px;
text-align: center;
}







  #s-b45d8138-b33e-49d3-a45d-79d86975af85 img.shogun-image {
    

    
    
    
  }


#s-b45d8138-b33e-49d3-a45d-79d86975af85 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b2c929b-5cf2-44b8-bed5-4c169fb987ec {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-4b2c929b-5cf2-44b8-bed5-4c169fb987ec img.shogun-image {
    

    
    
    
  }


#s-4b2c929b-5cf2-44b8-bed5-4c169fb987ec .shogun-image-content {
  
    align-items: center;
  
}

#s-ee1afa70-4324-4a2d-809b-f870ddf8c0bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee1afa70-4324-4a2d-809b-f870ddf8c0bb .shogun-heading-component h2 {
  color: rgba(0, 48, 87, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-92909121-e68b-4978-81fb-27534b976aaf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-92909121-e68b-4978-81fb-27534b976aaf .shogun-heading-component h2 {
  color: rgba(235, 113, 0, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c2a57a46-485b-43ac-a803-6e3cdeb061cf {
  background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-position: center center;
background-color: rgba(238, 238, 238, 1);
}








#s-c2a57a46-485b-43ac-a803-6e3cdeb061cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2a57a46-485b-43ac-a803-6e3cdeb061cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-629ef01e-45c5-4713-9a99-370e653447de {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 1200px){#s-629ef01e-45c5-4713-9a99-370e653447de {
  display: none;
}
#s-629ef01e-45c5-4713-9a99-370e653447de, #wrap-s-629ef01e-45c5-4713-9a99-370e653447de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-629ef01e-45c5-4713-9a99-370e653447de {
  display: none;
}
#s-629ef01e-45c5-4713-9a99-370e653447de, #wrap-s-629ef01e-45c5-4713-9a99-370e653447de { display:none !important; }}@media (max-width: 767px){#s-629ef01e-45c5-4713-9a99-370e653447de {
  display: none;
}
#s-629ef01e-45c5-4713-9a99-370e653447de, #wrap-s-629ef01e-45c5-4713-9a99-370e653447de { display:none !important; }}
@media (min-width: 0px) {
[id="s-629ef01e-45c5-4713-9a99-370e653447de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-629ef01e-45c5-4713-9a99-370e653447de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-629ef01e-45c5-4713-9a99-370e653447de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-629ef01e-45c5-4713-9a99-370e653447de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-629ef01e-45c5-4713-9a99-370e653447de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-629ef01e-45c5-4713-9a99-370e653447de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-629ef01e-45c5-4713-9a99-370e653447de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-7d240b23-e518-4791-989f-d550bcd0d0a4 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-7d240b23-e518-4791-989f-d550bcd0d0a4 img.shogun-image {
    

    
    
    
  }


#s-7d240b23-e518-4791-989f-d550bcd0d0a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-55d28bf1-4074-42e3-9e2e-cfaa1f53026f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55d28bf1-4074-42e3-9e2e-cfaa1f53026f {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-55d28bf1-4074-42e3-9e2e-cfaa1f53026f {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-55d28bf1-4074-42e3-9e2e-cfaa1f53026f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d28bf1-4074-42e3-9e2e-cfaa1f53026f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83388941-7cc7-4328-aca5-aedd1bc52c2c {
  padding-bottom: 10px;
}

#s-83388941-7cc7-4328-aca5-aedd1bc52c2c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-af444cce-a4d2-4d89-a226-f599bc8e3db1 {
  padding-bottom: 10px;
}

#s-af444cce-a4d2-4d89-a226-f599bc8e3db1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-2fb2bedd-0946-4132-8b5d-8f721da621dd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fb2bedd-0946-4132-8b5d-8f721da621dd {
  
}
}
@media (min-width: 0px) {
[id="s-2fb2bedd-0946-4132-8b5d-8f721da621dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2fb2bedd-0946-4132-8b5d-8f721da621dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb2bedd-0946-4132-8b5d-8f721da621dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb2bedd-0946-4132-8b5d-8f721da621dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-3429d1a5-f3ed-49a5-9827-65ea6b07e4f5 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3429d1a5-f3ed-49a5-9827-65ea6b07e4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3429d1a5-f3ed-49a5-9827-65ea6b07e4f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1171943c-c226-477e-bfcd-a712b0d1b582 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1171943c-c226-477e-bfcd-a712b0d1b582 {
  display: none;
}
.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-0d368e19-4122-4ddd-aa93-8378a125a7fa {
  text-align: left;
}



.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d368e19-4122-4ddd-aa93-8378a125a7fa img.shogun-image {
  width: 100%;
}




.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.left {
  left: 0;
  margin-left: 1%;
}

.right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.selected {
  opacity: 1;
}
#s-c21dd22d-47a5-4081-ac7f-e8ce94c4cf74 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c21dd22d-47a5-4081-ac7f-e8ce94c4cf74 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-c21dd22d-47a5-4081-ac7f-e8ce94c4cf74 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c21dd22d-47a5-4081-ac7f-e8ce94c4cf74 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c21dd22d-47a5-4081-ac7f-e8ce94c4cf74 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c21dd22d-47a5-4081-ac7f-e8ce94c4cf74 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c21dd22d-47a5-4081-ac7f-e8ce94c4cf74 .shg-gallery-dot {
  background-color: #FFF;
}

#s-dcbd615d-4166-4a6f-8f99-b3377a5d65f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcbd615d-4166-4a6f-8f99-b3377a5d65f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-dcbd615d-4166-4a6f-8f99-b3377a5d65f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dcbd615d-4166-4a6f-8f99-b3377a5d65f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dcbd615d-4166-4a6f-8f99-b3377a5d65f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-dcbd615d-4166-4a6f-8f99-b3377a5d65f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-270bb901-2fea-4c63-9441-9c6677797938 {
  margin-bottom: 10px;
text-align: center;
}

#s-270bb901-2fea-4c63-9441-9c6677797938 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-270bb901-2fea-4c63-9441-9c6677797938 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-270bb901-2fea-4c63-9441-9c6677797938 .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-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-d3e3e705-9847-4399-a545-bd4acbe52d6b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .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-d3e3e705-9847-4399-a545-bd4acbe52d6b .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-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d3e3e705-9847-4399-a545-bd4acbe52d6b-btn-wrapper {
    text-align: center;
  }


#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-variant-btn:hover {
  background: #252525;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-variant-btn:active, #s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d3e3e705-9847-4399-a545-bd4acbe52d6b .shg-variant-btn.disabled {
  background: #252525;
}

#s-928c047c-e0c9-4c64-859a-655ab1734873 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-928c047c-e0c9-4c64-859a-655ab1734873 .shg-product-quantity-wrapper {
  display: flex;
}

#s-928c047c-e0c9-4c64-859a-655ab1734873 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





.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-c738d7b1-2d70-49b4-afb7-d509b5d940f7 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c738d7b1-2d70-49b4-afb7-d509b5d940f7-atc-btn-wrapper {
    text-align: center;
  }


#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-c738d7b1-2d70-49b4-afb7-d509b5d940f7-atc-btn-wrapper {
    text-align: center;
  }


#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-c738d7b1-2d70-49b4-afb7-d509b5d940f7-atc-btn-wrapper {
    text-align: center;
  }


#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c738d7b1-2d70-49b4-afb7-d509b5d940f7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-a1ef786e-263b-4f1f-9ddc-bb5b8f4cb826 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a1ef786e-263b-4f1f-9ddc-bb5b8f4cb826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ef786e-263b-4f1f-9ddc-bb5b8f4cb826.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f9d36b61-242f-4389-ac13-4b70ad486a69 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-f9d36b61-242f-4389-ac13-4b70ad486a69 {
  display: none;
}
#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 {
  text-align: left;
}



.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54f5b22-3e06-42e0-90dc-df2d09f79dd3 img.shogun-image {
  width: 100%;
}




#s-5e915d47-adc4-4980-bcca-76c8d60a3fbd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5e915d47-adc4-4980-bcca-76c8d60a3fbd .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-5e915d47-adc4-4980-bcca-76c8d60a3fbd .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5e915d47-adc4-4980-bcca-76c8d60a3fbd .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5e915d47-adc4-4980-bcca-76c8d60a3fbd .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-5e915d47-adc4-4980-bcca-76c8d60a3fbd .shg-gallery-scroll-button {
  color: #FFF;
}

#s-5e915d47-adc4-4980-bcca-76c8d60a3fbd .shg-gallery-dot {
  background-color: #FFF;
}

#s-4b9cbabe-5ba5-4d40-bbcd-1ce0ce404d44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b9cbabe-5ba5-4d40-bbcd-1ce0ce404d44 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-4b9cbabe-5ba5-4d40-bbcd-1ce0ce404d44 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4b9cbabe-5ba5-4d40-bbcd-1ce0ce404d44 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4b9cbabe-5ba5-4d40-bbcd-1ce0ce404d44 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-4b9cbabe-5ba5-4d40-bbcd-1ce0ce404d44 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-e5550f4d-50cc-4c00-b53a-98d88e447da3 {
  margin-bottom: 10px;
text-align: center;
}

#s-e5550f4d-50cc-4c00-b53a-98d88e447da3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-e5550f4d-50cc-4c00-b53a-98d88e447da3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e5550f4d-50cc-4c00-b53a-98d88e447da3 .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-98afed14-7291-47f2-a139-ea98fd8fe387 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .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-98afed14-7291-47f2-a139-ea98fd8fe387 .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-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-98afed14-7291-47f2-a139-ea98fd8fe387-btn-wrapper {
    text-align: center;
  }


#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-variant-btn:hover {
  background: #252525;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-variant-btn:active, #s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-98afed14-7291-47f2-a139-ea98fd8fe387 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2b4d063b-0951-4123-a36f-3eb82b542d62 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-2b4d063b-0951-4123-a36f-3eb82b542d62 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2b4d063b-0951-4123-a36f-3eb82b542d62 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-d0f116e2-82da-4073-a869-83644392bc74 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d0f116e2-82da-4073-a869-83644392bc74:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0f116e2-82da-4073-a869-83644392bc74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0f116e2-82da-4073-a869-83644392bc74-atc-btn-wrapper {
    text-align: center;
  }


#s-d0f116e2-82da-4073-a869-83644392bc74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-d0f116e2-82da-4073-a869-83644392bc74-atc-btn-wrapper {
    text-align: center;
  }


#s-d0f116e2-82da-4073-a869-83644392bc74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-d0f116e2-82da-4073-a869-83644392bc74-atc-btn-wrapper {
    text-align: center;
  }


#s-d0f116e2-82da-4073-a869-83644392bc74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d0f116e2-82da-4073-a869-83644392bc74.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-8c24683a-e971-4bb0-81f3-f3035b04cdec {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8c24683a-e971-4bb0-81f3-f3035b04cdec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c24683a-e971-4bb0-81f3-f3035b04cdec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-325d3dbc-7ec4-4216-a45e-771321b07cba {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-325d3dbc-7ec4-4216-a45e-771321b07cba {
  display: none;
}
#s-ead95592-18f4-4597-aa2a-855535fd1d18 {
  text-align: left;
}



.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead95592-18f4-4597-aa2a-855535fd1d18 img.shogun-image {
  width: 100%;
}




#s-07fa6b4c-5821-404d-a656-4b6577029478 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-07fa6b4c-5821-404d-a656-4b6577029478 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-07fa6b4c-5821-404d-a656-4b6577029478 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-07fa6b4c-5821-404d-a656-4b6577029478 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-07fa6b4c-5821-404d-a656-4b6577029478 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-07fa6b4c-5821-404d-a656-4b6577029478 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-07fa6b4c-5821-404d-a656-4b6577029478 .shg-gallery-dot {
  background-color: #FFF;
}

#s-92ee75c1-29d3-4a35-b70c-6dd33239818f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92ee75c1-29d3-4a35-b70c-6dd33239818f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-92ee75c1-29d3-4a35-b70c-6dd33239818f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-92ee75c1-29d3-4a35-b70c-6dd33239818f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-92ee75c1-29d3-4a35-b70c-6dd33239818f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-92ee75c1-29d3-4a35-b70c-6dd33239818f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-229885c7-2032-444e-9833-a4c97c9dda8a {
  margin-bottom: 10px;
text-align: center;
}

#s-229885c7-2032-444e-9833-a4c97c9dda8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-229885c7-2032-444e-9833-a4c97c9dda8a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-229885c7-2032-444e-9833-a4c97c9dda8a .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-7faca608-b7ac-4206-b1ca-311f030211d2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .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-7faca608-b7ac-4206-b1ca-311f030211d2 .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-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7faca608-b7ac-4206-b1ca-311f030211d2-btn-wrapper {
    text-align: center;
  }


#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-variant-btn:hover {
  background: #252525;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-variant-btn:active, #s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7faca608-b7ac-4206-b1ca-311f030211d2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c4a91d15-09b6-4d96-8482-b6315e496ba2 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-c4a91d15-09b6-4d96-8482-b6315e496ba2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4a91d15-09b6-4d96-8482-b6315e496ba2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-7a5261fd-44f8-4d42-b407-fb997d2ca511 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a5261fd-44f8-4d42-b407-fb997d2ca511:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a5261fd-44f8-4d42-b407-fb997d2ca511:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a5261fd-44f8-4d42-b407-fb997d2ca511-atc-btn-wrapper {
    text-align: center;
  }


#s-7a5261fd-44f8-4d42-b407-fb997d2ca511 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-7a5261fd-44f8-4d42-b407-fb997d2ca511-atc-btn-wrapper {
    text-align: center;
  }


#s-7a5261fd-44f8-4d42-b407-fb997d2ca511 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-7a5261fd-44f8-4d42-b407-fb997d2ca511-atc-btn-wrapper {
    text-align: center;
  }


#s-7a5261fd-44f8-4d42-b407-fb997d2ca511 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-7a5261fd-44f8-4d42-b407-fb997d2ca511.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-c23b9884-36b3-4255-a0db-b8bb7b2b9777 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c23b9884-36b3-4255-a0db-b8bb7b2b9777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c23b9884-36b3-4255-a0db-b8bb7b2b9777.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14d32e05-d2eb-404c-bd04-2af2f066d3de {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-14d32e05-d2eb-404c-bd04-2af2f066d3de {
  display: none;
}
#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 {
  text-align: left;
}



.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23b479e-7a1c-494b-90dc-cd2ad2bb7590 img.shogun-image {
  width: 100%;
}




#s-36909791-f62b-43fe-b3ee-5f9968123c4c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-36909791-f62b-43fe-b3ee-5f9968123c4c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-36909791-f62b-43fe-b3ee-5f9968123c4c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-36909791-f62b-43fe-b3ee-5f9968123c4c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-36909791-f62b-43fe-b3ee-5f9968123c4c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-36909791-f62b-43fe-b3ee-5f9968123c4c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-36909791-f62b-43fe-b3ee-5f9968123c4c .shg-gallery-dot {
  background-color: #FFF;
}

#s-7232f95a-f5d3-4c60-8579-43af427901d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7232f95a-f5d3-4c60-8579-43af427901d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-7232f95a-f5d3-4c60-8579-43af427901d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7232f95a-f5d3-4c60-8579-43af427901d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7232f95a-f5d3-4c60-8579-43af427901d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-7232f95a-f5d3-4c60-8579-43af427901d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-c89e2648-7bb7-42ff-b615-897c75d58ed2 {
  margin-bottom: 10px;
text-align: center;
}

#s-c89e2648-7bb7-42ff-b615-897c75d58ed2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-c89e2648-7bb7-42ff-b615-897c75d58ed2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-c89e2648-7bb7-42ff-b615-897c75d58ed2 .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-2b26d17a-095e-4f2d-8a05-59d20ec43e66 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .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-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .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-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2b26d17a-095e-4f2d-8a05-59d20ec43e66-btn-wrapper {
    text-align: center;
  }


#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-variant-btn:hover {
  background: #252525;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-variant-btn:active, #s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2b26d17a-095e-4f2d-8a05-59d20ec43e66 .shg-variant-btn.disabled {
  background: #252525;
}

#s-910e5dc8-9c11-4861-a6fb-881e8e16917f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-910e5dc8-9c11-4861-a6fb-881e8e16917f .shg-product-quantity-wrapper {
  display: flex;
}

#s-910e5dc8-9c11-4861-a6fb-881e8e16917f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-97818ef7-3ed9-4142-a309-3059dfba06aa {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-97818ef7-3ed9-4142-a309-3059dfba06aa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97818ef7-3ed9-4142-a309-3059dfba06aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97818ef7-3ed9-4142-a309-3059dfba06aa-atc-btn-wrapper {
    text-align: center;
  }


#s-97818ef7-3ed9-4142-a309-3059dfba06aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-97818ef7-3ed9-4142-a309-3059dfba06aa-atc-btn-wrapper {
    text-align: center;
  }


#s-97818ef7-3ed9-4142-a309-3059dfba06aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-97818ef7-3ed9-4142-a309-3059dfba06aa-atc-btn-wrapper {
    text-align: center;
  }


#s-97818ef7-3ed9-4142-a309-3059dfba06aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-97818ef7-3ed9-4142-a309-3059dfba06aa.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6ade3b59-317b-4b0c-8e8e-bef346b5577c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ade3b59-317b-4b0c-8e8e-bef346b5577c {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-6ade3b59-317b-4b0c-8e8e-bef346b5577c {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-6ade3b59-317b-4b0c-8e8e-bef346b5577c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ade3b59-317b-4b0c-8e8e-bef346b5577c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4af481c-6c8a-48a4-9fa0-4dfb5f64219d {
  padding-bottom: 10px;
}

#s-d4af481c-6c8a-48a4-9fa0-4dfb5f64219d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5d699be4-733e-4df5-b880-cd34fd5ab32c {
  padding-bottom: 10px;
}

#s-5d699be4-733e-4df5-b880-cd34fd5ab32c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d8129b84-695c-40c2-b99c-4acc8a9f49b2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8129b84-695c-40c2-b99c-4acc8a9f49b2 {
  
}
}
@media (min-width: 0px) {
[id="s-d8129b84-695c-40c2-b99c-4acc8a9f49b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d8129b84-695c-40c2-b99c-4acc8a9f49b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-d8129b84-695c-40c2-b99c-4acc8a9f49b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8129b84-695c-40c2-b99c-4acc8a9f49b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-0d097c6b-b22b-4cbf-be73-05c5eada3faa {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0d097c6b-b22b-4cbf-be73-05c5eada3faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d097c6b-b22b-4cbf-be73-05c5eada3faa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-158187ae-f4db-454d-ad9e-96eccf2f1b4a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-158187ae-f4db-454d-ad9e-96eccf2f1b4a {
  display: none;
}
#s-508bda16-780e-4ba0-89f9-dd89dec49737 {
  text-align: left;
}



.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-508bda16-780e-4ba0-89f9-dd89dec49737 img.shogun-image {
  width: 100%;
}




#s-ecb6b291-14dc-41eb-8fe1-4cfdbe9cf63f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ecb6b291-14dc-41eb-8fe1-4cfdbe9cf63f .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ecb6b291-14dc-41eb-8fe1-4cfdbe9cf63f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ecb6b291-14dc-41eb-8fe1-4cfdbe9cf63f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ecb6b291-14dc-41eb-8fe1-4cfdbe9cf63f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ecb6b291-14dc-41eb-8fe1-4cfdbe9cf63f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ecb6b291-14dc-41eb-8fe1-4cfdbe9cf63f .shg-gallery-dot {
  background-color: #FFF;
}

#s-1a57d6d8-773b-4e5c-b14d-bfa8a1e33da5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a57d6d8-773b-4e5c-b14d-bfa8a1e33da5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-1a57d6d8-773b-4e5c-b14d-bfa8a1e33da5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a57d6d8-773b-4e5c-b14d-bfa8a1e33da5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a57d6d8-773b-4e5c-b14d-bfa8a1e33da5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-1a57d6d8-773b-4e5c-b14d-bfa8a1e33da5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-5f0b2620-3aa9-480d-b2f1-24ce1ae01e21 {
  margin-bottom: 10px;
text-align: center;
}

#s-5f0b2620-3aa9-480d-b2f1-24ce1ae01e21 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5f0b2620-3aa9-480d-b2f1-24ce1ae01e21 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5f0b2620-3aa9-480d-b2f1-24ce1ae01e21 .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-46955830-c47b-4b10-b266-ea56cf711153 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .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-46955830-c47b-4b10-b266-ea56cf711153 .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-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-46955830-c47b-4b10-b266-ea56cf711153-btn-wrapper {
    text-align: center;
  }


#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-variant-btn:hover {
  background: #252525;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-variant-btn:active, #s-46955830-c47b-4b10-b266-ea56cf711153 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-46955830-c47b-4b10-b266-ea56cf711153 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6a10b91e-25a4-4cd0-a711-8e01fb2bec6a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-6a10b91e-25a4-4cd0-a711-8e01fb2bec6a .shg-product-quantity-wrapper {
  display: flex;
}

#s-6a10b91e-25a4-4cd0-a711-8e01fb2bec6a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9c1ef706-b480-4d57-97aa-a3b44a07c226 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9c1ef706-b480-4d57-97aa-a3b44a07c226:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c1ef706-b480-4d57-97aa-a3b44a07c226:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c1ef706-b480-4d57-97aa-a3b44a07c226-atc-btn-wrapper {
    text-align: center;
  }


#s-9c1ef706-b480-4d57-97aa-a3b44a07c226 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-9c1ef706-b480-4d57-97aa-a3b44a07c226-atc-btn-wrapper {
    text-align: center;
  }


#s-9c1ef706-b480-4d57-97aa-a3b44a07c226 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-9c1ef706-b480-4d57-97aa-a3b44a07c226-atc-btn-wrapper {
    text-align: center;
  }


#s-9c1ef706-b480-4d57-97aa-a3b44a07c226 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9c1ef706-b480-4d57-97aa-a3b44a07c226.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-50d10100-c9a4-4e73-b250-766ce97065e6 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-50d10100-c9a4-4e73-b250-766ce97065e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50d10100-c9a4-4e73-b250-766ce97065e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7cae89bd-ea9b-45f8-8b5a-8b547a348bde {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-7cae89bd-ea9b-45f8-8b5a-8b547a348bde {
  display: none;
}
#s-dc59b088-db6e-40ca-8879-4f57becd7a9f {
  text-align: left;
}



.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc59b088-db6e-40ca-8879-4f57becd7a9f img.shogun-image {
  width: 100%;
}




#s-300779d6-afbd-452b-a1ba-66fd38ff8293 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-300779d6-afbd-452b-a1ba-66fd38ff8293 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-300779d6-afbd-452b-a1ba-66fd38ff8293 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-300779d6-afbd-452b-a1ba-66fd38ff8293 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-300779d6-afbd-452b-a1ba-66fd38ff8293 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-300779d6-afbd-452b-a1ba-66fd38ff8293 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-300779d6-afbd-452b-a1ba-66fd38ff8293 .shg-gallery-dot {
  background-color: #FFF;
}

#s-9977603f-8108-4597-8d1c-ed0ac6bcbfa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9977603f-8108-4597-8d1c-ed0ac6bcbfa9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-9977603f-8108-4597-8d1c-ed0ac6bcbfa9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9977603f-8108-4597-8d1c-ed0ac6bcbfa9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9977603f-8108-4597-8d1c-ed0ac6bcbfa9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-9977603f-8108-4597-8d1c-ed0ac6bcbfa9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-d0e3961e-80c8-4353-8c58-c45c73f7f4bc {
  margin-bottom: 10px;
text-align: center;
}

#s-d0e3961e-80c8-4353-8c58-c45c73f7f4bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d0e3961e-80c8-4353-8c58-c45c73f7f4bc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d0e3961e-80c8-4353-8c58-c45c73f7f4bc .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-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .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-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .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-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b-btn-wrapper {
    text-align: center;
  }


#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-variant-btn:hover {
  background: #252525;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-variant-btn:active, #s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0e6b41aa-3eaa-4810-985b-d2ad8ce47a9b .shg-variant-btn.disabled {
  background: #252525;
}

#s-23a7ed97-8f3d-496e-bb62-ce2e3b4d95b3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-23a7ed97-8f3d-496e-bb62-ce2e3b4d95b3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-23a7ed97-8f3d-496e-bb62-ce2e3b4d95b3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-c5b20a61-e755-481c-b90a-07d4d8fdc882 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c5b20a61-e755-481c-b90a-07d4d8fdc882:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5b20a61-e755-481c-b90a-07d4d8fdc882:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5b20a61-e755-481c-b90a-07d4d8fdc882-atc-btn-wrapper {
    text-align: center;
  }


#s-c5b20a61-e755-481c-b90a-07d4d8fdc882 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-c5b20a61-e755-481c-b90a-07d4d8fdc882-atc-btn-wrapper {
    text-align: center;
  }


#s-c5b20a61-e755-481c-b90a-07d4d8fdc882 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-c5b20a61-e755-481c-b90a-07d4d8fdc882-atc-btn-wrapper {
    text-align: center;
  }


#s-c5b20a61-e755-481c-b90a-07d4d8fdc882 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c5b20a61-e755-481c-b90a-07d4d8fdc882.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0728173e-d137-4e23-8944-26cadc039940 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0728173e-d137-4e23-8944-26cadc039940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0728173e-d137-4e23-8944-26cadc039940.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d39b05e5-bfca-45da-b6c4-d0af146aba10 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d39b05e5-bfca-45da-b6c4-d0af146aba10 {
  display: none;
}
#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 {
  text-align: left;
}



.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e0136e-cc09-4d0c-b6b6-6eba49a29994 img.shogun-image {
  width: 100%;
}




#s-3f48c33c-32a5-4175-949e-f2fc572c37e3 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3f48c33c-32a5-4175-949e-f2fc572c37e3 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-3f48c33c-32a5-4175-949e-f2fc572c37e3 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-3f48c33c-32a5-4175-949e-f2fc572c37e3 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-3f48c33c-32a5-4175-949e-f2fc572c37e3 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-3f48c33c-32a5-4175-949e-f2fc572c37e3 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-3f48c33c-32a5-4175-949e-f2fc572c37e3 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6b163634-3e5c-45d4-a662-ae729454d510 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b163634-3e5c-45d4-a662-ae729454d510 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-6b163634-3e5c-45d4-a662-ae729454d510 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6b163634-3e5c-45d4-a662-ae729454d510 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6b163634-3e5c-45d4-a662-ae729454d510 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-6b163634-3e5c-45d4-a662-ae729454d510 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1adacfc0-09f0-4b07-9ad3-1b20ec2b090a {
  margin-bottom: 10px;
text-align: center;
}

#s-1adacfc0-09f0-4b07-9ad3-1b20ec2b090a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1adacfc0-09f0-4b07-9ad3-1b20ec2b090a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1adacfc0-09f0-4b07-9ad3-1b20ec2b090a .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-74261eea-c407-4a9a-8292-041791607686 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-74261eea-c407-4a9a-8292-041791607686 .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-74261eea-c407-4a9a-8292-041791607686 .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-74261eea-c407-4a9a-8292-041791607686 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-74261eea-c407-4a9a-8292-041791607686-btn-wrapper {
    text-align: center;
  }


#s-74261eea-c407-4a9a-8292-041791607686 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-variant-btn:hover {
  background: #252525;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-variant-btn:active, #s-74261eea-c407-4a9a-8292-041791607686 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-74261eea-c407-4a9a-8292-041791607686 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3b308e64-19a4-4a74-b5d4-5b24662d3d6e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-3b308e64-19a4-4a74-b5d4-5b24662d3d6e .shg-product-quantity-wrapper {
  display: flex;
}

#s-3b308e64-19a4-4a74-b5d4-5b24662d3d6e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-09d92888-7602-4a14-9edc-02488674dbed {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-09d92888-7602-4a14-9edc-02488674dbed:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09d92888-7602-4a14-9edc-02488674dbed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09d92888-7602-4a14-9edc-02488674dbed-atc-btn-wrapper {
    text-align: center;
  }


#s-09d92888-7602-4a14-9edc-02488674dbed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-09d92888-7602-4a14-9edc-02488674dbed-atc-btn-wrapper {
    text-align: center;
  }


#s-09d92888-7602-4a14-9edc-02488674dbed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-09d92888-7602-4a14-9edc-02488674dbed-atc-btn-wrapper {
    text-align: center;
  }


#s-09d92888-7602-4a14-9edc-02488674dbed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-09d92888-7602-4a14-9edc-02488674dbed.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-1e3c2a26-a276-43a7-a382-e60eb1a52922 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e3c2a26-a276-43a7-a382-e60eb1a52922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e3c2a26-a276-43a7-a382-e60eb1a52922.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5acebac-ed71-4f53-8c0b-54aacfe40be2 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b5acebac-ed71-4f53-8c0b-54aacfe40be2 {
  display: none;
}
#s-9008e8e7-404f-4852-9429-94fbe80d9598 {
  text-align: left;
}



.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9008e8e7-404f-4852-9429-94fbe80d9598 img.shogun-image {
  width: 100%;
}




#s-6e9f98e3-1c47-4a9f-a2b4-324a987fd749 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6e9f98e3-1c47-4a9f-a2b4-324a987fd749 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-6e9f98e3-1c47-4a9f-a2b4-324a987fd749 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6e9f98e3-1c47-4a9f-a2b4-324a987fd749 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6e9f98e3-1c47-4a9f-a2b4-324a987fd749 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6e9f98e3-1c47-4a9f-a2b4-324a987fd749 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6e9f98e3-1c47-4a9f-a2b4-324a987fd749 .shg-gallery-dot {
  background-color: #FFF;
}

#s-9767f8b3-4893-4b13-a77e-0026b6ed3bb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9767f8b3-4893-4b13-a77e-0026b6ed3bb0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-9767f8b3-4893-4b13-a77e-0026b6ed3bb0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9767f8b3-4893-4b13-a77e-0026b6ed3bb0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9767f8b3-4893-4b13-a77e-0026b6ed3bb0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-9767f8b3-4893-4b13-a77e-0026b6ed3bb0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-cad1c420-bc9f-4653-be5b-4140d2b9ec87 {
  margin-bottom: 10px;
text-align: center;
}

#s-cad1c420-bc9f-4653-be5b-4140d2b9ec87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-cad1c420-bc9f-4653-be5b-4140d2b9ec87 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-cad1c420-bc9f-4653-be5b-4140d2b9ec87 .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-a1306e79-53f7-453e-995a-98a72399aa68 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .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-a1306e79-53f7-453e-995a-98a72399aa68 .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-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a1306e79-53f7-453e-995a-98a72399aa68-btn-wrapper {
    text-align: center;
  }


#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-variant-btn:hover {
  background: #252525;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-variant-btn:active, #s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a1306e79-53f7-453e-995a-98a72399aa68 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3e0410ff-eca4-47bb-b676-b5d16520fdc9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-3e0410ff-eca4-47bb-b676-b5d16520fdc9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3e0410ff-eca4-47bb-b676-b5d16520fdc9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-60b5f312-b262-49ec-bc84-6a8302af7d91 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-60b5f312-b262-49ec-bc84-6a8302af7d91:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-60b5f312-b262-49ec-bc84-6a8302af7d91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60b5f312-b262-49ec-bc84-6a8302af7d91-atc-btn-wrapper {
    text-align: center;
  }


#s-60b5f312-b262-49ec-bc84-6a8302af7d91 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-60b5f312-b262-49ec-bc84-6a8302af7d91-atc-btn-wrapper {
    text-align: center;
  }


#s-60b5f312-b262-49ec-bc84-6a8302af7d91 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-60b5f312-b262-49ec-bc84-6a8302af7d91-atc-btn-wrapper {
    text-align: center;
  }


#s-60b5f312-b262-49ec-bc84-6a8302af7d91 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-60b5f312-b262-49ec-bc84-6a8302af7d91.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-8245c320-4f2b-4bda-8f04-fb0eb4cdb2e5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8245c320-4f2b-4bda-8f04-fb0eb4cdb2e5 {
  
}
}
@media (min-width: 0px) {
[id="s-8245c320-4f2b-4bda-8f04-fb0eb4cdb2e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8245c320-4f2b-4bda-8f04-fb0eb4cdb2e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-8245c320-4f2b-4bda-8f04-fb0eb4cdb2e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-8245c320-4f2b-4bda-8f04-fb0eb4cdb2e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-187e617a-ec46-49f8-91f5-294dbb30c0b5 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-187e617a-ec46-49f8-91f5-294dbb30c0b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-187e617a-ec46-49f8-91f5-294dbb30c0b5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd819ca0-b3be-4276-8c59-6904434f59e9 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-fd819ca0-b3be-4276-8c59-6904434f59e9 {
  display: none;
}
#s-2415bf3d-9159-425b-8800-eb3286491428 {
  text-align: left;
}



.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2415bf3d-9159-425b-8800-eb3286491428 img.shogun-image {
  width: 100%;
}




#s-00a6cb8e-6705-46ce-95a9-3ffb5abbaa4c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-00a6cb8e-6705-46ce-95a9-3ffb5abbaa4c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-00a6cb8e-6705-46ce-95a9-3ffb5abbaa4c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-00a6cb8e-6705-46ce-95a9-3ffb5abbaa4c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-00a6cb8e-6705-46ce-95a9-3ffb5abbaa4c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-00a6cb8e-6705-46ce-95a9-3ffb5abbaa4c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-00a6cb8e-6705-46ce-95a9-3ffb5abbaa4c .shg-gallery-dot {
  background-color: #FFF;
}

#s-62029bdc-1351-48ec-a404-4bd4242f48cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62029bdc-1351-48ec-a404-4bd4242f48cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-62029bdc-1351-48ec-a404-4bd4242f48cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62029bdc-1351-48ec-a404-4bd4242f48cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62029bdc-1351-48ec-a404-4bd4242f48cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-62029bdc-1351-48ec-a404-4bd4242f48cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-e2b09919-948d-431c-8c86-035574f1a639 {
  margin-bottom: 10px;
text-align: center;
}

#s-e2b09919-948d-431c-8c86-035574f1a639 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-e2b09919-948d-431c-8c86-035574f1a639 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e2b09919-948d-431c-8c86-035574f1a639 .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-eb58b539-9920-4b7d-a0f3-393f8ff40e7f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .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-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .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-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f-btn-wrapper {
    text-align: center;
  }


#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-variant-btn:hover {
  background: #252525;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-variant-btn:active, #s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-eb58b539-9920-4b7d-a0f3-393f8ff40e7f .shg-variant-btn.disabled {
  background: #252525;
}

#s-6d1a6cd0-ca69-49a0-83a8-d279e190ba20 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-6d1a6cd0-ca69-49a0-83a8-d279e190ba20 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6d1a6cd0-ca69-49a0-83a8-d279e190ba20 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-c475af1c-0f54-49fd-9335-5850b02e62cb {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c475af1c-0f54-49fd-9335-5850b02e62cb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c475af1c-0f54-49fd-9335-5850b02e62cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c475af1c-0f54-49fd-9335-5850b02e62cb-atc-btn-wrapper {
    text-align: center;
  }


#s-c475af1c-0f54-49fd-9335-5850b02e62cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-c475af1c-0f54-49fd-9335-5850b02e62cb-atc-btn-wrapper {
    text-align: center;
  }


#s-c475af1c-0f54-49fd-9335-5850b02e62cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-c475af1c-0f54-49fd-9335-5850b02e62cb-atc-btn-wrapper {
    text-align: center;
  }


#s-c475af1c-0f54-49fd-9335-5850b02e62cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c475af1c-0f54-49fd-9335-5850b02e62cb.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-252949da-951a-4734-b4da-e65b3c83ec12 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-252949da-951a-4734-b4da-e65b3c83ec12 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-252949da-951a-4734-b4da-e65b3c83ec12 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-252949da-951a-4734-b4da-e65b3c83ec12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-252949da-951a-4734-b4da-e65b3c83ec12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94e6a957-0987-4134-8761-7a280eeb3da3 {
  padding-bottom: 10px;
}

#s-94e6a957-0987-4134-8761-7a280eeb3da3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-208f0a23-ff6a-4b4b-bb8b-d83140c9cfca {
  padding-bottom: 10px;
}

#s-208f0a23-ff6a-4b4b-bb8b-d83140c9cfca .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-9030adef-3a8c-4c17-8c21-2a5d0e0f100c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9030adef-3a8c-4c17-8c21-2a5d0e0f100c {
  
}
}
@media (min-width: 0px) {
[id="s-9030adef-3a8c-4c17-8c21-2a5d0e0f100c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9030adef-3a8c-4c17-8c21-2a5d0e0f100c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-9030adef-3a8c-4c17-8c21-2a5d0e0f100c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-9030adef-3a8c-4c17-8c21-2a5d0e0f100c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-9b9b9b10-7d12-4cd7-94f8-363a38be159a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9b9b9b10-7d12-4cd7-94f8-363a38be159a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b9b9b10-7d12-4cd7-94f8-363a38be159a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c37a9460-c878-4762-952c-ae500b25b373 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-c37a9460-c878-4762-952c-ae500b25b373 {
  display: none;
}
#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 {
  text-align: left;
}



.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed1e89a0-b51a-4bb7-96bd-57efddc6e125 img.shogun-image {
  width: 100%;
}




#s-33e68e2b-6f54-4afa-8528-7b37dda1cbd5 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-33e68e2b-6f54-4afa-8528-7b37dda1cbd5 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-33e68e2b-6f54-4afa-8528-7b37dda1cbd5 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-33e68e2b-6f54-4afa-8528-7b37dda1cbd5 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-33e68e2b-6f54-4afa-8528-7b37dda1cbd5 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-33e68e2b-6f54-4afa-8528-7b37dda1cbd5 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-33e68e2b-6f54-4afa-8528-7b37dda1cbd5 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6311dc5a-c918-4b95-a6f5-2e6bebf072bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6311dc5a-c918-4b95-a6f5-2e6bebf072bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-6311dc5a-c918-4b95-a6f5-2e6bebf072bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6311dc5a-c918-4b95-a6f5-2e6bebf072bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6311dc5a-c918-4b95-a6f5-2e6bebf072bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-6311dc5a-c918-4b95-a6f5-2e6bebf072bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-8d687efd-ac84-403d-b2ff-1297a2e79eeb {
  margin-bottom: 10px;
text-align: center;
}

#s-8d687efd-ac84-403d-b2ff-1297a2e79eeb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-8d687efd-ac84-403d-b2ff-1297a2e79eeb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8d687efd-ac84-403d-b2ff-1297a2e79eeb .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-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .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-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .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-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0-btn-wrapper {
    text-align: center;
  }


#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-variant-btn:hover {
  background: #252525;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-variant-btn:active, #s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5fb43d48-a100-4c1d-bf12-23d33d2d63b0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c1c99d3d-9ddc-41bc-a3c3-72834b04fb3f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-c1c99d3d-9ddc-41bc-a3c3-72834b04fb3f .shg-product-quantity-wrapper {
  display: flex;
}

#s-c1c99d3d-9ddc-41bc-a3c3-72834b04fb3f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9af52482-11e8-4fce-88f0-d351823618a4 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9af52482-11e8-4fce-88f0-d351823618a4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9af52482-11e8-4fce-88f0-d351823618a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9af52482-11e8-4fce-88f0-d351823618a4-atc-btn-wrapper {
    text-align: center;
  }


#s-9af52482-11e8-4fce-88f0-d351823618a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-9af52482-11e8-4fce-88f0-d351823618a4-atc-btn-wrapper {
    text-align: center;
  }


#s-9af52482-11e8-4fce-88f0-d351823618a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-9af52482-11e8-4fce-88f0-d351823618a4-atc-btn-wrapper {
    text-align: center;
  }


#s-9af52482-11e8-4fce-88f0-d351823618a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9af52482-11e8-4fce-88f0-d351823618a4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-ebf87f5d-e39f-4711-ade4-e660aecbd61a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ebf87f5d-e39f-4711-ade4-e660aecbd61a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebf87f5d-e39f-4711-ade4-e660aecbd61a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-16587b9c-9491-4797-8390-da7b51c67731 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-16587b9c-9491-4797-8390-da7b51c67731 {
  display: none;
}
#s-d2ad207e-162b-49e7-996d-f93f36df3464 {
  text-align: left;
}



.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2ad207e-162b-49e7-996d-f93f36df3464 img.shogun-image {
  width: 100%;
}




#s-fd0f1c99-5d8f-4f48-9c27-463a01c3eff7 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-fd0f1c99-5d8f-4f48-9c27-463a01c3eff7 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-fd0f1c99-5d8f-4f48-9c27-463a01c3eff7 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-fd0f1c99-5d8f-4f48-9c27-463a01c3eff7 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-fd0f1c99-5d8f-4f48-9c27-463a01c3eff7 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-fd0f1c99-5d8f-4f48-9c27-463a01c3eff7 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-fd0f1c99-5d8f-4f48-9c27-463a01c3eff7 .shg-gallery-dot {
  background-color: #FFF;
}

#s-7adbde58-ca4a-4237-9b45-8dc47b8a35c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7adbde58-ca4a-4237-9b45-8dc47b8a35c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-7adbde58-ca4a-4237-9b45-8dc47b8a35c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7adbde58-ca4a-4237-9b45-8dc47b8a35c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7adbde58-ca4a-4237-9b45-8dc47b8a35c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-7adbde58-ca4a-4237-9b45-8dc47b8a35c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-311d4abf-a7de-446b-8fc7-d1769bac84a4 {
  margin-bottom: 10px;
text-align: center;
}

#s-311d4abf-a7de-446b-8fc7-d1769bac84a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-311d4abf-a7de-446b-8fc7-d1769bac84a4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-311d4abf-a7de-446b-8fc7-d1769bac84a4 .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-446dfa47-bc07-44e5-9a44-a2b59232cd29 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .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-446dfa47-bc07-44e5-9a44-a2b59232cd29 .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-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-446dfa47-bc07-44e5-9a44-a2b59232cd29-btn-wrapper {
    text-align: center;
  }


#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-variant-btn:hover {
  background: #252525;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-variant-btn:active, #s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-446dfa47-bc07-44e5-9a44-a2b59232cd29 .shg-variant-btn.disabled {
  background: #252525;
}

#s-913e4acd-bd86-4c7f-bb61-d6b4e7bed26b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-913e4acd-bd86-4c7f-bb61-d6b4e7bed26b .shg-product-quantity-wrapper {
  display: flex;
}

#s-913e4acd-bd86-4c7f-bb61-d6b4e7bed26b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-97218bc4-57db-4728-8bda-241e7991033a {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-97218bc4-57db-4728-8bda-241e7991033a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97218bc4-57db-4728-8bda-241e7991033a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97218bc4-57db-4728-8bda-241e7991033a-atc-btn-wrapper {
    text-align: center;
  }


#s-97218bc4-57db-4728-8bda-241e7991033a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-97218bc4-57db-4728-8bda-241e7991033a-atc-btn-wrapper {
    text-align: center;
  }


#s-97218bc4-57db-4728-8bda-241e7991033a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-97218bc4-57db-4728-8bda-241e7991033a-atc-btn-wrapper {
    text-align: center;
  }


#s-97218bc4-57db-4728-8bda-241e7991033a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-97218bc4-57db-4728-8bda-241e7991033a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-920bc47e-34c9-4a41-825e-d175803cd2c5 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-920bc47e-34c9-4a41-825e-d175803cd2c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920bc47e-34c9-4a41-825e-d175803cd2c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f7152041-2695-429e-95ff-e76eb8350f24 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-f7152041-2695-429e-95ff-e76eb8350f24 {
  display: none;
}
#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 {
  text-align: left;
}



.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a886b5f-8c3f-4dd2-a734-23a19fd1e890 img.shogun-image {
  width: 100%;
}




#s-01df8d8e-321d-490a-8a1e-025226349777 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-01df8d8e-321d-490a-8a1e-025226349777 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-01df8d8e-321d-490a-8a1e-025226349777 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-01df8d8e-321d-490a-8a1e-025226349777 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-01df8d8e-321d-490a-8a1e-025226349777 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-01df8d8e-321d-490a-8a1e-025226349777 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-01df8d8e-321d-490a-8a1e-025226349777 .shg-gallery-dot {
  background-color: #FFF;
}

#s-eda963fa-9b3f-414e-99fd-bd81267ad581 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eda963fa-9b3f-414e-99fd-bd81267ad581 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-eda963fa-9b3f-414e-99fd-bd81267ad581 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eda963fa-9b3f-414e-99fd-bd81267ad581 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eda963fa-9b3f-414e-99fd-bd81267ad581 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-eda963fa-9b3f-414e-99fd-bd81267ad581 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-69b9376e-009e-4b22-96ec-13dff27c87bb {
  margin-bottom: 10px;
text-align: center;
}

#s-69b9376e-009e-4b22-96ec-13dff27c87bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-69b9376e-009e-4b22-96ec-13dff27c87bb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-69b9376e-009e-4b22-96ec-13dff27c87bb .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-7613d391-55de-4377-9cfe-ddf8b38a0898 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .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-7613d391-55de-4377-9cfe-ddf8b38a0898 .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-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7613d391-55de-4377-9cfe-ddf8b38a0898-btn-wrapper {
    text-align: center;
  }


#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-variant-btn:hover {
  background: #252525;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-variant-btn:active, #s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7613d391-55de-4377-9cfe-ddf8b38a0898 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3104e80a-bf27-4bfe-a00b-6af72d29b9d9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-3104e80a-bf27-4bfe-a00b-6af72d29b9d9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3104e80a-bf27-4bfe-a00b-6af72d29b9d9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-3c99716e-7448-4131-acb5-f26116ad86ae {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3c99716e-7448-4131-acb5-f26116ad86ae:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c99716e-7448-4131-acb5-f26116ad86ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c99716e-7448-4131-acb5-f26116ad86ae-atc-btn-wrapper {
    text-align: center;
  }


#s-3c99716e-7448-4131-acb5-f26116ad86ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-3c99716e-7448-4131-acb5-f26116ad86ae-atc-btn-wrapper {
    text-align: center;
  }


#s-3c99716e-7448-4131-acb5-f26116ad86ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-3c99716e-7448-4131-acb5-f26116ad86ae-atc-btn-wrapper {
    text-align: center;
  }


#s-3c99716e-7448-4131-acb5-f26116ad86ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-3c99716e-7448-4131-acb5-f26116ad86ae.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-69024dce-6b81-423f-9b16-20d065de81ca {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-69024dce-6b81-423f-9b16-20d065de81ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69024dce-6b81-423f-9b16-20d065de81ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b354764-a8c2-41c2-8f7f-c40692d9ac95 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0b354764-a8c2-41c2-8f7f-c40692d9ac95 {
  display: none;
}
#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 {
  text-align: left;
}



.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9639cdf-0091-40f9-a96f-807dacc30cc4 img.shogun-image {
  width: 100%;
}




#s-649dfb06-dd77-4178-83d0-2828199692bd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-649dfb06-dd77-4178-83d0-2828199692bd .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-649dfb06-dd77-4178-83d0-2828199692bd .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-649dfb06-dd77-4178-83d0-2828199692bd .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-649dfb06-dd77-4178-83d0-2828199692bd .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-649dfb06-dd77-4178-83d0-2828199692bd .shg-gallery-scroll-button {
  color: #FFF;
}

#s-649dfb06-dd77-4178-83d0-2828199692bd .shg-gallery-dot {
  background-color: #FFF;
}

#s-0d19b7cc-f48f-439c-954a-a5a09e29faa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d19b7cc-f48f-439c-954a-a5a09e29faa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-0d19b7cc-f48f-439c-954a-a5a09e29faa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0d19b7cc-f48f-439c-954a-a5a09e29faa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0d19b7cc-f48f-439c-954a-a5a09e29faa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-0d19b7cc-f48f-439c-954a-a5a09e29faa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-e831bec7-4dee-4b07-b3f2-c0772b57f946 {
  margin-bottom: 10px;
text-align: center;
}

#s-e831bec7-4dee-4b07-b3f2-c0772b57f946 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-e831bec7-4dee-4b07-b3f2-c0772b57f946 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e831bec7-4dee-4b07-b3f2-c0772b57f946 .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-813aa443-adb6-4663-9cfd-aaddfa33156b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .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-813aa443-adb6-4663-9cfd-aaddfa33156b .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-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-813aa443-adb6-4663-9cfd-aaddfa33156b-btn-wrapper {
    text-align: center;
  }


#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-variant-btn:hover {
  background: #252525;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-variant-btn:active, #s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-813aa443-adb6-4663-9cfd-aaddfa33156b .shg-variant-btn.disabled {
  background: #252525;
}

#s-f8ae71be-6729-4537-aa3b-94462160340d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-f8ae71be-6729-4537-aa3b-94462160340d .shg-product-quantity-wrapper {
  display: flex;
}

#s-f8ae71be-6729-4537-aa3b-94462160340d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-8366e9ae-3127-4d8e-878e-9e541c414f81 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8366e9ae-3127-4d8e-878e-9e541c414f81:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8366e9ae-3127-4d8e-878e-9e541c414f81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8366e9ae-3127-4d8e-878e-9e541c414f81-atc-btn-wrapper {
    text-align: center;
  }


#s-8366e9ae-3127-4d8e-878e-9e541c414f81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-8366e9ae-3127-4d8e-878e-9e541c414f81-atc-btn-wrapper {
    text-align: center;
  }


#s-8366e9ae-3127-4d8e-878e-9e541c414f81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-8366e9ae-3127-4d8e-878e-9e541c414f81-atc-btn-wrapper {
    text-align: center;
  }


#s-8366e9ae-3127-4d8e-878e-9e541c414f81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8366e9ae-3127-4d8e-878e-9e541c414f81.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0b6f9c41-2725-4603-812a-6ab9fcf4a507 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b6f9c41-2725-4603-812a-6ab9fcf4a507 {
  
}
}
@media (min-width: 0px) {
[id="s-0b6f9c41-2725-4603-812a-6ab9fcf4a507"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0b6f9c41-2725-4603-812a-6ab9fcf4a507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0b6f9c41-2725-4603-812a-6ab9fcf4a507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b6f9c41-2725-4603-812a-6ab9fcf4a507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-6505a826-e38e-4d4d-b708-0b4ff491aa51 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6505a826-e38e-4d4d-b708-0b4ff491aa51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6505a826-e38e-4d4d-b708-0b4ff491aa51.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d8d37095-16d8-4e88-bfc2-edfd269052bd {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d8d37095-16d8-4e88-bfc2-edfd269052bd {
  display: none;
}
#s-ef875322-7b98-47f6-b002-8bfb800bd193 {
  text-align: left;
}



.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef875322-7b98-47f6-b002-8bfb800bd193 img.shogun-image {
  width: 100%;
}




#s-17188510-3e83-469c-b7fa-a3d118863ba2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-17188510-3e83-469c-b7fa-a3d118863ba2 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-17188510-3e83-469c-b7fa-a3d118863ba2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-17188510-3e83-469c-b7fa-a3d118863ba2 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-17188510-3e83-469c-b7fa-a3d118863ba2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-17188510-3e83-469c-b7fa-a3d118863ba2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-17188510-3e83-469c-b7fa-a3d118863ba2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3753bd81-caeb-43ba-96ab-dbc2c8d404b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3753bd81-caeb-43ba-96ab-dbc2c8d404b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-3753bd81-caeb-43ba-96ab-dbc2c8d404b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3753bd81-caeb-43ba-96ab-dbc2c8d404b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3753bd81-caeb-43ba-96ab-dbc2c8d404b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-3753bd81-caeb-43ba-96ab-dbc2c8d404b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-45e02508-2cd2-4f96-8f88-28a03fba9887 {
  margin-bottom: 10px;
text-align: center;
}

#s-45e02508-2cd2-4f96-8f88-28a03fba9887 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-45e02508-2cd2-4f96-8f88-28a03fba9887 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-45e02508-2cd2-4f96-8f88-28a03fba9887 .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-5e294337-61d0-4e2f-84a8-dbd1be1db258 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .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-5e294337-61d0-4e2f-84a8-dbd1be1db258 .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-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5e294337-61d0-4e2f-84a8-dbd1be1db258-btn-wrapper {
    text-align: center;
  }


#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-variant-btn:hover {
  background: #252525;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-variant-btn:active, #s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5e294337-61d0-4e2f-84a8-dbd1be1db258 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2bf1a05a-d1c9-455c-8fc0-20e18042bf72 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-2bf1a05a-d1c9-455c-8fc0-20e18042bf72 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2bf1a05a-d1c9-455c-8fc0-20e18042bf72 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-aa10890f-c33b-48d2-9b54-75379b802614 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-aa10890f-c33b-48d2-9b54-75379b802614:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa10890f-c33b-48d2-9b54-75379b802614:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa10890f-c33b-48d2-9b54-75379b802614-atc-btn-wrapper {
    text-align: center;
  }


#s-aa10890f-c33b-48d2-9b54-75379b802614 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-aa10890f-c33b-48d2-9b54-75379b802614-atc-btn-wrapper {
    text-align: center;
  }


#s-aa10890f-c33b-48d2-9b54-75379b802614 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-aa10890f-c33b-48d2-9b54-75379b802614-atc-btn-wrapper {
    text-align: center;
  }


#s-aa10890f-c33b-48d2-9b54-75379b802614 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-aa10890f-c33b-48d2-9b54-75379b802614.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b3f4ff75-6fb7-4e60-9beb-311e40e646ef {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b3f4ff75-6fb7-4e60-9beb-311e40e646ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f4ff75-6fb7-4e60-9beb-311e40e646ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-829a275d-f854-439b-85ac-2617880ff037 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-829a275d-f854-439b-85ac-2617880ff037 {
  display: none;
}
#s-05b43649-dcb5-41f1-9893-220b948f0a38 {
  text-align: left;
}



.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b43649-dcb5-41f1-9893-220b948f0a38 img.shogun-image {
  width: 100%;
}




#s-a4dc2c04-1be6-4a3e-a19e-0058c0195e29 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a4dc2c04-1be6-4a3e-a19e-0058c0195e29 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-a4dc2c04-1be6-4a3e-a19e-0058c0195e29 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a4dc2c04-1be6-4a3e-a19e-0058c0195e29 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a4dc2c04-1be6-4a3e-a19e-0058c0195e29 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a4dc2c04-1be6-4a3e-a19e-0058c0195e29 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a4dc2c04-1be6-4a3e-a19e-0058c0195e29 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d66c7505-edf2-43db-9cda-39b84856b669 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d66c7505-edf2-43db-9cda-39b84856b669 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-d66c7505-edf2-43db-9cda-39b84856b669 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d66c7505-edf2-43db-9cda-39b84856b669 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d66c7505-edf2-43db-9cda-39b84856b669 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-d66c7505-edf2-43db-9cda-39b84856b669 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-07b7700d-836f-4025-9534-6006bbebc31a {
  margin-bottom: 10px;
text-align: center;
}

#s-07b7700d-836f-4025-9534-6006bbebc31a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-07b7700d-836f-4025-9534-6006bbebc31a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-07b7700d-836f-4025-9534-6006bbebc31a .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-30c55e77-4c24-4928-9bc1-6c83d3e02f8e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .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-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .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-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e-btn-wrapper {
    text-align: center;
  }


#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-variant-btn:hover {
  background: #252525;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-variant-btn:active, #s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-30c55e77-4c24-4928-9bc1-6c83d3e02f8e .shg-variant-btn.disabled {
  background: #252525;
}

#s-f2b86dec-0137-4785-9b3d-6ca39b7295cc {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-f2b86dec-0137-4785-9b3d-6ca39b7295cc .shg-product-quantity-wrapper {
  display: flex;
}

#s-f2b86dec-0137-4785-9b3d-6ca39b7295cc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9e60392e-15d5-4696-aaf6-b8561d4925ad {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9e60392e-15d5-4696-aaf6-b8561d4925ad:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9e60392e-15d5-4696-aaf6-b8561d4925ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e60392e-15d5-4696-aaf6-b8561d4925ad-atc-btn-wrapper {
    text-align: center;
  }


#s-9e60392e-15d5-4696-aaf6-b8561d4925ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-9e60392e-15d5-4696-aaf6-b8561d4925ad-atc-btn-wrapper {
    text-align: center;
  }


#s-9e60392e-15d5-4696-aaf6-b8561d4925ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-9e60392e-15d5-4696-aaf6-b8561d4925ad-atc-btn-wrapper {
    text-align: center;
  }


#s-9e60392e-15d5-4696-aaf6-b8561d4925ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9e60392e-15d5-4696-aaf6-b8561d4925ad.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b5c97ab5-5dad-4f64-9828-fdf35f697f60 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b5c97ab5-5dad-4f64-9828-fdf35f697f60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5c97ab5-5dad-4f64-9828-fdf35f697f60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a7aed25-7a07-42ef-9dff-a907962c1b19 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2a7aed25-7a07-42ef-9dff-a907962c1b19 {
  display: none;
}
#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a {
  text-align: left;
}



.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58f3c75-07aa-4fbf-8c70-da03e091a68a img.shogun-image {
  width: 100%;
}




#s-60df7329-76b3-4535-84d9-08fc52560d16 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-60df7329-76b3-4535-84d9-08fc52560d16 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-60df7329-76b3-4535-84d9-08fc52560d16 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-60df7329-76b3-4535-84d9-08fc52560d16 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-60df7329-76b3-4535-84d9-08fc52560d16 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-60df7329-76b3-4535-84d9-08fc52560d16 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-60df7329-76b3-4535-84d9-08fc52560d16 .shg-gallery-dot {
  background-color: #FFF;
}

#s-1c00125b-f7cc-4165-abdd-6bd6e73b4920 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c00125b-f7cc-4165-abdd-6bd6e73b4920 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-1c00125b-f7cc-4165-abdd-6bd6e73b4920 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1c00125b-f7cc-4165-abdd-6bd6e73b4920 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1c00125b-f7cc-4165-abdd-6bd6e73b4920 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-1c00125b-f7cc-4165-abdd-6bd6e73b4920 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-720c88a0-44fe-4585-a121-03edb5a1bf09 {
  margin-bottom: 10px;
text-align: center;
}

#s-720c88a0-44fe-4585-a121-03edb5a1bf09 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-720c88a0-44fe-4585-a121-03edb5a1bf09 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-720c88a0-44fe-4585-a121-03edb5a1bf09 .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-92f0befa-f2b8-4d56-80c9-b6835564f8dc {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .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-92f0befa-f2b8-4d56-80c9-b6835564f8dc .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-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-92f0befa-f2b8-4d56-80c9-b6835564f8dc-btn-wrapper {
    text-align: center;
  }


#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-variant-btn:hover {
  background: #252525;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-variant-btn:active, #s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-92f0befa-f2b8-4d56-80c9-b6835564f8dc .shg-variant-btn.disabled {
  background: #252525;
}

#s-42d2d9b6-7320-47cc-ad00-004ab7dab9e9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-42d2d9b6-7320-47cc-ad00-004ab7dab9e9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-42d2d9b6-7320-47cc-ad00-004ab7dab9e9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79d982c1-8aea-4433-b9a5-e7eab220d3a6-atc-btn-wrapper {
    text-align: center;
  }


#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-79d982c1-8aea-4433-b9a5-e7eab220d3a6-atc-btn-wrapper {
    text-align: center;
  }


#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-79d982c1-8aea-4433-b9a5-e7eab220d3a6-atc-btn-wrapper {
    text-align: center;
  }


#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-79d982c1-8aea-4433-b9a5-e7eab220d3a6.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7306ac88-be09-463b-a1fe-50b9f138eff1 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7306ac88-be09-463b-a1fe-50b9f138eff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7306ac88-be09-463b-a1fe-50b9f138eff1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4f18aaf-8f93-40af-9196-2041250a984d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a4f18aaf-8f93-40af-9196-2041250a984d {
  display: none;
}
#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 {
  text-align: left;
}



.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23458a21-0c3c-45fc-9f9a-e81d843d3338 img.shogun-image {
  width: 100%;
}




#s-82f0c30f-fddc-4d06-8b67-ff593fb486b1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-82f0c30f-fddc-4d06-8b67-ff593fb486b1 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-82f0c30f-fddc-4d06-8b67-ff593fb486b1 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-82f0c30f-fddc-4d06-8b67-ff593fb486b1 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-82f0c30f-fddc-4d06-8b67-ff593fb486b1 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-82f0c30f-fddc-4d06-8b67-ff593fb486b1 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-82f0c30f-fddc-4d06-8b67-ff593fb486b1 .shg-gallery-dot {
  background-color: #FFF;
}

#s-55f44539-f447-4727-b7f5-368533042d53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55f44539-f447-4727-b7f5-368533042d53 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-55f44539-f447-4727-b7f5-368533042d53 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55f44539-f447-4727-b7f5-368533042d53 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-55f44539-f447-4727-b7f5-368533042d53 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-55f44539-f447-4727-b7f5-368533042d53 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-27a24b79-06a3-4d0b-a84d-df670e0d675b {
  margin-bottom: 10px;
text-align: center;
}

#s-27a24b79-06a3-4d0b-a84d-df670e0d675b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-27a24b79-06a3-4d0b-a84d-df670e0d675b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-27a24b79-06a3-4d0b-a84d-df670e0d675b .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-3625b635-2786-409e-a280-fdbee63bc7e1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .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-3625b635-2786-409e-a280-fdbee63bc7e1 .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-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3625b635-2786-409e-a280-fdbee63bc7e1-btn-wrapper {
    text-align: center;
  }


#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-variant-btn:hover {
  background: #252525;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-variant-btn:active, #s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3625b635-2786-409e-a280-fdbee63bc7e1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-9a587a7c-55f8-4033-a255-6470bc92a554 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-9a587a7c-55f8-4033-a255-6470bc92a554 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9a587a7c-55f8-4033-a255-6470bc92a554 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-bc7b1b9d-4895-4e80-a4c3-08bb141b0498.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-26829a77-e5f3-48d4-8667-f47ab8090dfe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26829a77-e5f3-48d4-8667-f47ab8090dfe {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-26829a77-e5f3-48d4-8667-f47ab8090dfe {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-26829a77-e5f3-48d4-8667-f47ab8090dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26829a77-e5f3-48d4-8667-f47ab8090dfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07d8736f-7d33-4f8a-8b0a-ffff95140866 {
  padding-bottom: 10px;
}

#s-07d8736f-7d33-4f8a-8b0a-ffff95140866 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-31e9aa83-c1f0-4968-98de-ab7798096eb3 {
  padding-bottom: 10px;
}

#s-31e9aa83-c1f0-4968-98de-ab7798096eb3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-4c186feb-098f-4a21-b847-1e88fafa2113 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c186feb-098f-4a21-b847-1e88fafa2113 {
  
}
}
@media (min-width: 0px) {
[id="s-4c186feb-098f-4a21-b847-1e88fafa2113"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4c186feb-098f-4a21-b847-1e88fafa2113"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-4c186feb-098f-4a21-b847-1e88fafa2113"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c186feb-098f-4a21-b847-1e88fafa2113"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-add5fc66-0f23-4292-8785-8998ea32f573 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-add5fc66-0f23-4292-8785-8998ea32f573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-add5fc66-0f23-4292-8785-8998ea32f573.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-534c5fef-26f2-4f16-96cb-618d1c73aca7 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-534c5fef-26f2-4f16-96cb-618d1c73aca7 {
  display: none;
}
#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f {
  text-align: left;
}



.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25b60b4-2b7e-4939-9b17-37ffd905db5f img.shogun-image {
  width: 100%;
}




#s-6e3e654e-6327-4d09-9e25-bbc7c3c44504 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e3e654e-6327-4d09-9e25-bbc7c3c44504 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-6e3e654e-6327-4d09-9e25-bbc7c3c44504 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e3e654e-6327-4d09-9e25-bbc7c3c44504 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e3e654e-6327-4d09-9e25-bbc7c3c44504 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-6e3e654e-6327-4d09-9e25-bbc7c3c44504 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-d5444c12-a28b-498d-b0b6-907d883b52c8 {
  margin-bottom: 10px;
text-align: center;
}

#s-d5444c12-a28b-498d-b0b6-907d883b52c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d5444c12-a28b-498d-b0b6-907d883b52c8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d5444c12-a28b-498d-b0b6-907d883b52c8 .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-7f09fec0-74ea-48c9-8ccf-7de2e665644b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-7f09fec0-74ea-48c9-8ccf-7de2e665644b .shg-product-quantity-wrapper {
  display: flex;
}

#s-7f09fec0-74ea-48c9-8ccf-7de2e665644b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-489579ef-5c24-487a-91ae-5a9e6110e03a {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-489579ef-5c24-487a-91ae-5a9e6110e03a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-489579ef-5c24-487a-91ae-5a9e6110e03a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-489579ef-5c24-487a-91ae-5a9e6110e03a-atc-btn-wrapper {
    text-align: center;
  }


#s-489579ef-5c24-487a-91ae-5a9e6110e03a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-489579ef-5c24-487a-91ae-5a9e6110e03a-atc-btn-wrapper {
    text-align: center;
  }


#s-489579ef-5c24-487a-91ae-5a9e6110e03a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-489579ef-5c24-487a-91ae-5a9e6110e03a-atc-btn-wrapper {
    text-align: center;
  }


#s-489579ef-5c24-487a-91ae-5a9e6110e03a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-489579ef-5c24-487a-91ae-5a9e6110e03a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-060baeff-5e33-4209-8727-c1c6020ebca4 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-060baeff-5e33-4209-8727-c1c6020ebca4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-060baeff-5e33-4209-8727-c1c6020ebca4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3b4a2b5-d56a-47a9-a62a-ea0e7b6f0489 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b3b4a2b5-d56a-47a9-a62a-ea0e7b6f0489 {
  display: none;
}
#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 {
  text-align: left;
}



.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bd227cf-2b2e-4f09-9045-69a2d0e07e85 img.shogun-image {
  width: 100%;
}




#s-27468b8d-b496-4ea8-bdb6-c66f3a1288cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27468b8d-b496-4ea8-bdb6-c66f3a1288cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-27468b8d-b496-4ea8-bdb6-c66f3a1288cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27468b8d-b496-4ea8-bdb6-c66f3a1288cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-27468b8d-b496-4ea8-bdb6-c66f3a1288cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-27468b8d-b496-4ea8-bdb6-c66f3a1288cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-e73b2283-ed59-46d0-80c7-680091a2013a {
  margin-bottom: 10px;
text-align: center;
}

#s-e73b2283-ed59-46d0-80c7-680091a2013a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-e73b2283-ed59-46d0-80c7-680091a2013a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e73b2283-ed59-46d0-80c7-680091a2013a .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-d9000eb9-9c4c-4d7c-85d9-289c99de898d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-d9000eb9-9c4c-4d7c-85d9-289c99de898d .shg-product-quantity-wrapper {
  display: flex;
}

#s-d9000eb9-9c4c-4d7c-85d9-289c99de898d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7-atc-btn-wrapper {
    text-align: center;
  }


#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7-atc-btn-wrapper {
    text-align: center;
  }


#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7-atc-btn-wrapper {
    text-align: center;
  }


#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f2afb64b-6d39-4510-a3bc-3c404cfa21e7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-a75ba50d-9bfd-4897-a86b-618121b24281 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a75ba50d-9bfd-4897-a86b-618121b24281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a75ba50d-9bfd-4897-a86b-618121b24281.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-106ec686-9ff2-44c4-9172-b4afa1f16a62 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-106ec686-9ff2-44c4-9172-b4afa1f16a62 {
  display: none;
}
#s-08e5697b-5349-4be9-982b-8270f679d838 {
  text-align: left;
}



.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e5697b-5349-4be9-982b-8270f679d838 img.shogun-image {
  width: 100%;
}




#s-4c32054e-8dc9-408f-8215-b5284a09b5f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c32054e-8dc9-408f-8215-b5284a09b5f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-4c32054e-8dc9-408f-8215-b5284a09b5f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4c32054e-8dc9-408f-8215-b5284a09b5f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c32054e-8dc9-408f-8215-b5284a09b5f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-4c32054e-8dc9-408f-8215-b5284a09b5f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-323f6e80-bb8b-4a2b-b57e-9ebe3f004ebe {
  margin-bottom: 10px;
text-align: center;
}

#s-323f6e80-bb8b-4a2b-b57e-9ebe3f004ebe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-323f6e80-bb8b-4a2b-b57e-9ebe3f004ebe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-323f6e80-bb8b-4a2b-b57e-9ebe3f004ebe .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-206de933-0a0d-4a2e-8a0f-d31be23515dd {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-206de933-0a0d-4a2e-8a0f-d31be23515dd .shg-product-quantity-wrapper {
  display: flex;
}

#s-206de933-0a0d-4a2e-8a0f-d31be23515dd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e-atc-btn-wrapper {
    text-align: center;
  }


#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e-atc-btn-wrapper {
    text-align: center;
  }


#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e-atc-btn-wrapper {
    text-align: center;
  }


#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5aa000b2-be14-4b8d-9ffc-beb4e98bfb6e.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6c8fbcdd-2d4d-4f08-917e-7de15ef0d4e5 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c8fbcdd-2d4d-4f08-917e-7de15ef0d4e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c8fbcdd-2d4d-4f08-917e-7de15ef0d4e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd098c71-1765-4548-adad-a84cc55a25d8 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-bd098c71-1765-4548-adad-a84cc55a25d8 {
  display: none;
}
#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 {
  text-align: left;
}



.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca19656-077f-4b70-a87e-1e5af6cdf873 img.shogun-image {
  width: 100%;
}




#s-4940c299-91d4-4824-9236-b1668de52f6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4940c299-91d4-4824-9236-b1668de52f6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-4940c299-91d4-4824-9236-b1668de52f6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4940c299-91d4-4824-9236-b1668de52f6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4940c299-91d4-4824-9236-b1668de52f6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-4940c299-91d4-4824-9236-b1668de52f6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-4a4092c2-f94f-41aa-b20a-7e1169a83aee {
  margin-bottom: 10px;
text-align: center;
}

#s-4a4092c2-f94f-41aa-b20a-7e1169a83aee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-4a4092c2-f94f-41aa-b20a-7e1169a83aee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a4092c2-f94f-41aa-b20a-7e1169a83aee .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-5cf85d6e-d9f5-4082-8291-e6c07be18db3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-5cf85d6e-d9f5-4082-8291-e6c07be18db3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5cf85d6e-d9f5-4082-8291-e6c07be18db3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e988a531-7d3e-4780-816b-7c5368361f72 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e988a531-7d3e-4780-816b-7c5368361f72:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e988a531-7d3e-4780-816b-7c5368361f72:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e988a531-7d3e-4780-816b-7c5368361f72-atc-btn-wrapper {
    text-align: center;
  }


#s-e988a531-7d3e-4780-816b-7c5368361f72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-e988a531-7d3e-4780-816b-7c5368361f72-atc-btn-wrapper {
    text-align: center;
  }


#s-e988a531-7d3e-4780-816b-7c5368361f72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-e988a531-7d3e-4780-816b-7c5368361f72-atc-btn-wrapper {
    text-align: center;
  }


#s-e988a531-7d3e-4780-816b-7c5368361f72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e988a531-7d3e-4780-816b-7c5368361f72.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-213734c4-6edb-4bc1-9b20-4f7c5280282b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-213734c4-6edb-4bc1-9b20-4f7c5280282b {
  
}
}
@media (min-width: 0px) {
[id="s-213734c4-6edb-4bc1-9b20-4f7c5280282b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-213734c4-6edb-4bc1-9b20-4f7c5280282b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-213734c4-6edb-4bc1-9b20-4f7c5280282b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-213734c4-6edb-4bc1-9b20-4f7c5280282b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-c7a584a4-3c8b-4834-b8ac-c5f1f6f585fd {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c7a584a4-3c8b-4834-b8ac-c5f1f6f585fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7a584a4-3c8b-4834-b8ac-c5f1f6f585fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e9207033-3524-4f18-8209-f1788a8831fa {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-e9207033-3524-4f18-8209-f1788a8831fa {
  display: none;
}
#s-9e93436c-4079-4dbd-b1d7-1be966804267 {
  text-align: left;
}



.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e93436c-4079-4dbd-b1d7-1be966804267 img.shogun-image {
  width: 100%;
}




#s-776a5d38-5ebe-4908-8278-93cebc07b30c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-776a5d38-5ebe-4908-8278-93cebc07b30c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-776a5d38-5ebe-4908-8278-93cebc07b30c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-776a5d38-5ebe-4908-8278-93cebc07b30c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-776a5d38-5ebe-4908-8278-93cebc07b30c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-776a5d38-5ebe-4908-8278-93cebc07b30c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-776a5d38-5ebe-4908-8278-93cebc07b30c .shg-gallery-dot {
  background-color: #FFF;
}

#s-9818a64d-dae4-42ea-853e-0d8a9d020afa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9818a64d-dae4-42ea-853e-0d8a9d020afa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-9818a64d-dae4-42ea-853e-0d8a9d020afa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9818a64d-dae4-42ea-853e-0d8a9d020afa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9818a64d-dae4-42ea-853e-0d8a9d020afa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-9818a64d-dae4-42ea-853e-0d8a9d020afa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-7fa26876-9b62-4836-ac98-178becfb37f2 {
  margin-bottom: 10px;
text-align: center;
}

#s-7fa26876-9b62-4836-ac98-178becfb37f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-7fa26876-9b62-4836-ac98-178becfb37f2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-7fa26876-9b62-4836-ac98-178becfb37f2 .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-c12eda22-c001-40f0-825e-d6fb92c36470 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .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-c12eda22-c001-40f0-825e-d6fb92c36470 .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-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c12eda22-c001-40f0-825e-d6fb92c36470-btn-wrapper {
    text-align: center;
  }


#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-variant-btn:hover {
  background: #252525;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-variant-btn:active, #s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c12eda22-c001-40f0-825e-d6fb92c36470 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ef5b29f3-3897-4b16-a1d8-781e8f65d491 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-ef5b29f3-3897-4b16-a1d8-781e8f65d491 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ef5b29f3-3897-4b16-a1d8-781e8f65d491 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7-atc-btn-wrapper {
    text-align: center;
  }


#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7-atc-btn-wrapper {
    text-align: center;
  }


#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7-atc-btn-wrapper {
    text-align: center;
  }


#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-abb428f1-7c8f-41fe-93ee-63c9e0bcaab7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-65ea9e9d-fdc8-44ab-82b2-c51f34b0338b {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-65ea9e9d-fdc8-44ab-82b2-c51f34b0338b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65ea9e9d-fdc8-44ab-82b2-c51f34b0338b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0660c9a-beaa-44f7-8016-c547f0bb4a7c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-e0660c9a-beaa-44f7-8016-c547f0bb4a7c {
  display: none;
}
#s-4b64a062-c675-4a98-8c64-5b42959b2c26 {
  text-align: left;
}



.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b64a062-c675-4a98-8c64-5b42959b2c26 img.shogun-image {
  width: 100%;
}




#s-49870b39-7860-401d-9f99-a578592974f0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-49870b39-7860-401d-9f99-a578592974f0 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-49870b39-7860-401d-9f99-a578592974f0 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-49870b39-7860-401d-9f99-a578592974f0 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-49870b39-7860-401d-9f99-a578592974f0 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-49870b39-7860-401d-9f99-a578592974f0 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-49870b39-7860-401d-9f99-a578592974f0 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d2c7f859-750d-40b6-a222-77936d88e71f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2c7f859-750d-40b6-a222-77936d88e71f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-d2c7f859-750d-40b6-a222-77936d88e71f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d2c7f859-750d-40b6-a222-77936d88e71f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d2c7f859-750d-40b6-a222-77936d88e71f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-d2c7f859-750d-40b6-a222-77936d88e71f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-3625396f-da11-476c-ac0e-37d81b8bc924 {
  margin-bottom: 10px;
text-align: center;
}

#s-3625396f-da11-476c-ac0e-37d81b8bc924 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3625396f-da11-476c-ac0e-37d81b8bc924 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3625396f-da11-476c-ac0e-37d81b8bc924 .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-6632e897-d588-43bf-92a4-4bf730921a23 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .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-6632e897-d588-43bf-92a4-4bf730921a23 .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-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6632e897-d588-43bf-92a4-4bf730921a23-btn-wrapper {
    text-align: center;
  }


#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-variant-btn:hover {
  background: #252525;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-variant-btn:active, #s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6632e897-d588-43bf-92a4-4bf730921a23 .shg-variant-btn.disabled {
  background: #252525;
}

#s-fbdd879c-cccd-43c1-a3ef-676b5f217710 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-fbdd879c-cccd-43c1-a3ef-676b5f217710 .shg-product-quantity-wrapper {
  display: flex;
}

#s-fbdd879c-cccd-43c1-a3ef-676b5f217710 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98983aa6-4e49-48fd-9ab0-400ac478d7e4-atc-btn-wrapper {
    text-align: center;
  }


#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-98983aa6-4e49-48fd-9ab0-400ac478d7e4-atc-btn-wrapper {
    text-align: center;
  }


#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-98983aa6-4e49-48fd-9ab0-400ac478d7e4-atc-btn-wrapper {
    text-align: center;
  }


#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-98983aa6-4e49-48fd-9ab0-400ac478d7e4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-138039ac-263f-4854-ba3c-af6872665e5f {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-138039ac-263f-4854-ba3c-af6872665e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-138039ac-263f-4854-ba3c-af6872665e5f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f6bd665c-b771-4233-a3d4-eae45f6cd803 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-f6bd665c-b771-4233-a3d4-eae45f6cd803 {
  display: none;
}
#s-fa728f85-e1d3-48bf-ba73-80103a0e197b {
  text-align: left;
}



.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa728f85-e1d3-48bf-ba73-80103a0e197b img.shogun-image {
  width: 100%;
}




#s-63ff698b-ddc9-46f1-b26f-9bc74e7c47e2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-63ff698b-ddc9-46f1-b26f-9bc74e7c47e2 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-63ff698b-ddc9-46f1-b26f-9bc74e7c47e2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-63ff698b-ddc9-46f1-b26f-9bc74e7c47e2 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-63ff698b-ddc9-46f1-b26f-9bc74e7c47e2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-63ff698b-ddc9-46f1-b26f-9bc74e7c47e2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-63ff698b-ddc9-46f1-b26f-9bc74e7c47e2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-e29bff84-ecb9-4415-ab85-c791888e0ee9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e29bff84-ecb9-4415-ab85-c791888e0ee9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-e29bff84-ecb9-4415-ab85-c791888e0ee9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e29bff84-ecb9-4415-ab85-c791888e0ee9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e29bff84-ecb9-4415-ab85-c791888e0ee9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-e29bff84-ecb9-4415-ab85-c791888e0ee9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-752b3cf4-fdc6-42a3-a796-ec8b5108e6c2 {
  margin-bottom: 10px;
text-align: center;
}

#s-752b3cf4-fdc6-42a3-a796-ec8b5108e6c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-752b3cf4-fdc6-42a3-a796-ec8b5108e6c2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-752b3cf4-fdc6-42a3-a796-ec8b5108e6c2 .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-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .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-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .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-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea-btn-wrapper {
    text-align: center;
  }


#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-variant-btn:hover {
  background: #252525;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-variant-btn:active, #s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0fb2bca7-50ae-4ee9-a86f-76b39c6d84ea .shg-variant-btn.disabled {
  background: #252525;
}

#s-782b38d7-b4a4-478d-84d9-3a50fdb04781 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-782b38d7-b4a4-478d-84d9-3a50fdb04781 .shg-product-quantity-wrapper {
  display: flex;
}

#s-782b38d7-b4a4-478d-84d9-3a50fdb04781 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d87d82bf-9132-48ac-aaee-05fc9955ec2a-atc-btn-wrapper {
    text-align: center;
  }


#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-d87d82bf-9132-48ac-aaee-05fc9955ec2a-atc-btn-wrapper {
    text-align: center;
  }


#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-d87d82bf-9132-48ac-aaee-05fc9955ec2a-atc-btn-wrapper {
    text-align: center;
  }


#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d87d82bf-9132-48ac-aaee-05fc9955ec2a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-4cd5fcb8-f55f-4e5f-8736-5fafd60fab78 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4cd5fcb8-f55f-4e5f-8736-5fafd60fab78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cd5fcb8-f55f-4e5f-8736-5fafd60fab78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6351ed81-4ed8-4440-9711-2eb5d5e8beaa {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6351ed81-4ed8-4440-9711-2eb5d5e8beaa {
  display: none;
}
#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e {
  text-align: left;
}



.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0f6688-0b73-46e4-9e62-3b312c5e744e img.shogun-image {
  width: 100%;
}




#s-ee8fa309-53a3-48da-9663-85e3fafe7574 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ee8fa309-53a3-48da-9663-85e3fafe7574 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ee8fa309-53a3-48da-9663-85e3fafe7574 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ee8fa309-53a3-48da-9663-85e3fafe7574 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ee8fa309-53a3-48da-9663-85e3fafe7574 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ee8fa309-53a3-48da-9663-85e3fafe7574 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ee8fa309-53a3-48da-9663-85e3fafe7574 .shg-gallery-dot {
  background-color: #FFF;
}

#s-b68dc557-d45b-4403-8577-71b9184ebdb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b68dc557-d45b-4403-8577-71b9184ebdb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-b68dc557-d45b-4403-8577-71b9184ebdb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b68dc557-d45b-4403-8577-71b9184ebdb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b68dc557-d45b-4403-8577-71b9184ebdb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-b68dc557-d45b-4403-8577-71b9184ebdb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-25fb47b8-f5b8-4ffb-aef5-a56933b45a99 {
  margin-bottom: 10px;
text-align: center;
}

#s-25fb47b8-f5b8-4ffb-aef5-a56933b45a99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-25fb47b8-f5b8-4ffb-aef5-a56933b45a99 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-25fb47b8-f5b8-4ffb-aef5-a56933b45a99 .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-96d1af95-5a11-4aa5-a71f-45136c1bab73 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .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-96d1af95-5a11-4aa5-a71f-45136c1bab73 .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-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-96d1af95-5a11-4aa5-a71f-45136c1bab73-btn-wrapper {
    text-align: center;
  }


#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-variant-btn:hover {
  background: #252525;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-variant-btn:active, #s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-96d1af95-5a11-4aa5-a71f-45136c1bab73 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2bf4bcfa-22ff-4d6d-ba3c-7d279b925121 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
border-style: solid;
text-align: left;
}

#s-2bf4bcfa-22ff-4d6d-ba3c-7d279b925121 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2bf4bcfa-22ff-4d6d-ba3c-7d279b925121 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a-atc-btn-wrapper {
    text-align: center;
  }


#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) and (max-width: 991px){
  #s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a-atc-btn-wrapper {
    text-align: center;
  }


#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a-atc-btn-wrapper {
    text-align: center;
  }


#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-1ad8b48b-b9ad-4930-b050-70c94dfadc5a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-bottom: 100px;
min-height: 400px;
max-width: 1400px;
}
@media (max-width: 767px){#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  min-height: 300px;
}
}







#s-fd01f8cf-9820-44de-93e8-1a416f85a155 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fd01f8cf-9820-44de-93e8-1a416f85a155.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-31237a40-28f0-402d-bcd2-6e301a5b875a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}








#s-31237a40-28f0-402d-bcd2-6e301a5b875a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31237a40-28f0-402d-bcd2-6e301a5b875a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
}
@media (min-width: 1200px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (max-width: 767px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 45px;
}
}
#s-3245c856-0afa-4565-8ba5-4e1c2bea357d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-3245c856-0afa-4565-8ba5-4e1c2bea357d img.shogun-image {
    

    
    
    
  }


#s-3245c856-0afa-4565-8ba5-4e1c2bea357d .shogun-image-content {
  
    align-items: center;
  
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 {
  margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-37b94ae2-33da-4c82-81f3-bffc19a065af {
  margin-bottom: 0px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 6px;
  text-align: center;
}


@media (max-width: 767px){#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f {
  text-align: center;
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown span, #s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 {
  background-size: cover;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}








#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e53a1b-2eaf-4c35-92a1-103c2642c734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  display: none;
}
#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395, #wrap-s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 { display:none !important; }}@media (max-width: 767px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-left: 0px;
max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-320c6859-9d88-49f0-81cf-84f0e30fb5cb img.shogun-image {
    

    
    
    
  }


#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb .shogun-image-content {
  
    align-items: center;
  
}

#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 1200px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (max-width: 767px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 img.shogun-image {
    

    
    
    
  }


#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-cb757e18-6978-43df-9c2a-fbdff1faca37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb757e18-6978-43df-9c2a-fbdff1faca37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09a51199-f7e4-47aa-a76b-8690ccdc1fe8 {
  padding-bottom: 10px;
}

#s-09a51199-f7e4-47aa-a76b-8690ccdc1fe8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-1359a2be-bf16-43e9-a35a-2ab9d614744f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-79dd0889-46df-497e-8a7d-8eb059a5e699 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-79dd0889-46df-497e-8a7d-8eb059a5e699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79dd0889-46df-497e-8a7d-8eb059a5e699.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a87cbdc7-8a93-4e25-b874-d65991675d6b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a87cbdc7-8a93-4e25-b874-d65991675d6b {
  display: none;
}
#s-786236bc-3e02-429c-8cf3-d8952f2c15ac {
  text-align: left;
}



.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



}

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}




#s-441e8e95-010b-4609-ab92-2cc6d956d27d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef {
  margin-bottom: 10px;
text-align: center;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .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-7addf701-02f5-4c5a-960e-cd7dfe4b0125 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dde2b392-f866-4d69-ba63-aee4d519a59a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dde2b392-f866-4d69-ba63-aee4d519a59a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dde2b392-f866-4d69-ba63-aee4d519a59a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3d8c5c9-10e2-4536-a213-09d865e92ccf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b3d8c5c9-10e2-4536-a213-09d865e92ccf {
  display: none;
}
#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 {
  text-align: left;
}



.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}




#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 {
  margin-bottom: 10px;
text-align: center;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .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-57fa456e-7792-4a16-a800-34b87bcce81f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57fa456e-7792-4a16-a800-34b87bcce81f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57fa456e-7792-4a16-a800-34b87bcce81f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd123dd2-3f97-4c70-b17c-9f2e9841c0b1 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cd123dd2-3f97-4c70-b17c-9f2e9841c0b1 {
  display: none;
}
#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c {
  text-align: left;
}



.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}




#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 {
  margin-bottom: 10px;
text-align: center;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .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-7b0744d2-3cad-4329-b836-fea700a61284 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b0744d2-3cad-4329-b836-fea700a61284:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b0744d2-3cad-4329-b836-fea700a61284:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-122e3be3-0d15-455c-b960-b2b3c38cd978 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-122e3be3-0d15-455c-b960-b2b3c38cd978 {
  display: none;
}
#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e {
  text-align: left;
}



.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}




#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c {
  margin-bottom: 10px;
text-align: center;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .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-cc8cc40d-1121-4485-952e-ae4de1fd9194 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc8cc40d-1121-4485-952e-ae4de1fd9194:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc8cc40d-1121-4485-952e-ae4de1fd9194:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7865ecb4-cd7b-41cb-8a20-34be6b837877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f {
  padding-bottom: 10px;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e9002367-332c-485d-9e07-bad45cb7fa5d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-02a21851-a48a-4a83-ad66-01f2a463ab3f {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02a21851-a48a-4a83-ad66-01f2a463ab3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a21851-a48a-4a83-ad66-01f2a463ab3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  display: none;
}
#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce {
  text-align: left;
}



.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



}

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}




#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a {
  margin-bottom: 10px;
text-align: center;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .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-75646c98-5c46-4820-aee3-608122bf3fc0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75646c98-5c46-4820-aee3-608122bf3fc0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75646c98-5c46-4820-aee3-608122bf3fc0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  display: none;
}
#s-151b13c0-8e59-4104-b470-52492f7127f8 {
  text-align: left;
}



.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}




#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 {
  margin-bottom: 10px;
text-align: center;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .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-0be78700-35f3-42ac-a61b-f7c9842ad258 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0be78700-35f3-42ac-a61b-f7c9842ad258:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0be78700-35f3-42ac-a61b-f7c9842ad258:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-89705d1d-067d-47ab-8944-42329736d01a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89705d1d-067d-47ab-8944-42329736d01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89705d1d-067d-47ab-8944-42329736d01a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  display: none;
}
#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f {
  text-align: left;
}



.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}




#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 {
  margin-bottom: 10px;
text-align: center;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .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-13ef7c6f-2431-4855-9917-ba3cbf49e7f6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb3ecd9e-c574-42b6-9357-646079b41147 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fb3ecd9e-c574-42b6-9357-646079b41147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3ecd9e-c574-42b6-9357-646079b41147.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  display: none;
}
#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe {
  text-align: left;
}



.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}




#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-71aba984-5ccf-407d-8367-907b9ce21050 {
  margin-bottom: 10px;
text-align: center;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .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-6534cf27-2b2e-477b-80b8-c510c4691fe6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-24cba8ab-a161-4904-93c1-9bee54401815 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-24cba8ab-a161-4904-93c1-9bee54401815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cba8ab-a161-4904-93c1-9bee54401815.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 55px;
padding-left: 40px;
padding-bottom: 55px;
padding-right: 40px;
min-height: 600px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  display: none;
}
#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e, #wrap-s-ef0561c2-2749-45fe-86b3-e57cb2cd693e { display:none !important; }}@media (max-width: 767px){#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  display: none;
}
#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e, #wrap-s-ef0561c2-2749-45fe-86b3-e57cb2cd693e { display:none !important; }}







#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e315520-6ae8-47ca-b086-caa7123004d4 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-942b28a5-94e5-4d7a-89d3-453849b4d683 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-942b28a5-94e5-4d7a-89d3-453849b4d683 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-942b28a5-94e5-4d7a-89d3-453849b4d683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-942b28a5-94e5-4d7a-89d3-453849b4d683.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8718c457-2627-4ec8-bf58-f0601ec04c72 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 350px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-8718c457-2627-4ec8-bf58-f0601ec04c72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8718c457-2627-4ec8-bf58-f0601ec04c72 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-8718c457-2627-4ec8-bf58-f0601ec04c72 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-18625f4e-542c-48c0-afc8-4720f732d602 {
  margin-top: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-18625f4e-542c-48c0-afc8-4720f732d602 {
  padding-bottom: 0px;
text-align: center;
}
}
#s-18625f4e-542c-48c0-afc8-4720f732d602 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-18625f4e-542c-48c0-afc8-4720f732d602 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 1.5px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-error-msg-container, #s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-field-error-msg-container {
  display: none;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

@media (min-width: 0px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-f3f0f849-950d-4599-996a-2bce126d0b15 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-f3f0f849-950d-4599-996a-2bce126d0b15  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-f3f0f849-950d-4599-996a-2bce126d0b15  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-f3f0f849-950d-4599-996a-2bce126d0b15 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-f3f0f849-950d-4599-996a-2bce126d0b15 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-522d734f-0fec-4e23-94a2-129d80e506d7 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-522d734f-0fec-4e23-94a2-129d80e506d7  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-522d734f-0fec-4e23-94a2-129d80e506d7  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-522d734f-0fec-4e23-94a2-129d80e506d7 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-522d734f-0fec-4e23-94a2-129d80e506d7 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-9e30e952-e444-4898-9c60-2c2304dd59dd {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-9e30e952-e444-4898-9c60-2c2304dd59dd  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-9e30e952-e444-4898-9c60-2c2304dd59dd  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-9e30e952-e444-4898-9c60-2c2304dd59dd .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-9e30e952-e444-4898-9c60-2c2304dd59dd .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-09df1132-41f6-425d-89c2-5adf12969fc7 {
  margin-top: 26px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 14px;
line-height: 1.5em;
letter-spacing: 1.5px;
}
#s-09df1132-41f6-425d-89c2-5adf12969fc7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09df1132-41f6-425d-89c2-5adf12969fc7:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled],
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled]:hover,
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-09df1132-41f6-425d-89c2-5adf12969fc7 {
  display:  block ;
  width:  100% ;
}


#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 55px;
padding-left: 40px;
padding-bottom: 55px;
padding-right: 40px;
min-height: 600px;
background-position: center top;
}
@media (min-width: 1200px){#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  display: none;
}
#s-9cf1c122-c316-4891-b50e-f20510cfc3c7, #wrap-s-9cf1c122-c316-4891-b50e-f20510cfc3c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  display: none;
}
#s-9cf1c122-c316-4891-b50e-f20510cfc3c7, #wrap-s-9cf1c122-c316-4891-b50e-f20510cfc3c7 { display:none !important; }}







#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf1c122-c316-4891-b50e-f20510cfc3c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c5e4e97-4b19-45e1-bf75-333129c706ca {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 250px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1c5e4e97-4b19-45e1-bf75-333129c706ca {
  margin-top: 150px;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-1c5e4e97-4b19-45e1-bf75-333129c706ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5e4e97-4b19-45e1-bf75-333129c706ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 350px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
display: none;
}
#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede, #wrap-s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede { display:none !important; }}
#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (max-width: 767px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-a5fd466d-32d0-4596-b209-046cd52db251 {
  margin-top: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a5fd466d-32d0-4596-b209-046cd52db251 {
  padding-bottom: 0px;
text-align: center;
}
}
#s-a5fd466d-32d0-4596-b209-046cd52db251 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a5fd466d-32d0-4596-b209-046cd52db251 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 1.5px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-error-msg-container, #s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-field-error-msg-container {
  display: none;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

@media (min-width: 0px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-6c3c6542-1175-4994-9166-9ab2b828ef40 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-6c3c6542-1175-4994-9166-9ab2b828ef40  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-6c3c6542-1175-4994-9166-9ab2b828ef40  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-6c3c6542-1175-4994-9166-9ab2b828ef40 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-6c3c6542-1175-4994-9166-9ab2b828ef40 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-29b947ac-e180-45fc-89e5-475ceea93cf5 {
  margin-top: -20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-29b947ac-e180-45fc-89e5-475ceea93cf5  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-29b947ac-e180-45fc-89e5-475ceea93cf5  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-29b947ac-e180-45fc-89e5-475ceea93cf5 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-29b947ac-e180-45fc-89e5-475ceea93cf5 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c {
  margin-top: -20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-0f07e829-9012-4a6a-943b-662428a2ecc2 {
  margin-top: 5px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 14px;
line-height: 1.5em;
letter-spacing: 1.5px;
}
#s-0f07e829-9012-4a6a-943b-662428a2ecc2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f07e829-9012-4a6a-943b-662428a2ecc2:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled],
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled]:hover,
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-0f07e829-9012-4a6a-943b-662428a2ecc2 {
  display:  block ;
  width:  100% ;
}


#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}
@media (max-width: 767px){#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  margin-top: 0px;
}
}
#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  background-image: url();
}








#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba7868ba-883b-4e30-a3fe-f906059b1843 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-ba7868ba-883b-4e30-a3fe-f906059b1843 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-11b8d962-2dbb-4007-aa29-7e3ba881ff42 {
  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}
