.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 top;
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/ffb1f4f1-481a-4c1f-8678-e62a4193a9cb/-/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 top;
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/ffb1f4f1-481a-4c1f-8678-e62a4193a9cb/-/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-91ed64d2-9347-4826-9432-81653efc4cd0 {
  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-91ed64d2-9347-4826-9432-81653efc4cd0 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-91ed64d2-9347-4826-9432-81653efc4cd0 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-91ed64d2-9347-4826-9432-81653efc4cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ed64d2-9347-4826-9432-81653efc4cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-431a82bb-095e-4e76-9e5a-9fc4714b6aa4 {
  padding-bottom: 10px;
}

#s-431a82bb-095e-4e76-9e5a-9fc4714b6aa4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-eb52c2a3-e1e3-4c24-9018-be2f1de704fc {
  padding-bottom: 10px;
}

#s-eb52c2a3-e1e3-4c24-9018-be2f1de704fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-8cd58af2-e051-4d3d-a437-96e2f8932da9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cd58af2-e051-4d3d-a437-96e2f8932da9 {
  
}
}
@media (min-width: 0px) {
[id="s-8cd58af2-e051-4d3d-a437-96e2f8932da9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8cd58af2-e051-4d3d-a437-96e2f8932da9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-8cd58af2-e051-4d3d-a437-96e2f8932da9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cd58af2-e051-4d3d-a437-96e2f8932da9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-051dbaa5-1072-4823-b721-a3c3a72d197d {
  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-051dbaa5-1072-4823-b721-a3c3a72d197d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-051dbaa5-1072-4823-b721-a3c3a72d197d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3174c9a-cb31-41b6-9860-0ae9600facd0 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-e3174c9a-cb31-41b6-9860-0ae9600facd0 {
  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-32ccf29b-d177-44de-9b68-907fd14a1034 {
  text-align: left;
}



.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32ccf29b-d177-44de-9b68-907fd14a1034 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-e8291ad5-ad96-44c7-9673-472edad5d503 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e8291ad5-ad96-44c7-9673-472edad5d503 .shg-gallery-thumb-image-wrapper {
  

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

#s-e8291ad5-ad96-44c7-9673-472edad5d503 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e8291ad5-ad96-44c7-9673-472edad5d503 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e8291ad5-ad96-44c7-9673-472edad5d503 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e8291ad5-ad96-44c7-9673-472edad5d503 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e8291ad5-ad96-44c7-9673-472edad5d503 .shg-gallery-dot {
  background-color: #FFF;
}

#s-77ac5fcd-4321-401b-b3b7-b44e0714785d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77ac5fcd-4321-401b-b3b7-b44e0714785d .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-77ac5fcd-4321-401b-b3b7-b44e0714785d .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-77ac5fcd-4321-401b-b3b7-b44e0714785d .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-77ac5fcd-4321-401b-b3b7-b44e0714785d .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-77ac5fcd-4321-401b-b3b7-b44e0714785d .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-1d927f38-99f9-415e-9704-0121b68b094d {
  margin-bottom: 10px;
text-align: center;
}

#s-1d927f38-99f9-415e-9704-0121b68b094d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1d927f38-99f9-415e-9704-0121b68b094d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1d927f38-99f9-415e-9704-0121b68b094d .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-6fa2ed28-f401-4f1b-be5d-facf966daaa5 {
  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-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .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-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .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-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6fa2ed28-f401-4f1b-be5d-facf966daaa5-btn-wrapper {
    text-align: center;
  }


#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-variant-btn:hover {
  background: #252525;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-variant-btn:active, #s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6fa2ed28-f401-4f1b-be5d-facf966daaa5 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e91b7309-5108-43d7-b15e-cdd6e8cc9191 {
  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-e91b7309-5108-43d7-b15e-cdd6e8cc9191 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e91b7309-5108-43d7-b15e-cdd6e8cc9191 .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-9517dd68-3df7-4818-a0c9-8163ba30460f {
  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-9517dd68-3df7-4818-a0c9-8163ba30460f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9517dd68-3df7-4818-a0c9-8163ba30460f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9517dd68-3df7-4818-a0c9-8163ba30460f-atc-btn-wrapper {
    text-align: center;
  }


#s-9517dd68-3df7-4818-a0c9-8163ba30460f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9517dd68-3df7-4818-a0c9-8163ba30460f.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-9517dd68-3df7-4818-a0c9-8163ba30460f-atc-btn-wrapper {
    text-align: center;
  }


#s-9517dd68-3df7-4818-a0c9-8163ba30460f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9517dd68-3df7-4818-a0c9-8163ba30460f.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-9517dd68-3df7-4818-a0c9-8163ba30460f-atc-btn-wrapper {
    text-align: center;
  }


#s-9517dd68-3df7-4818-a0c9-8163ba30460f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9517dd68-3df7-4818-a0c9-8163ba30460f.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-4e772e21-739b-4dc7-8796-f330b8a672d9 {
  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-4e772e21-739b-4dc7-8796-f330b8a672d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e772e21-739b-4dc7-8796-f330b8a672d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a2ed0b33-0663-4fab-bcce-6049f5bd44bd {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a2ed0b33-0663-4fab-bcce-6049f5bd44bd {
  display: none;
}
#s-699f15fe-c54f-4c68-801a-f5a4c1353897 {
  text-align: left;
}



.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-699f15fe-c54f-4c68-801a-f5a4c1353897 img.shogun-image {
  width: 100%;
}




#s-61b7bedf-62fc-4e4a-97e9-bde8deb701d9 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-61b7bedf-62fc-4e4a-97e9-bde8deb701d9 .shg-gallery-thumb-image-wrapper {
  

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

#s-61b7bedf-62fc-4e4a-97e9-bde8deb701d9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-61b7bedf-62fc-4e4a-97e9-bde8deb701d9 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-61b7bedf-62fc-4e4a-97e9-bde8deb701d9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-61b7bedf-62fc-4e4a-97e9-bde8deb701d9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-61b7bedf-62fc-4e4a-97e9-bde8deb701d9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4233a456-af05-4e90-b21e-3165a4fffe75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4233a456-af05-4e90-b21e-3165a4fffe75 .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-4233a456-af05-4e90-b21e-3165a4fffe75 .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-4233a456-af05-4e90-b21e-3165a4fffe75 .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-4233a456-af05-4e90-b21e-3165a4fffe75 .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-4233a456-af05-4e90-b21e-3165a4fffe75 .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-a8330510-7926-4a9f-9917-18813e0c8cc8 {
  margin-bottom: 10px;
text-align: center;
}

#s-a8330510-7926-4a9f-9917-18813e0c8cc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a8330510-7926-4a9f-9917-18813e0c8cc8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a8330510-7926-4a9f-9917-18813e0c8cc8 .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-df066ecc-769c-4658-8c43-d09908c87673 {
  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-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .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-df066ecc-769c-4658-8c43-d09908c87673 .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-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-df066ecc-769c-4658-8c43-d09908c87673-btn-wrapper {
    text-align: center;
  }


#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-variant-btn:hover {
  background: #252525;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-variant-btn:active, #s-df066ecc-769c-4658-8c43-d09908c87673 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-df066ecc-769c-4658-8c43-d09908c87673 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b751bcdd-9368-4b21-9d48-8ce3734f7473 {
  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-b751bcdd-9368-4b21-9d48-8ce3734f7473 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b751bcdd-9368-4b21-9d48-8ce3734f7473 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-42d798d8-9191-40df-86b4-51bcf29c29b1 {
  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-42d798d8-9191-40df-86b4-51bcf29c29b1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42d798d8-9191-40df-86b4-51bcf29c29b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42d798d8-9191-40df-86b4-51bcf29c29b1-atc-btn-wrapper {
    text-align: center;
  }


#s-42d798d8-9191-40df-86b4-51bcf29c29b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-42d798d8-9191-40df-86b4-51bcf29c29b1.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-42d798d8-9191-40df-86b4-51bcf29c29b1-atc-btn-wrapper {
    text-align: center;
  }


#s-42d798d8-9191-40df-86b4-51bcf29c29b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-42d798d8-9191-40df-86b4-51bcf29c29b1.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-42d798d8-9191-40df-86b4-51bcf29c29b1-atc-btn-wrapper {
    text-align: center;
  }


#s-42d798d8-9191-40df-86b4-51bcf29c29b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-42d798d8-9191-40df-86b4-51bcf29c29b1.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-9c99f9e1-5772-452d-b5bb-ccdc70b6a70f {
  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-9c99f9e1-5772-452d-b5bb-ccdc70b6a70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c99f9e1-5772-452d-b5bb-ccdc70b6a70f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f8e21d6-61a9-474c-9423-49e19a7ea0c3 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-8f8e21d6-61a9-474c-9423-49e19a7ea0c3 {
  display: none;
}
#s-faeef38a-1a64-498c-93fc-1f18ea64b532 {
  text-align: left;
}



.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faeef38a-1a64-498c-93fc-1f18ea64b532 img.shogun-image {
  width: 100%;
}




#s-3dd72950-9703-412a-b1e1-b8b0a0f4e780 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3dd72950-9703-412a-b1e1-b8b0a0f4e780 .shg-gallery-thumb-image-wrapper {
  

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

#s-3dd72950-9703-412a-b1e1-b8b0a0f4e780 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-3dd72950-9703-412a-b1e1-b8b0a0f4e780 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-3dd72950-9703-412a-b1e1-b8b0a0f4e780 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-3dd72950-9703-412a-b1e1-b8b0a0f4e780 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-3dd72950-9703-412a-b1e1-b8b0a0f4e780 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2cdb1105-6f43-44ac-8c76-eadf02c49e5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cdb1105-6f43-44ac-8c76-eadf02c49e5e .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-2cdb1105-6f43-44ac-8c76-eadf02c49e5e .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-2cdb1105-6f43-44ac-8c76-eadf02c49e5e .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-2cdb1105-6f43-44ac-8c76-eadf02c49e5e .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-2cdb1105-6f43-44ac-8c76-eadf02c49e5e .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-ab506c41-1c2d-45b2-bade-bb6328a56ebe {
  margin-bottom: 10px;
text-align: center;
}

#s-ab506c41-1c2d-45b2-bade-bb6328a56ebe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-ab506c41-1c2d-45b2-bade-bb6328a56ebe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-ab506c41-1c2d-45b2-bade-bb6328a56ebe .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-ff0d9748-dd27-4781-94cb-541b21f1cfca {
  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-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .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-ff0d9748-dd27-4781-94cb-541b21f1cfca .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-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ff0d9748-dd27-4781-94cb-541b21f1cfca-btn-wrapper {
    text-align: center;
  }


#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-variant-btn:hover {
  background: #252525;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-variant-btn:active, #s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ff0d9748-dd27-4781-94cb-541b21f1cfca .shg-variant-btn.disabled {
  background: #252525;
}

#s-7381c1fa-9e85-40d1-8e4c-e6ea83e8d705 {
  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-7381c1fa-9e85-40d1-8e4c-e6ea83e8d705 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7381c1fa-9e85-40d1-8e4c-e6ea83e8d705 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-bd581c5a-9596-4122-8126-ed34e9e680b4 {
  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-bd581c5a-9596-4122-8126-ed34e9e680b4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bd581c5a-9596-4122-8126-ed34e9e680b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd581c5a-9596-4122-8126-ed34e9e680b4-atc-btn-wrapper {
    text-align: center;
  }


#s-bd581c5a-9596-4122-8126-ed34e9e680b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-bd581c5a-9596-4122-8126-ed34e9e680b4.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-bd581c5a-9596-4122-8126-ed34e9e680b4-atc-btn-wrapper {
    text-align: center;
  }


#s-bd581c5a-9596-4122-8126-ed34e9e680b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-bd581c5a-9596-4122-8126-ed34e9e680b4.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-bd581c5a-9596-4122-8126-ed34e9e680b4-atc-btn-wrapper {
    text-align: center;
  }


#s-bd581c5a-9596-4122-8126-ed34e9e680b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-bd581c5a-9596-4122-8126-ed34e9e680b4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-739af121-bd50-4af3-aedb-8dd1e9f11481 {
  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-739af121-bd50-4af3-aedb-8dd1e9f11481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-739af121-bd50-4af3-aedb-8dd1e9f11481.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3bbdb931-b2fc-4e6b-9a95-0aa1c55a9a41 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3bbdb931-b2fc-4e6b-9a95-0aa1c55a9a41 {
  display: none;
}
#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 {
  text-align: left;
}



.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b577e2d-04f0-431a-ae05-7252bbf24a03 img.shogun-image {
  width: 100%;
}




#s-73632d8f-dd10-43d7-ac5a-add4b1955432 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-73632d8f-dd10-43d7-ac5a-add4b1955432 .shg-gallery-thumb-image-wrapper {
  

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

#s-73632d8f-dd10-43d7-ac5a-add4b1955432 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-73632d8f-dd10-43d7-ac5a-add4b1955432 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-73632d8f-dd10-43d7-ac5a-add4b1955432 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-73632d8f-dd10-43d7-ac5a-add4b1955432 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-73632d8f-dd10-43d7-ac5a-add4b1955432 .shg-gallery-dot {
  background-color: #FFF;
}

#s-720eb669-06e7-43fb-8cce-2da77abcb8a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-720eb669-06e7-43fb-8cce-2da77abcb8a0 .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-720eb669-06e7-43fb-8cce-2da77abcb8a0 .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-720eb669-06e7-43fb-8cce-2da77abcb8a0 .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-720eb669-06e7-43fb-8cce-2da77abcb8a0 .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-720eb669-06e7-43fb-8cce-2da77abcb8a0 .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-174d5ec6-236c-49c2-b487-d2a717a5f2dd {
  margin-bottom: 10px;
text-align: center;
}

#s-174d5ec6-236c-49c2-b487-d2a717a5f2dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-174d5ec6-236c-49c2-b487-d2a717a5f2dd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-174d5ec6-236c-49c2-b487-d2a717a5f2dd .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-c561006d-5b3c-4be4-a340-f702edfe801f {
  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-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .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-c561006d-5b3c-4be4-a340-f702edfe801f .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-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c561006d-5b3c-4be4-a340-f702edfe801f-btn-wrapper {
    text-align: center;
  }


#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-variant-btn:hover {
  background: #252525;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-variant-btn:active, #s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c561006d-5b3c-4be4-a340-f702edfe801f .shg-variant-btn.disabled {
  background: #252525;
}

#s-e8424d7b-2753-4705-9b0a-9ba201383a96 {
  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-e8424d7b-2753-4705-9b0a-9ba201383a96 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e8424d7b-2753-4705-9b0a-9ba201383a96 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9656f093-0f07-477f-abc2-33530ef3fb38 {
  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-9656f093-0f07-477f-abc2-33530ef3fb38:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9656f093-0f07-477f-abc2-33530ef3fb38:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9656f093-0f07-477f-abc2-33530ef3fb38-atc-btn-wrapper {
    text-align: center;
  }


#s-9656f093-0f07-477f-abc2-33530ef3fb38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9656f093-0f07-477f-abc2-33530ef3fb38.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-9656f093-0f07-477f-abc2-33530ef3fb38-atc-btn-wrapper {
    text-align: center;
  }


#s-9656f093-0f07-477f-abc2-33530ef3fb38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9656f093-0f07-477f-abc2-33530ef3fb38.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-9656f093-0f07-477f-abc2-33530ef3fb38-atc-btn-wrapper {
    text-align: center;
  }


#s-9656f093-0f07-477f-abc2-33530ef3fb38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9656f093-0f07-477f-abc2-33530ef3fb38.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-3166bf11-157d-4585-bf7b-29c7f80348e3 {
  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-3166bf11-157d-4585-bf7b-29c7f80348e3 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-3166bf11-157d-4585-bf7b-29c7f80348e3 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-3166bf11-157d-4585-bf7b-29c7f80348e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3166bf11-157d-4585-bf7b-29c7f80348e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80d45ac4-35b9-4795-a3a4-8ec73d2f8253 {
  padding-bottom: 10px;
}

#s-80d45ac4-35b9-4795-a3a4-8ec73d2f8253 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-cb6f00db-1b02-4c00-bae5-e5a4e2edd558 {
  padding-bottom: 10px;
}

#s-cb6f00db-1b02-4c00-bae5-e5a4e2edd558 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0b5a81c5-2fb3-4af5-9722-b7b569ffd6e3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b5a81c5-2fb3-4af5-9722-b7b569ffd6e3 {
  
}
}
@media (min-width: 0px) {
[id="s-0b5a81c5-2fb3-4af5-9722-b7b569ffd6e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0b5a81c5-2fb3-4af5-9722-b7b569ffd6e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0b5a81c5-2fb3-4af5-9722-b7b569ffd6e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b5a81c5-2fb3-4af5-9722-b7b569ffd6e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-0e6158d6-6e0e-46d0-a1b8-d370b7ad0b71 {
  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-0e6158d6-6e0e-46d0-a1b8-d370b7ad0b71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e6158d6-6e0e-46d0-a1b8-d370b7ad0b71.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53b47bbc-0d0d-49ee-9f14-00ad9e146ef4 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-53b47bbc-0d0d-49ee-9f14-00ad9e146ef4 {
  display: none;
}
#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 {
  text-align: left;
}



.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50b197a9-1f9a-4217-a1f0-d3aa3ee7b5a9 img.shogun-image {
  width: 100%;
}




#s-c6e904db-badd-456b-9555-8ff18eca9af5 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c6e904db-badd-456b-9555-8ff18eca9af5 .shg-gallery-thumb-image-wrapper {
  

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

#s-c6e904db-badd-456b-9555-8ff18eca9af5 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c6e904db-badd-456b-9555-8ff18eca9af5 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c6e904db-badd-456b-9555-8ff18eca9af5 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c6e904db-badd-456b-9555-8ff18eca9af5 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c6e904db-badd-456b-9555-8ff18eca9af5 .shg-gallery-dot {
  background-color: #FFF;
}

#s-7e086bb4-19a7-45ce-934e-fbbc3b8f17c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e086bb4-19a7-45ce-934e-fbbc3b8f17c0 .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-7e086bb4-19a7-45ce-934e-fbbc3b8f17c0 .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-7e086bb4-19a7-45ce-934e-fbbc3b8f17c0 .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-7e086bb4-19a7-45ce-934e-fbbc3b8f17c0 .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-7e086bb4-19a7-45ce-934e-fbbc3b8f17c0 .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-286b2628-8ac8-48e5-86af-1ded5cd69645 {
  margin-bottom: 10px;
text-align: center;
}

#s-286b2628-8ac8-48e5-86af-1ded5cd69645 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-286b2628-8ac8-48e5-86af-1ded5cd69645 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-286b2628-8ac8-48e5-86af-1ded5cd69645 .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-8d62974d-d97f-448f-bb96-5421939f0ff7 {
  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-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .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-8d62974d-d97f-448f-bb96-5421939f0ff7 .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-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8d62974d-d97f-448f-bb96-5421939f0ff7-btn-wrapper {
    text-align: center;
  }


#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-variant-btn:hover {
  background: #252525;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-variant-btn:active, #s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8d62974d-d97f-448f-bb96-5421939f0ff7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-5d414e22-0244-427b-bf46-b08ee551c640 {
  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-5d414e22-0244-427b-bf46-b08ee551c640 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5d414e22-0244-427b-bf46-b08ee551c640 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b {
  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-fc23aaae-2558-4c50-a07a-8a16681c8b8b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc23aaae-2558-4c50-a07a-8a16681c8b8b-atc-btn-wrapper {
    text-align: center;
  }


#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.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-fc23aaae-2558-4c50-a07a-8a16681c8b8b-atc-btn-wrapper {
    text-align: center;
  }


#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.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-fc23aaae-2558-4c50-a07a-8a16681c8b8b-atc-btn-wrapper {
    text-align: center;
  }


#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fc23aaae-2558-4c50-a07a-8a16681c8b8b.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-804429ec-ecb7-47c8-81a3-b6049ff1772f {
  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-804429ec-ecb7-47c8-81a3-b6049ff1772f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-804429ec-ecb7-47c8-81a3-b6049ff1772f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b051197-2dc3-4162-b09c-e1c85518eb88 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-9b051197-2dc3-4162-b09c-e1c85518eb88 {
  display: none;
}
#s-9e793920-841a-4507-91b3-793ac3d0ca03 {
  text-align: left;
}



.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e793920-841a-4507-91b3-793ac3d0ca03 img.shogun-image {
  width: 100%;
}




#s-c4012cfe-e554-4dbd-ad33-c545a6fe6c4c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c4012cfe-e554-4dbd-ad33-c545a6fe6c4c .shg-gallery-thumb-image-wrapper {
  

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

#s-c4012cfe-e554-4dbd-ad33-c545a6fe6c4c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c4012cfe-e554-4dbd-ad33-c545a6fe6c4c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c4012cfe-e554-4dbd-ad33-c545a6fe6c4c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c4012cfe-e554-4dbd-ad33-c545a6fe6c4c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c4012cfe-e554-4dbd-ad33-c545a6fe6c4c .shg-gallery-dot {
  background-color: #FFF;
}

#s-05eaa78f-8481-4a80-ac5b-5ebb0d9df190 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05eaa78f-8481-4a80-ac5b-5ebb0d9df190 .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-05eaa78f-8481-4a80-ac5b-5ebb0d9df190 .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-05eaa78f-8481-4a80-ac5b-5ebb0d9df190 .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-05eaa78f-8481-4a80-ac5b-5ebb0d9df190 .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-05eaa78f-8481-4a80-ac5b-5ebb0d9df190 .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-9c9815bd-1dcd-43fe-8bd7-668b3f4f6db8 {
  margin-bottom: 10px;
text-align: center;
}

#s-9c9815bd-1dcd-43fe-8bd7-668b3f4f6db8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9c9815bd-1dcd-43fe-8bd7-668b3f4f6db8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9c9815bd-1dcd-43fe-8bd7-668b3f4f6db8 .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-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 {
  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-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .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-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .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-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65-btn-wrapper {
    text-align: center;
  }


#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-variant-btn:hover {
  background: #252525;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-variant-btn:active, #s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b9fe24f6-ec98-4c0b-8ba5-9bb5806ebe65 .shg-variant-btn.disabled {
  background: #252525;
}

#s-44ab2870-c2ed-4355-a18b-1d31b4978025 {
  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-44ab2870-c2ed-4355-a18b-1d31b4978025 .shg-product-quantity-wrapper {
  display: flex;
}

#s-44ab2870-c2ed-4355-a18b-1d31b4978025 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-ff198c4d-b2a8-4257-9837-517e8fbe672e {
  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-ff198c4d-b2a8-4257-9837-517e8fbe672e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff198c4d-b2a8-4257-9837-517e8fbe672e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff198c4d-b2a8-4257-9837-517e8fbe672e-atc-btn-wrapper {
    text-align: center;
  }


#s-ff198c4d-b2a8-4257-9837-517e8fbe672e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-ff198c4d-b2a8-4257-9837-517e8fbe672e.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-ff198c4d-b2a8-4257-9837-517e8fbe672e-atc-btn-wrapper {
    text-align: center;
  }


#s-ff198c4d-b2a8-4257-9837-517e8fbe672e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-ff198c4d-b2a8-4257-9837-517e8fbe672e.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-ff198c4d-b2a8-4257-9837-517e8fbe672e-atc-btn-wrapper {
    text-align: center;
  }


#s-ff198c4d-b2a8-4257-9837-517e8fbe672e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-ff198c4d-b2a8-4257-9837-517e8fbe672e.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0f915e18-4ec8-40fd-85b4-04bb47b635ae {
  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-0f915e18-4ec8-40fd-85b4-04bb47b635ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f915e18-4ec8-40fd-85b4-04bb47b635ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eeb5ca26-75cf-4383-b987-65abaed14fc3 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-eeb5ca26-75cf-4383-b987-65abaed14fc3 {
  display: none;
}
#s-95b605c2-e20b-4bca-a595-0f9eea460b7d {
  text-align: left;
}



.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b605c2-e20b-4bca-a595-0f9eea460b7d img.shogun-image {
  width: 100%;
}




#s-287bb765-54bb-4380-bf98-0003e73e440e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-287bb765-54bb-4380-bf98-0003e73e440e .shg-gallery-thumb-image-wrapper {
  

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

#s-287bb765-54bb-4380-bf98-0003e73e440e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-287bb765-54bb-4380-bf98-0003e73e440e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-287bb765-54bb-4380-bf98-0003e73e440e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-287bb765-54bb-4380-bf98-0003e73e440e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-287bb765-54bb-4380-bf98-0003e73e440e .shg-gallery-dot {
  background-color: #FFF;
}

#s-2fc68daa-9ad0-40f0-872e-44396944a7f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fc68daa-9ad0-40f0-872e-44396944a7f1 .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-2fc68daa-9ad0-40f0-872e-44396944a7f1 .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-2fc68daa-9ad0-40f0-872e-44396944a7f1 .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-2fc68daa-9ad0-40f0-872e-44396944a7f1 .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-2fc68daa-9ad0-40f0-872e-44396944a7f1 .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-aba226c1-877c-444b-886b-8ac5ed0ab7ef {
  margin-bottom: 10px;
text-align: center;
}

#s-aba226c1-877c-444b-886b-8ac5ed0ab7ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-aba226c1-877c-444b-886b-8ac5ed0ab7ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-aba226c1-877c-444b-886b-8ac5ed0ab7ef .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-dc058db5-876e-4aac-97b2-4fcc8c5bacde {
  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-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .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-dc058db5-876e-4aac-97b2-4fcc8c5bacde .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-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-dc058db5-876e-4aac-97b2-4fcc8c5bacde-btn-wrapper {
    text-align: center;
  }


#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-variant-btn:hover {
  background: #252525;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-variant-btn:active, #s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-dc058db5-876e-4aac-97b2-4fcc8c5bacde .shg-variant-btn.disabled {
  background: #252525;
}

#s-880539cf-96a3-4b4c-b1f2-53683c62263c {
  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-880539cf-96a3-4b4c-b1f2-53683c62263c .shg-product-quantity-wrapper {
  display: flex;
}

#s-880539cf-96a3-4b4c-b1f2-53683c62263c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188 {
  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-12c26d90-ea0c-4f86-8cf9-0b51291d4188:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12c26d90-ea0c-4f86-8cf9-0b51291d4188-atc-btn-wrapper {
    text-align: center;
  }


#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.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-12c26d90-ea0c-4f86-8cf9-0b51291d4188-atc-btn-wrapper {
    text-align: center;
  }


#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.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-12c26d90-ea0c-4f86-8cf9-0b51291d4188-atc-btn-wrapper {
    text-align: center;
  }


#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-12c26d90-ea0c-4f86-8cf9-0b51291d4188.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-ba99907b-db56-4ec3-8e65-cbff01ca2c04 {
  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-ba99907b-db56-4ec3-8e65-cbff01ca2c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba99907b-db56-4ec3-8e65-cbff01ca2c04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-996812e1-0d5c-4351-8795-6b161fa88335 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-996812e1-0d5c-4351-8795-6b161fa88335 {
  display: none;
}
#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 {
  text-align: left;
}



.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4ed0ce-5086-4407-ba99-a3a4f91a4350 img.shogun-image {
  width: 100%;
}




#s-4758c3cc-fb7e-447d-ba83-d13f4381a042 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-4758c3cc-fb7e-447d-ba83-d13f4381a042 .shg-gallery-thumb-image-wrapper {
  

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

#s-4758c3cc-fb7e-447d-ba83-d13f4381a042 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-4758c3cc-fb7e-447d-ba83-d13f4381a042 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-4758c3cc-fb7e-447d-ba83-d13f4381a042 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-4758c3cc-fb7e-447d-ba83-d13f4381a042 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-4758c3cc-fb7e-447d-ba83-d13f4381a042 .shg-gallery-dot {
  background-color: #FFF;
}

#s-e6511a57-a016-4d9b-8372-65d305272a98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6511a57-a016-4d9b-8372-65d305272a98 .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-e6511a57-a016-4d9b-8372-65d305272a98 .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-e6511a57-a016-4d9b-8372-65d305272a98 .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-e6511a57-a016-4d9b-8372-65d305272a98 .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-e6511a57-a016-4d9b-8372-65d305272a98 .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-c01e5981-0b2f-4806-9988-896eed7aa0c4 {
  margin-bottom: 10px;
text-align: center;
}

#s-c01e5981-0b2f-4806-9988-896eed7aa0c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-c01e5981-0b2f-4806-9988-896eed7aa0c4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-c01e5981-0b2f-4806-9988-896eed7aa0c4 .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-a4cc581c-ccf1-4184-a31a-2501934ee646 {
  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-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .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-a4cc581c-ccf1-4184-a31a-2501934ee646 .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-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a4cc581c-ccf1-4184-a31a-2501934ee646-btn-wrapper {
    text-align: center;
  }


#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-variant-btn:hover {
  background: #252525;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-variant-btn:active, #s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a4cc581c-ccf1-4184-a31a-2501934ee646 .shg-variant-btn.disabled {
  background: #252525;
}

#s-26613b11-835a-4e33-88e4-27b2c9dd4696 {
  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-26613b11-835a-4e33-88e4-27b2c9dd4696 .shg-product-quantity-wrapper {
  display: flex;
}

#s-26613b11-835a-4e33-88e4-27b2c9dd4696 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3 {
  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-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3-atc-btn-wrapper {
    text-align: center;
  }


#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.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-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3-atc-btn-wrapper {
    text-align: center;
  }


#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.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-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3-atc-btn-wrapper {
    text-align: center;
  }


#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5132f5a0-d0ee-4fb5-9edb-43c7252b27e3.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0dbfe450-68f5-4ea2-b96c-2157a4a6362e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0dbfe450-68f5-4ea2-b96c-2157a4a6362e {
  
}
}
@media (min-width: 0px) {
[id="s-0dbfe450-68f5-4ea2-b96c-2157a4a6362e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0dbfe450-68f5-4ea2-b96c-2157a4a6362e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0dbfe450-68f5-4ea2-b96c-2157a4a6362e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dbfe450-68f5-4ea2-b96c-2157a4a6362e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-869c873c-b8d1-47f4-94d8-38179b5c982f {
  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-869c873c-b8d1-47f4-94d8-38179b5c982f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-869c873c-b8d1-47f4-94d8-38179b5c982f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3d33b95-2c18-4717-843d-eef470990ae4 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d3d33b95-2c18-4717-843d-eef470990ae4 {
  display: none;
}
#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac {
  text-align: left;
}



.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac img.shogun-image {
  width: 100%;
}



}

.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e16bb7-3a85-4aff-87ed-16fe3edda5ac img.shogun-image {
  width: 100%;
}




#s-a083e2f5-e50f-4a5d-a194-3b28b9f6b361 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a083e2f5-e50f-4a5d-a194-3b28b9f6b361 .shg-gallery-thumb-image-wrapper {
  

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

#s-a083e2f5-e50f-4a5d-a194-3b28b9f6b361 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a083e2f5-e50f-4a5d-a194-3b28b9f6b361 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a083e2f5-e50f-4a5d-a194-3b28b9f6b361 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a083e2f5-e50f-4a5d-a194-3b28b9f6b361 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a083e2f5-e50f-4a5d-a194-3b28b9f6b361 .shg-gallery-dot {
  background-color: #FFF;
}

#s-a3e47ea4-897e-4041-965d-691c9cc198cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3e47ea4-897e-4041-965d-691c9cc198cb .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-a3e47ea4-897e-4041-965d-691c9cc198cb .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-a3e47ea4-897e-4041-965d-691c9cc198cb .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-a3e47ea4-897e-4041-965d-691c9cc198cb .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-a3e47ea4-897e-4041-965d-691c9cc198cb .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-944658f8-81cd-450b-b91a-e143d5494031 {
  margin-bottom: 10px;
text-align: center;
}

#s-944658f8-81cd-450b-b91a-e143d5494031 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-944658f8-81cd-450b-b91a-e143d5494031 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-944658f8-81cd-450b-b91a-e143d5494031 .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-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d {
  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-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .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-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .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-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d-btn-wrapper {
    text-align: center;
  }


#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-variant-btn:hover {
  background: #252525;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-variant-btn:active, #s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4039f6ce-00b4-4bdc-9f76-abca18dc2a9d .shg-variant-btn.disabled {
  background: #252525;
}

#s-c0a80ad2-fc4b-44c5-b1c9-2e0d6b801309 {
  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-c0a80ad2-fc4b-44c5-b1c9-2e0d6b801309 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c0a80ad2-fc4b-44c5-b1c9-2e0d6b801309 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-988629d8-8175-4431-aa5a-38329a6a814f {
  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-988629d8-8175-4431-aa5a-38329a6a814f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-988629d8-8175-4431-aa5a-38329a6a814f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-988629d8-8175-4431-aa5a-38329a6a814f-atc-btn-wrapper {
    text-align: center;
  }


#s-988629d8-8175-4431-aa5a-38329a6a814f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-988629d8-8175-4431-aa5a-38329a6a814f.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-988629d8-8175-4431-aa5a-38329a6a814f-atc-btn-wrapper {
    text-align: center;
  }


#s-988629d8-8175-4431-aa5a-38329a6a814f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-988629d8-8175-4431-aa5a-38329a6a814f.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-988629d8-8175-4431-aa5a-38329a6a814f-atc-btn-wrapper {
    text-align: center;
  }


#s-988629d8-8175-4431-aa5a-38329a6a814f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-988629d8-8175-4431-aa5a-38329a6a814f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-988629d8-8175-4431-aa5a-38329a6a814f.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7519a4cd-69d5-4d83-8253-602abebe6214 {
  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-7519a4cd-69d5-4d83-8253-602abebe6214 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7519a4cd-69d5-4d83-8253-602abebe6214 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7519a4cd-69d5-4d83-8253-602abebe6214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7519a4cd-69d5-4d83-8253-602abebe6214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99a56fe1-967d-457e-be92-c93778cdb69f {
  padding-bottom: 10px;
}

#s-99a56fe1-967d-457e-be92-c93778cdb69f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0425beca-10a3-4654-afb4-21508cf5e20e {
  padding-bottom: 10px;
}

#s-0425beca-10a3-4654-afb4-21508cf5e20e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b6971227-b1a3-4c42-b1b3-5d109c074f9f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6971227-b1a3-4c42-b1b3-5d109c074f9f {
  
}
}
@media (min-width: 0px) {
[id="s-b6971227-b1a3-4c42-b1b3-5d109c074f9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b6971227-b1a3-4c42-b1b3-5d109c074f9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b6971227-b1a3-4c42-b1b3-5d109c074f9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6971227-b1a3-4c42-b1b3-5d109c074f9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-d5ac1dbb-c79d-4be3-96fa-b744d83fe633 {
  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-d5ac1dbb-c79d-4be3-96fa-b744d83fe633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5ac1dbb-c79d-4be3-96fa-b744d83fe633.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7886d7af-ac13-4c83-a235-a60ac9773c23 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-7886d7af-ac13-4c83-a235-a60ac9773c23 {
  display: none;
}
#s-92cfbf58-449f-414c-8cb7-60b84b134197 {
  text-align: left;
}



.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92cfbf58-449f-414c-8cb7-60b84b134197 img.shogun-image {
  width: 100%;
}




#s-0bb294d2-5c30-4ea8-ba71-68102804dfae {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0bb294d2-5c30-4ea8-ba71-68102804dfae .shg-gallery-thumb-image-wrapper {
  

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

#s-0bb294d2-5c30-4ea8-ba71-68102804dfae .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-0bb294d2-5c30-4ea8-ba71-68102804dfae .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-0bb294d2-5c30-4ea8-ba71-68102804dfae .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-0bb294d2-5c30-4ea8-ba71-68102804dfae .shg-gallery-scroll-button {
  color: #FFF;
}

#s-0bb294d2-5c30-4ea8-ba71-68102804dfae .shg-gallery-dot {
  background-color: #FFF;
}

#s-7fda66d4-30c6-4702-aa91-434b7cbd77c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fda66d4-30c6-4702-aa91-434b7cbd77c7 .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-7fda66d4-30c6-4702-aa91-434b7cbd77c7 .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-7fda66d4-30c6-4702-aa91-434b7cbd77c7 .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-7fda66d4-30c6-4702-aa91-434b7cbd77c7 .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-7fda66d4-30c6-4702-aa91-434b7cbd77c7 .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-4681375b-2c30-4ba4-9127-1110e63d6db2 {
  margin-bottom: 10px;
text-align: center;
}

#s-4681375b-2c30-4ba4-9127-1110e63d6db2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-4681375b-2c30-4ba4-9127-1110e63d6db2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4681375b-2c30-4ba4-9127-1110e63d6db2 .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-1c5349b3-e123-4f4f-ad72-bb1701f6a455 {
  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-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .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-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .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-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1c5349b3-e123-4f4f-ad72-bb1701f6a455-btn-wrapper {
    text-align: center;
  }


#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-variant-btn:active, #s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1c5349b3-e123-4f4f-ad72-bb1701f6a455 .shg-variant-btn.disabled {
  background: #252525;
}

#s-72c54d2c-d55e-4149-8664-91110438dd0c {
  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-72c54d2c-d55e-4149-8664-91110438dd0c .shg-product-quantity-wrapper {
  display: flex;
}

#s-72c54d2c-d55e-4149-8664-91110438dd0c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5d99cbc2-46ad-4077-a538-5b528fccf658 {
  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-5d99cbc2-46ad-4077-a538-5b528fccf658:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d99cbc2-46ad-4077-a538-5b528fccf658:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d99cbc2-46ad-4077-a538-5b528fccf658-atc-btn-wrapper {
    text-align: center;
  }


#s-5d99cbc2-46ad-4077-a538-5b528fccf658 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-5d99cbc2-46ad-4077-a538-5b528fccf658.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-5d99cbc2-46ad-4077-a538-5b528fccf658-atc-btn-wrapper {
    text-align: center;
  }


#s-5d99cbc2-46ad-4077-a538-5b528fccf658 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5d99cbc2-46ad-4077-a538-5b528fccf658.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-5d99cbc2-46ad-4077-a538-5b528fccf658-atc-btn-wrapper {
    text-align: center;
  }


#s-5d99cbc2-46ad-4077-a538-5b528fccf658 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5d99cbc2-46ad-4077-a538-5b528fccf658.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-ac5904fe-8336-4f3a-903e-684495ec47ac {
  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-ac5904fe-8336-4f3a-903e-684495ec47ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac5904fe-8336-4f3a-903e-684495ec47ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b7b6e229-76e5-4dd0-8586-d858b9c253d3 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b7b6e229-76e5-4dd0-8586-d858b9c253d3 {
  display: none;
}
#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad {
  text-align: left;
}



.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae84ec3b-f44a-4307-b0e5-1f6fc55149ad img.shogun-image {
  width: 100%;
}




#s-f3bc7e7f-f893-4d77-8706-a26695f9cb1b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f3bc7e7f-f893-4d77-8706-a26695f9cb1b .shg-gallery-thumb-image-wrapper {
  

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

#s-f3bc7e7f-f893-4d77-8706-a26695f9cb1b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f3bc7e7f-f893-4d77-8706-a26695f9cb1b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f3bc7e7f-f893-4d77-8706-a26695f9cb1b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f3bc7e7f-f893-4d77-8706-a26695f9cb1b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f3bc7e7f-f893-4d77-8706-a26695f9cb1b .shg-gallery-dot {
  background-color: #FFF;
}

#s-4fc64e37-b197-41cc-bb39-542468c39fe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fc64e37-b197-41cc-bb39-542468c39fe9 .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-4fc64e37-b197-41cc-bb39-542468c39fe9 .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-4fc64e37-b197-41cc-bb39-542468c39fe9 .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-4fc64e37-b197-41cc-bb39-542468c39fe9 .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-4fc64e37-b197-41cc-bb39-542468c39fe9 .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-e0084a9f-65e6-4237-9d3f-e6a9fbe16a38 {
  margin-bottom: 10px;
text-align: center;
}

#s-e0084a9f-65e6-4237-9d3f-e6a9fbe16a38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-e0084a9f-65e6-4237-9d3f-e6a9fbe16a38 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e0084a9f-65e6-4237-9d3f-e6a9fbe16a38 .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-8585bc01-7c39-49ac-a85c-e0b3afc12644 {
  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-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .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-8585bc01-7c39-49ac-a85c-e0b3afc12644 .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-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8585bc01-7c39-49ac-a85c-e0b3afc12644-btn-wrapper {
    text-align: center;
  }


#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-variant-btn:hover {
  background: #252525;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-variant-btn:active, #s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8585bc01-7c39-49ac-a85c-e0b3afc12644 .shg-variant-btn.disabled {
  background: #252525;
}

#s-40c29e7e-c942-4014-aa66-9939ae52d29c {
  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-40c29e7e-c942-4014-aa66-9939ae52d29c .shg-product-quantity-wrapper {
  display: flex;
}

#s-40c29e7e-c942-4014-aa66-9939ae52d29c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-90258bbe-defd-4b72-9f05-763b4614f3b2 {
  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-90258bbe-defd-4b72-9f05-763b4614f3b2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90258bbe-defd-4b72-9f05-763b4614f3b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90258bbe-defd-4b72-9f05-763b4614f3b2-atc-btn-wrapper {
    text-align: center;
  }


#s-90258bbe-defd-4b72-9f05-763b4614f3b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-90258bbe-defd-4b72-9f05-763b4614f3b2.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-90258bbe-defd-4b72-9f05-763b4614f3b2-atc-btn-wrapper {
    text-align: center;
  }


#s-90258bbe-defd-4b72-9f05-763b4614f3b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-90258bbe-defd-4b72-9f05-763b4614f3b2.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-90258bbe-defd-4b72-9f05-763b4614f3b2-atc-btn-wrapper {
    text-align: center;
  }


#s-90258bbe-defd-4b72-9f05-763b4614f3b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-90258bbe-defd-4b72-9f05-763b4614f3b2.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0000f9cc-1863-4b96-9d80-8c7c37246b66 {
  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-0000f9cc-1863-4b96-9d80-8c7c37246b66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0000f9cc-1863-4b96-9d80-8c7c37246b66.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-89fb8539-7a5b-4d0d-ab2a-5a01d8714b2c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-89fb8539-7a5b-4d0d-ab2a-5a01d8714b2c {
  display: none;
}
#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 {
  text-align: left;
}



.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0f1067-215a-443f-8ec8-e74e2d4e7f59 img.shogun-image {
  width: 100%;
}




#s-481a2bd9-7849-49ae-a667-7e8aec7a5a3d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-481a2bd9-7849-49ae-a667-7e8aec7a5a3d .shg-gallery-thumb-image-wrapper {
  

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

#s-481a2bd9-7849-49ae-a667-7e8aec7a5a3d .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-481a2bd9-7849-49ae-a667-7e8aec7a5a3d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-481a2bd9-7849-49ae-a667-7e8aec7a5a3d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-481a2bd9-7849-49ae-a667-7e8aec7a5a3d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-481a2bd9-7849-49ae-a667-7e8aec7a5a3d .shg-gallery-dot {
  background-color: #FFF;
}

#s-f6a12a03-6546-4ddf-b8ac-d1b06d823d96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6a12a03-6546-4ddf-b8ac-d1b06d823d96 .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-f6a12a03-6546-4ddf-b8ac-d1b06d823d96 .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-f6a12a03-6546-4ddf-b8ac-d1b06d823d96 .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-f6a12a03-6546-4ddf-b8ac-d1b06d823d96 .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-f6a12a03-6546-4ddf-b8ac-d1b06d823d96 .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-2a8df1aa-9178-4412-9c71-f897e877d661 {
  margin-bottom: 10px;
text-align: center;
}

#s-2a8df1aa-9178-4412-9c71-f897e877d661 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-2a8df1aa-9178-4412-9c71-f897e877d661 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2a8df1aa-9178-4412-9c71-f897e877d661 .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-710be861-1c7f-412b-9d4f-1733796a7f71 {
  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-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .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-710be861-1c7f-412b-9d4f-1733796a7f71 .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-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-710be861-1c7f-412b-9d4f-1733796a7f71-btn-wrapper {
    text-align: center;
  }


#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-variant-btn:hover {
  background: #252525;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-variant-btn:active, #s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-710be861-1c7f-412b-9d4f-1733796a7f71 .shg-variant-btn.disabled {
  background: #252525;
}

#s-dce10f39-414f-4ba0-af38-86f7daf552b6 {
  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-dce10f39-414f-4ba0-af38-86f7daf552b6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-dce10f39-414f-4ba0-af38-86f7daf552b6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e2f63435-807d-4f5e-95ff-ce656db8222a {
  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-e2f63435-807d-4f5e-95ff-ce656db8222a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2f63435-807d-4f5e-95ff-ce656db8222a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2f63435-807d-4f5e-95ff-ce656db8222a-atc-btn-wrapper {
    text-align: center;
  }


#s-e2f63435-807d-4f5e-95ff-ce656db8222a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e2f63435-807d-4f5e-95ff-ce656db8222a.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-e2f63435-807d-4f5e-95ff-ce656db8222a-atc-btn-wrapper {
    text-align: center;
  }


#s-e2f63435-807d-4f5e-95ff-ce656db8222a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e2f63435-807d-4f5e-95ff-ce656db8222a.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-e2f63435-807d-4f5e-95ff-ce656db8222a-atc-btn-wrapper {
    text-align: center;
  }


#s-e2f63435-807d-4f5e-95ff-ce656db8222a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e2f63435-807d-4f5e-95ff-ce656db8222a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-96830a37-62df-4b02-938f-5b3a94bd8832 {
  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-96830a37-62df-4b02-938f-5b3a94bd8832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96830a37-62df-4b02-938f-5b3a94bd8832.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e627246c-4ad8-4727-ae51-607998c9f0a0 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-e627246c-4ad8-4727-ae51-607998c9f0a0 {
  display: none;
}
#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 {
  text-align: left;
}



.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70e69b12-cb41-43f3-aba5-43dd20ef7701 img.shogun-image {
  width: 100%;
}




#s-ba102ed3-aa62-4522-88a9-6cc0ecdd983a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ba102ed3-aa62-4522-88a9-6cc0ecdd983a .shg-gallery-thumb-image-wrapper {
  

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

#s-ba102ed3-aa62-4522-88a9-6cc0ecdd983a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ba102ed3-aa62-4522-88a9-6cc0ecdd983a .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ba102ed3-aa62-4522-88a9-6cc0ecdd983a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ba102ed3-aa62-4522-88a9-6cc0ecdd983a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ba102ed3-aa62-4522-88a9-6cc0ecdd983a .shg-gallery-dot {
  background-color: #FFF;
}

#s-1362abaf-d887-4c86-9f0d-e37b7b75e654 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1362abaf-d887-4c86-9f0d-e37b7b75e654 .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-1362abaf-d887-4c86-9f0d-e37b7b75e654 .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-1362abaf-d887-4c86-9f0d-e37b7b75e654 .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-1362abaf-d887-4c86-9f0d-e37b7b75e654 .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-1362abaf-d887-4c86-9f0d-e37b7b75e654 .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-b1c54f3c-3305-4003-94d2-88b6a6f64ea8 {
  margin-bottom: 10px;
text-align: center;
}

#s-b1c54f3c-3305-4003-94d2-88b6a6f64ea8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b1c54f3c-3305-4003-94d2-88b6a6f64ea8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b1c54f3c-3305-4003-94d2-88b6a6f64ea8 .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-fee15a42-f24a-4a0e-a3d3-22f30132d338 {
  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-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .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-fee15a42-f24a-4a0e-a3d3-22f30132d338 .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-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fee15a42-f24a-4a0e-a3d3-22f30132d338-btn-wrapper {
    text-align: center;
  }


#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-variant-btn:hover {
  background: #252525;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-variant-btn:active, #s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fee15a42-f24a-4a0e-a3d3-22f30132d338 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f57016cf-77b6-4265-8620-a8decd6f07d7 {
  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-f57016cf-77b6-4265-8620-a8decd6f07d7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f57016cf-77b6-4265-8620-a8decd6f07d7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-59e4d891-0651-4e92-8539-0d12e2b86381 {
  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-59e4d891-0651-4e92-8539-0d12e2b86381:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59e4d891-0651-4e92-8539-0d12e2b86381:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59e4d891-0651-4e92-8539-0d12e2b86381-atc-btn-wrapper {
    text-align: center;
  }


#s-59e4d891-0651-4e92-8539-0d12e2b86381 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-59e4d891-0651-4e92-8539-0d12e2b86381.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-59e4d891-0651-4e92-8539-0d12e2b86381-atc-btn-wrapper {
    text-align: center;
  }


#s-59e4d891-0651-4e92-8539-0d12e2b86381 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-59e4d891-0651-4e92-8539-0d12e2b86381.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-59e4d891-0651-4e92-8539-0d12e2b86381-atc-btn-wrapper {
    text-align: center;
  }


#s-59e4d891-0651-4e92-8539-0d12e2b86381 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-59e4d891-0651-4e92-8539-0d12e2b86381.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-4a5e0b33-4845-4dc4-ab93-ff3c4899142e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a5e0b33-4845-4dc4-ab93-ff3c4899142e {
  
}
}
@media (min-width: 0px) {
[id="s-4a5e0b33-4845-4dc4-ab93-ff3c4899142e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4a5e0b33-4845-4dc4-ab93-ff3c4899142e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-4a5e0b33-4845-4dc4-ab93-ff3c4899142e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a5e0b33-4845-4dc4-ab93-ff3c4899142e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-5d177d74-64ba-4070-8c73-1add5899732d {
  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-5d177d74-64ba-4070-8c73-1add5899732d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d177d74-64ba-4070-8c73-1add5899732d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4196b2ce-685c-4a38-b7ed-5da284717532 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-4196b2ce-685c-4a38-b7ed-5da284717532 {
  display: none;
}
#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 {
  text-align: left;
}



.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bee66e-19fe-4bb4-9517-3c83d032fdf2 img.shogun-image {
  width: 100%;
}




#s-8f0d96f4-c5e3-4f40-84d5-ea581661b8f1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-8f0d96f4-c5e3-4f40-84d5-ea581661b8f1 .shg-gallery-thumb-image-wrapper {
  

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

#s-8f0d96f4-c5e3-4f40-84d5-ea581661b8f1 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-8f0d96f4-c5e3-4f40-84d5-ea581661b8f1 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-8f0d96f4-c5e3-4f40-84d5-ea581661b8f1 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-8f0d96f4-c5e3-4f40-84d5-ea581661b8f1 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-8f0d96f4-c5e3-4f40-84d5-ea581661b8f1 .shg-gallery-dot {
  background-color: #FFF;
}

#s-a43b87ab-cf9f-4cdd-827b-7fcb6b8812f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a43b87ab-cf9f-4cdd-827b-7fcb6b8812f6 .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-a43b87ab-cf9f-4cdd-827b-7fcb6b8812f6 .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-a43b87ab-cf9f-4cdd-827b-7fcb6b8812f6 .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-a43b87ab-cf9f-4cdd-827b-7fcb6b8812f6 .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-a43b87ab-cf9f-4cdd-827b-7fcb6b8812f6 .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-3f1bfe45-cc90-4df0-8870-f6f48b9e888e {
  margin-bottom: 10px;
text-align: center;
}

#s-3f1bfe45-cc90-4df0-8870-f6f48b9e888e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3f1bfe45-cc90-4df0-8870-f6f48b9e888e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3f1bfe45-cc90-4df0-8870-f6f48b9e888e .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-f25ac993-30e7-499b-b34c-ed086e8e5bec {
  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-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .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-f25ac993-30e7-499b-b34c-ed086e8e5bec .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-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f25ac993-30e7-499b-b34c-ed086e8e5bec-btn-wrapper {
    text-align: center;
  }


#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-variant-btn:hover {
  background: #252525;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-variant-btn:active, #s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f25ac993-30e7-499b-b34c-ed086e8e5bec .shg-variant-btn.disabled {
  background: #252525;
}

#s-f53f5091-e8a2-4a81-a189-6988dbc77ad7 {
  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-f53f5091-e8a2-4a81-a189-6988dbc77ad7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f53f5091-e8a2-4a81-a189-6988dbc77ad7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a836e062-79fd-4478-af8f-3a20595b2905 {
  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-a836e062-79fd-4478-af8f-3a20595b2905:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a836e062-79fd-4478-af8f-3a20595b2905:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a836e062-79fd-4478-af8f-3a20595b2905-atc-btn-wrapper {
    text-align: center;
  }


#s-a836e062-79fd-4478-af8f-3a20595b2905 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a836e062-79fd-4478-af8f-3a20595b2905.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-a836e062-79fd-4478-af8f-3a20595b2905-atc-btn-wrapper {
    text-align: center;
  }


#s-a836e062-79fd-4478-af8f-3a20595b2905 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a836e062-79fd-4478-af8f-3a20595b2905.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-a836e062-79fd-4478-af8f-3a20595b2905-atc-btn-wrapper {
    text-align: center;
  }


#s-a836e062-79fd-4478-af8f-3a20595b2905 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a836e062-79fd-4478-af8f-3a20595b2905.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a836e062-79fd-4478-af8f-3a20595b2905.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-244bc094-95f4-4570-890d-3c8bcdad1655 {
  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-244bc094-95f4-4570-890d-3c8bcdad1655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-244bc094-95f4-4570-890d-3c8bcdad1655.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-418fa309-dc5b-4173-aeec-4a6e6aa44eac {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-418fa309-dc5b-4173-aeec-4a6e6aa44eac {
  display: none;
}
#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b {
  text-align: left;
}



.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639ee00e-19eb-4d08-9e1b-ee172a9b5b8b img.shogun-image {
  width: 100%;
}




#s-6af593f9-181f-46e8-9c31-d8471a5b34ae {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6af593f9-181f-46e8-9c31-d8471a5b34ae .shg-gallery-thumb-image-wrapper {
  

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

#s-6af593f9-181f-46e8-9c31-d8471a5b34ae .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6af593f9-181f-46e8-9c31-d8471a5b34ae .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6af593f9-181f-46e8-9c31-d8471a5b34ae .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6af593f9-181f-46e8-9c31-d8471a5b34ae .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6af593f9-181f-46e8-9c31-d8471a5b34ae .shg-gallery-dot {
  background-color: #FFF;
}

#s-529ca9e6-93e7-4c22-a512-99210eee7dc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-529ca9e6-93e7-4c22-a512-99210eee7dc8 .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-529ca9e6-93e7-4c22-a512-99210eee7dc8 .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-529ca9e6-93e7-4c22-a512-99210eee7dc8 .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-529ca9e6-93e7-4c22-a512-99210eee7dc8 .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-529ca9e6-93e7-4c22-a512-99210eee7dc8 .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-f0703263-8f74-455d-87e5-e6578556125d {
  margin-bottom: 10px;
text-align: center;
}

#s-f0703263-8f74-455d-87e5-e6578556125d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f0703263-8f74-455d-87e5-e6578556125d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f0703263-8f74-455d-87e5-e6578556125d .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-44fa1cef-7cee-4085-9f8a-7b18a505346f {
  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-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .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-44fa1cef-7cee-4085-9f8a-7b18a505346f .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-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-44fa1cef-7cee-4085-9f8a-7b18a505346f-btn-wrapper {
    text-align: center;
  }


#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-variant-btn:hover {
  background: #252525;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-variant-btn:active, #s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-44fa1cef-7cee-4085-9f8a-7b18a505346f .shg-variant-btn.disabled {
  background: #252525;
}

#s-05f9bab4-31f9-4353-a44a-b5c023675c32 {
  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-05f9bab4-31f9-4353-a44a-b5c023675c32 .shg-product-quantity-wrapper {
  display: flex;
}

#s-05f9bab4-31f9-4353-a44a-b5c023675c32 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea {
  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-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.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-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.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-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a2adfd8a-3fe7-4d25-83b8-24c50c6cd6ea.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-1b719760-c58f-4afd-b216-99c008abc819 {
  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-1b719760-c58f-4afd-b216-99c008abc819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b719760-c58f-4afd-b216-99c008abc819.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6a5019f-2826-4bde-a635-c5797082662d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d6a5019f-2826-4bde-a635-c5797082662d {
  display: none;
}
#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e {
  text-align: left;
}



.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-790ce0c2-5ad6-4ece-873e-cb48b61c423e img.shogun-image {
  width: 100%;
}




#s-7d87ff86-dbfe-45c7-a86a-1a3839b15419 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-7d87ff86-dbfe-45c7-a86a-1a3839b15419 .shg-gallery-thumb-image-wrapper {
  

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

#s-7d87ff86-dbfe-45c7-a86a-1a3839b15419 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-7d87ff86-dbfe-45c7-a86a-1a3839b15419 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-7d87ff86-dbfe-45c7-a86a-1a3839b15419 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-7d87ff86-dbfe-45c7-a86a-1a3839b15419 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-7d87ff86-dbfe-45c7-a86a-1a3839b15419 .shg-gallery-dot {
  background-color: #FFF;
}

#s-ab11fc53-87db-4136-96a6-115ead01b1f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab11fc53-87db-4136-96a6-115ead01b1f3 .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-ab11fc53-87db-4136-96a6-115ead01b1f3 .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-ab11fc53-87db-4136-96a6-115ead01b1f3 .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-ab11fc53-87db-4136-96a6-115ead01b1f3 .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-ab11fc53-87db-4136-96a6-115ead01b1f3 .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-49036ea4-ac1d-421c-871f-71901ecf29fe {
  margin-bottom: 10px;
text-align: center;
}

#s-49036ea4-ac1d-421c-871f-71901ecf29fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-49036ea4-ac1d-421c-871f-71901ecf29fe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-49036ea4-ac1d-421c-871f-71901ecf29fe .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-ff8fc0bb-5679-4f40-906f-d904359578e1 {
  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-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .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-ff8fc0bb-5679-4f40-906f-d904359578e1 .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-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ff8fc0bb-5679-4f40-906f-d904359578e1-btn-wrapper {
    text-align: center;
  }


#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-variant-btn:hover {
  background: #252525;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-variant-btn:active, #s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ff8fc0bb-5679-4f40-906f-d904359578e1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-bfabb9fa-3afa-43c9-807c-c130db7fa4e0 {
  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-bfabb9fa-3afa-43c9-807c-c130db7fa4e0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-bfabb9fa-3afa-43c9-807c-c130db7fa4e0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-73489d8c-2690-41cf-95fd-a70117f86f1a {
  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-73489d8c-2690-41cf-95fd-a70117f86f1a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73489d8c-2690-41cf-95fd-a70117f86f1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-73489d8c-2690-41cf-95fd-a70117f86f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-73489d8c-2690-41cf-95fd-a70117f86f1a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-73489d8c-2690-41cf-95fd-a70117f86f1a.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-73489d8c-2690-41cf-95fd-a70117f86f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-73489d8c-2690-41cf-95fd-a70117f86f1a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-73489d8c-2690-41cf-95fd-a70117f86f1a.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-73489d8c-2690-41cf-95fd-a70117f86f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-73489d8c-2690-41cf-95fd-a70117f86f1a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-73489d8c-2690-41cf-95fd-a70117f86f1a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-5d9ed47e-4be9-4a2d-ab19-5e23b7cd3c6c {
  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-5d9ed47e-4be9-4a2d-ab19-5e23b7cd3c6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d9ed47e-4be9-4a2d-ab19-5e23b7cd3c6c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b16d4a45-604b-49cc-a655-f4ee23238782 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b16d4a45-604b-49cc-a655-f4ee23238782 {
  display: none;
}
#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 {
  text-align: left;
}



.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-711d3928-dd16-4b0c-9bb5-5811f3a814f9 img.shogun-image {
  width: 100%;
}




#s-af968bb7-1496-420d-b1e0-0266785dcecf {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-af968bb7-1496-420d-b1e0-0266785dcecf .shg-gallery-thumb-image-wrapper {
  

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

#s-af968bb7-1496-420d-b1e0-0266785dcecf .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-af968bb7-1496-420d-b1e0-0266785dcecf .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-af968bb7-1496-420d-b1e0-0266785dcecf .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-af968bb7-1496-420d-b1e0-0266785dcecf .shg-gallery-scroll-button {
  color: #FFF;
}

#s-af968bb7-1496-420d-b1e0-0266785dcecf .shg-gallery-dot {
  background-color: #FFF;
}

#s-81907007-fd09-4520-8d8d-8349f8164d71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81907007-fd09-4520-8d8d-8349f8164d71 .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-81907007-fd09-4520-8d8d-8349f8164d71 .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-81907007-fd09-4520-8d8d-8349f8164d71 .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-81907007-fd09-4520-8d8d-8349f8164d71 .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-81907007-fd09-4520-8d8d-8349f8164d71 .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-1eb1feb7-82cd-4dd9-bbd8-5eb45b305dc6 {
  margin-bottom: 10px;
text-align: center;
}

#s-1eb1feb7-82cd-4dd9-bbd8-5eb45b305dc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1eb1feb7-82cd-4dd9-bbd8-5eb45b305dc6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1eb1feb7-82cd-4dd9-bbd8-5eb45b305dc6 .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-56b2dbf6-40ef-4e6d-ae15-864f4a578771 {
  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-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .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-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .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-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-56b2dbf6-40ef-4e6d-ae15-864f4a578771-btn-wrapper {
    text-align: center;
  }


#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-variant-btn:hover {
  background: #252525;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-variant-btn:active, #s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-56b2dbf6-40ef-4e6d-ae15-864f4a578771 .shg-variant-btn.disabled {
  background: #252525;
}

#s-21e304ad-456c-4f2b-99cf-67241952a120 {
  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-21e304ad-456c-4f2b-99cf-67241952a120 .shg-product-quantity-wrapper {
  display: flex;
}

#s-21e304ad-456c-4f2b-99cf-67241952a120 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-40a0df67-576c-45d6-ba5e-339fbe05772d {
  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-40a0df67-576c-45d6-ba5e-339fbe05772d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40a0df67-576c-45d6-ba5e-339fbe05772d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40a0df67-576c-45d6-ba5e-339fbe05772d-atc-btn-wrapper {
    text-align: center;
  }


#s-40a0df67-576c-45d6-ba5e-339fbe05772d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-40a0df67-576c-45d6-ba5e-339fbe05772d.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-40a0df67-576c-45d6-ba5e-339fbe05772d-atc-btn-wrapper {
    text-align: center;
  }


#s-40a0df67-576c-45d6-ba5e-339fbe05772d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-40a0df67-576c-45d6-ba5e-339fbe05772d.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-40a0df67-576c-45d6-ba5e-339fbe05772d-atc-btn-wrapper {
    text-align: center;
  }


#s-40a0df67-576c-45d6-ba5e-339fbe05772d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-40a0df67-576c-45d6-ba5e-339fbe05772d.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0c02428d-386b-49c3-99b3-31c04856bbe0 {
  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-0c02428d-386b-49c3-99b3-31c04856bbe0 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-0c02428d-386b-49c3-99b3-31c04856bbe0 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-0c02428d-386b-49c3-99b3-31c04856bbe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c02428d-386b-49c3-99b3-31c04856bbe0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc2ab26f-753a-4f28-80ed-0422f90e1010 {
  padding-bottom: 10px;
}

#s-bc2ab26f-753a-4f28-80ed-0422f90e1010 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-c8faf9e9-da40-48a2-8166-e6af7fdda54e {
  padding-bottom: 10px;
}

#s-c8faf9e9-da40-48a2-8166-e6af7fdda54e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-ee32a7a4-ad4d-4c89-a44f-7d961d471cc8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee32a7a4-ad4d-4c89-a44f-7d961d471cc8 {
  
}
}
@media (min-width: 0px) {
[id="s-ee32a7a4-ad4d-4c89-a44f-7d961d471cc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ee32a7a4-ad4d-4c89-a44f-7d961d471cc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-ee32a7a4-ad4d-4c89-a44f-7d961d471cc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee32a7a4-ad4d-4c89-a44f-7d961d471cc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-61070a59-fa64-41c9-9302-004420ba9c2d {
  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-61070a59-fa64-41c9-9302-004420ba9c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61070a59-fa64-41c9-9302-004420ba9c2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c0d11579-afa8-494a-a43e-40807c4e9008 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-c0d11579-afa8-494a-a43e-40807c4e9008 {
  display: none;
}
#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 {
  text-align: left;
}



.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b7983e-d4c6-4ce6-a485-ecb236d268a7 img.shogun-image {
  width: 100%;
}




#s-d1dd7861-1eb4-4b14-af5c-71368f86a32c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1dd7861-1eb4-4b14-af5c-71368f86a32c .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-d1dd7861-1eb4-4b14-af5c-71368f86a32c .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-d1dd7861-1eb4-4b14-af5c-71368f86a32c .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-d1dd7861-1eb4-4b14-af5c-71368f86a32c .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-d1dd7861-1eb4-4b14-af5c-71368f86a32c .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-3ac62488-be08-4f52-8c89-2db224406fe7 {
  margin-bottom: 10px;
text-align: center;
}

#s-3ac62488-be08-4f52-8c89-2db224406fe7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3ac62488-be08-4f52-8c89-2db224406fe7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3ac62488-be08-4f52-8c89-2db224406fe7 .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-85488589-a969-4436-b61b-4b654bafb00a {
  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-85488589-a969-4436-b61b-4b654bafb00a .shg-product-quantity-wrapper {
  display: flex;
}

#s-85488589-a969-4436-b61b-4b654bafb00a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd {
  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-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd-atc-btn-wrapper {
    text-align: center;
  }


#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.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-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd-atc-btn-wrapper {
    text-align: center;
  }


#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.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-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd-atc-btn-wrapper {
    text-align: center;
  }


#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b1cd9d48-7ee7-4ec0-afcc-7d601fd4a8cd.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6e02fba9-8c19-479d-a3e2-46b3d4550e3a {
  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-6e02fba9-8c19-479d-a3e2-46b3d4550e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e02fba9-8c19-479d-a3e2-46b3d4550e3a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38e7f1a7-e721-4204-9d1e-c70c0e7aeec7 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-38e7f1a7-e721-4204-9d1e-c70c0e7aeec7 {
  display: none;
}
#s-902aaee9-b607-4a02-a53d-56f8e311e60a {
  text-align: left;
}



.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-902aaee9-b607-4a02-a53d-56f8e311e60a img.shogun-image {
  width: 100%;
}




#s-252f5b33-4fe2-40b9-bb11-3206a953f6b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-252f5b33-4fe2-40b9-bb11-3206a953f6b4 .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-252f5b33-4fe2-40b9-bb11-3206a953f6b4 .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-252f5b33-4fe2-40b9-bb11-3206a953f6b4 .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-252f5b33-4fe2-40b9-bb11-3206a953f6b4 .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-252f5b33-4fe2-40b9-bb11-3206a953f6b4 .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-70468f3e-789c-4ed7-afe1-9c7b3555851e {
  margin-bottom: 10px;
text-align: center;
}

#s-70468f3e-789c-4ed7-afe1-9c7b3555851e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-70468f3e-789c-4ed7-afe1-9c7b3555851e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-70468f3e-789c-4ed7-afe1-9c7b3555851e .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-aa3beff2-a161-4f7c-a10e-4144e15b4106 {
  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-aa3beff2-a161-4f7c-a10e-4144e15b4106 .shg-product-quantity-wrapper {
  display: flex;
}

#s-aa3beff2-a161-4f7c-a10e-4144e15b4106 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-72919426-a234-4b4f-ac05-6165f553aa47 {
  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-72919426-a234-4b4f-ac05-6165f553aa47:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72919426-a234-4b4f-ac05-6165f553aa47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72919426-a234-4b4f-ac05-6165f553aa47-atc-btn-wrapper {
    text-align: center;
  }


#s-72919426-a234-4b4f-ac05-6165f553aa47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-72919426-a234-4b4f-ac05-6165f553aa47.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-72919426-a234-4b4f-ac05-6165f553aa47-atc-btn-wrapper {
    text-align: center;
  }


#s-72919426-a234-4b4f-ac05-6165f553aa47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-72919426-a234-4b4f-ac05-6165f553aa47.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-72919426-a234-4b4f-ac05-6165f553aa47-atc-btn-wrapper {
    text-align: center;
  }


#s-72919426-a234-4b4f-ac05-6165f553aa47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-72919426-a234-4b4f-ac05-6165f553aa47.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-72919426-a234-4b4f-ac05-6165f553aa47.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b1398244-81bd-4db2-b1d0-fc620c8914f6 {
  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-b1398244-81bd-4db2-b1d0-fc620c8914f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1398244-81bd-4db2-b1d0-fc620c8914f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b5a8c88-8734-42bf-9348-5497ba63f2a9 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0b5a8c88-8734-42bf-9348-5497ba63f2a9 {
  display: none;
}
#s-e09d752e-4505-47b1-b212-a166882a028c {
  text-align: left;
}



.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e09d752e-4505-47b1-b212-a166882a028c img.shogun-image {
  width: 100%;
}




#s-89c01617-3c49-4ad8-9528-dd0f4eb79329 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89c01617-3c49-4ad8-9528-dd0f4eb79329 .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-89c01617-3c49-4ad8-9528-dd0f4eb79329 .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-89c01617-3c49-4ad8-9528-dd0f4eb79329 .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-89c01617-3c49-4ad8-9528-dd0f4eb79329 .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-89c01617-3c49-4ad8-9528-dd0f4eb79329 .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-ad76b705-a86b-4298-8d49-fb0c4662aec3 {
  margin-bottom: 10px;
text-align: center;
}

#s-ad76b705-a86b-4298-8d49-fb0c4662aec3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-ad76b705-a86b-4298-8d49-fb0c4662aec3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-ad76b705-a86b-4298-8d49-fb0c4662aec3 .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-a6ba1b81-4baa-4264-a97a-803518d08922 {
  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-a6ba1b81-4baa-4264-a97a-803518d08922 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a6ba1b81-4baa-4264-a97a-803518d08922 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-796bb49b-f5e4-47d6-9186-c23576aa742f {
  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-796bb49b-f5e4-47d6-9186-c23576aa742f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-796bb49b-f5e4-47d6-9186-c23576aa742f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-796bb49b-f5e4-47d6-9186-c23576aa742f-atc-btn-wrapper {
    text-align: center;
  }


#s-796bb49b-f5e4-47d6-9186-c23576aa742f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-796bb49b-f5e4-47d6-9186-c23576aa742f.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-796bb49b-f5e4-47d6-9186-c23576aa742f-atc-btn-wrapper {
    text-align: center;
  }


#s-796bb49b-f5e4-47d6-9186-c23576aa742f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-796bb49b-f5e4-47d6-9186-c23576aa742f.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-796bb49b-f5e4-47d6-9186-c23576aa742f-atc-btn-wrapper {
    text-align: center;
  }


#s-796bb49b-f5e4-47d6-9186-c23576aa742f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-796bb49b-f5e4-47d6-9186-c23576aa742f.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-86cd7781-44be-4d27-a16f-f4466288e080 {
  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-86cd7781-44be-4d27-a16f-f4466288e080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86cd7781-44be-4d27-a16f-f4466288e080.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-57ee3c28-dfe0-47de-8e81-82a380c77537 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-57ee3c28-dfe0-47de-8e81-82a380c77537 {
  display: none;
}
#s-b7efc0ee-1972-4adf-8300-2d751806b460 {
  text-align: left;
}



.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7efc0ee-1972-4adf-8300-2d751806b460 img.shogun-image {
  width: 100%;
}




#s-6ac41307-4dc6-440d-8b88-c453245f1be6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ac41307-4dc6-440d-8b88-c453245f1be6 .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-6ac41307-4dc6-440d-8b88-c453245f1be6 .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-6ac41307-4dc6-440d-8b88-c453245f1be6 .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-6ac41307-4dc6-440d-8b88-c453245f1be6 .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-6ac41307-4dc6-440d-8b88-c453245f1be6 .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-76d1d95f-2a7d-4660-a5fc-d72750cfdfcb {
  margin-bottom: 10px;
text-align: center;
}

#s-76d1d95f-2a7d-4660-a5fc-d72750cfdfcb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-76d1d95f-2a7d-4660-a5fc-d72750cfdfcb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-76d1d95f-2a7d-4660-a5fc-d72750cfdfcb .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-14de0f15-fc97-4fba-8d50-cf9800711039 {
  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-14de0f15-fc97-4fba-8d50-cf9800711039 .shg-product-quantity-wrapper {
  display: flex;
}

#s-14de0f15-fc97-4fba-8d50-cf9800711039 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-de801bb3-0b5d-483f-a199-501f89ef85c8 {
  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-de801bb3-0b5d-483f-a199-501f89ef85c8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de801bb3-0b5d-483f-a199-501f89ef85c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de801bb3-0b5d-483f-a199-501f89ef85c8-atc-btn-wrapper {
    text-align: center;
  }


#s-de801bb3-0b5d-483f-a199-501f89ef85c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-de801bb3-0b5d-483f-a199-501f89ef85c8.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-de801bb3-0b5d-483f-a199-501f89ef85c8-atc-btn-wrapper {
    text-align: center;
  }


#s-de801bb3-0b5d-483f-a199-501f89ef85c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-de801bb3-0b5d-483f-a199-501f89ef85c8.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-de801bb3-0b5d-483f-a199-501f89ef85c8-atc-btn-wrapper {
    text-align: center;
  }


#s-de801bb3-0b5d-483f-a199-501f89ef85c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-de801bb3-0b5d-483f-a199-501f89ef85c8.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-52f17490-c5aa-4f0a-9fbb-562e76276cbd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-52f17490-c5aa-4f0a-9fbb-562e76276cbd {
  
}
}
@media (min-width: 0px) {
[id="s-52f17490-c5aa-4f0a-9fbb-562e76276cbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-52f17490-c5aa-4f0a-9fbb-562e76276cbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-52f17490-c5aa-4f0a-9fbb-562e76276cbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-52f17490-c5aa-4f0a-9fbb-562e76276cbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-b3656f2f-a2da-4de6-aec9-84e6a0d5effe {
  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-b3656f2f-a2da-4de6-aec9-84e6a0d5effe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3656f2f-a2da-4de6-aec9-84e6a0d5effe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dca97550-e935-4b97-92c5-29d9eed7a7d9 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-dca97550-e935-4b97-92c5-29d9eed7a7d9 {
  display: none;
}
#s-a442974b-470f-43a8-826e-83b95faf676c {
  text-align: left;
}



.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a442974b-470f-43a8-826e-83b95faf676c img.shogun-image {
  width: 100%;
}




#s-1359a053-e175-4d79-bcd6-1000be52b532 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-1359a053-e175-4d79-bcd6-1000be52b532 .shg-gallery-thumb-image-wrapper {
  

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

#s-1359a053-e175-4d79-bcd6-1000be52b532 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1359a053-e175-4d79-bcd6-1000be52b532 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1359a053-e175-4d79-bcd6-1000be52b532 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1359a053-e175-4d79-bcd6-1000be52b532 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1359a053-e175-4d79-bcd6-1000be52b532 .shg-gallery-dot {
  background-color: #FFF;
}

#s-9a7163bd-3bd9-4919-accd-00d850a0ced5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a7163bd-3bd9-4919-accd-00d850a0ced5 .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-9a7163bd-3bd9-4919-accd-00d850a0ced5 .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-9a7163bd-3bd9-4919-accd-00d850a0ced5 .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-9a7163bd-3bd9-4919-accd-00d850a0ced5 .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-9a7163bd-3bd9-4919-accd-00d850a0ced5 .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-6581eda2-72df-4c18-b636-aeba6c1c39e0 {
  margin-bottom: 10px;
text-align: center;
}

#s-6581eda2-72df-4c18-b636-aeba6c1c39e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-6581eda2-72df-4c18-b636-aeba6c1c39e0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6581eda2-72df-4c18-b636-aeba6c1c39e0 .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-fec2c804-5c67-40f3-a26e-71aa1cd058ff {
  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-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .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-fec2c804-5c67-40f3-a26e-71aa1cd058ff .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-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fec2c804-5c67-40f3-a26e-71aa1cd058ff-btn-wrapper {
    text-align: center;
  }


#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-variant-btn:hover {
  background: #252525;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-variant-btn:active, #s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fec2c804-5c67-40f3-a26e-71aa1cd058ff .shg-variant-btn.disabled {
  background: #252525;
}

#s-30c2ffd4-8aa1-427b-bf93-6cfa915d4f2c {
  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-30c2ffd4-8aa1-427b-bf93-6cfa915d4f2c .shg-product-quantity-wrapper {
  display: flex;
}

#s-30c2ffd4-8aa1-427b-bf93-6cfa915d4f2c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-8341090f-a7f1-476e-b94b-fff6e2804e47 {
  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-8341090f-a7f1-476e-b94b-fff6e2804e47:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8341090f-a7f1-476e-b94b-fff6e2804e47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8341090f-a7f1-476e-b94b-fff6e2804e47-atc-btn-wrapper {
    text-align: center;
  }


#s-8341090f-a7f1-476e-b94b-fff6e2804e47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-8341090f-a7f1-476e-b94b-fff6e2804e47.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-8341090f-a7f1-476e-b94b-fff6e2804e47-atc-btn-wrapper {
    text-align: center;
  }


#s-8341090f-a7f1-476e-b94b-fff6e2804e47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8341090f-a7f1-476e-b94b-fff6e2804e47.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-8341090f-a7f1-476e-b94b-fff6e2804e47-atc-btn-wrapper {
    text-align: center;
  }


#s-8341090f-a7f1-476e-b94b-fff6e2804e47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8341090f-a7f1-476e-b94b-fff6e2804e47.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-c3b4e619-f3fa-4b67-925f-9022249ad465 {
  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-c3b4e619-f3fa-4b67-925f-9022249ad465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3b4e619-f3fa-4b67-925f-9022249ad465.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dda048df-6b18-48c0-a5b1-86cc585be612 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-dda048df-6b18-48c0-a5b1-86cc585be612 {
  display: none;
}
#s-a87ffbc2-970d-4f93-9195-ba18341957c3 {
  text-align: left;
}



.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a87ffbc2-970d-4f93-9195-ba18341957c3 img.shogun-image {
  width: 100%;
}




#s-cc4f3029-b8f2-4332-9921-aecf1e660181 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-cc4f3029-b8f2-4332-9921-aecf1e660181 .shg-gallery-thumb-image-wrapper {
  

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

#s-cc4f3029-b8f2-4332-9921-aecf1e660181 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-cc4f3029-b8f2-4332-9921-aecf1e660181 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-cc4f3029-b8f2-4332-9921-aecf1e660181 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-cc4f3029-b8f2-4332-9921-aecf1e660181 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-cc4f3029-b8f2-4332-9921-aecf1e660181 .shg-gallery-dot {
  background-color: #FFF;
}

#s-5bfda44f-91dd-4ec0-a302-6e776237c07d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bfda44f-91dd-4ec0-a302-6e776237c07d .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-5bfda44f-91dd-4ec0-a302-6e776237c07d .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-5bfda44f-91dd-4ec0-a302-6e776237c07d .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-5bfda44f-91dd-4ec0-a302-6e776237c07d .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-5bfda44f-91dd-4ec0-a302-6e776237c07d .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-8cf2b5a1-4c7e-4d48-b279-48496634bdee {
  margin-bottom: 10px;
text-align: center;
}

#s-8cf2b5a1-4c7e-4d48-b279-48496634bdee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-8cf2b5a1-4c7e-4d48-b279-48496634bdee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8cf2b5a1-4c7e-4d48-b279-48496634bdee .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-9034beda-44e4-4f96-951a-6c5b1b838e2f {
  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-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .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-9034beda-44e4-4f96-951a-6c5b1b838e2f .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-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9034beda-44e4-4f96-951a-6c5b1b838e2f-btn-wrapper {
    text-align: center;
  }


#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-variant-btn:hover {
  background: #252525;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-variant-btn:active, #s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9034beda-44e4-4f96-951a-6c5b1b838e2f .shg-variant-btn.disabled {
  background: #252525;
}

#s-80aac32d-2032-4839-b99e-90d7b8cc4357 {
  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-80aac32d-2032-4839-b99e-90d7b8cc4357 .shg-product-quantity-wrapper {
  display: flex;
}

#s-80aac32d-2032-4839-b99e-90d7b8cc4357 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-16da092a-da5d-4c96-8d16-9b1869d233a0 {
  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-16da092a-da5d-4c96-8d16-9b1869d233a0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16da092a-da5d-4c96-8d16-9b1869d233a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16da092a-da5d-4c96-8d16-9b1869d233a0-atc-btn-wrapper {
    text-align: center;
  }


#s-16da092a-da5d-4c96-8d16-9b1869d233a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-16da092a-da5d-4c96-8d16-9b1869d233a0.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-16da092a-da5d-4c96-8d16-9b1869d233a0-atc-btn-wrapper {
    text-align: center;
  }


#s-16da092a-da5d-4c96-8d16-9b1869d233a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-16da092a-da5d-4c96-8d16-9b1869d233a0.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-16da092a-da5d-4c96-8d16-9b1869d233a0-atc-btn-wrapper {
    text-align: center;
  }


#s-16da092a-da5d-4c96-8d16-9b1869d233a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-16da092a-da5d-4c96-8d16-9b1869d233a0.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-11b003f1-c56c-4b05-bdaf-c5a681a2a781 {
  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-11b003f1-c56c-4b05-bdaf-c5a681a2a781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11b003f1-c56c-4b05-bdaf-c5a681a2a781.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2cc99fdd-a19b-429b-b72d-01f7eca859a1 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2cc99fdd-a19b-429b-b72d-01f7eca859a1 {
  display: none;
}
#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba {
  text-align: left;
}



.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e5f76-0edc-4eb6-85d4-cfa8632c19ba img.shogun-image {
  width: 100%;
}




#s-1fcb25df-4d31-41bb-a4a4-c4f31ec9a363 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-1fcb25df-4d31-41bb-a4a4-c4f31ec9a363 .shg-gallery-thumb-image-wrapper {
  

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

#s-1fcb25df-4d31-41bb-a4a4-c4f31ec9a363 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1fcb25df-4d31-41bb-a4a4-c4f31ec9a363 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1fcb25df-4d31-41bb-a4a4-c4f31ec9a363 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1fcb25df-4d31-41bb-a4a4-c4f31ec9a363 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1fcb25df-4d31-41bb-a4a4-c4f31ec9a363 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2566c0d9-40f9-412b-b214-79d6f160b37c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2566c0d9-40f9-412b-b214-79d6f160b37c .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-2566c0d9-40f9-412b-b214-79d6f160b37c .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-2566c0d9-40f9-412b-b214-79d6f160b37c .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-2566c0d9-40f9-412b-b214-79d6f160b37c .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-2566c0d9-40f9-412b-b214-79d6f160b37c .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-38443f59-571d-4def-8ebc-a03c0d751bdf {
  margin-bottom: 10px;
text-align: center;
}

#s-38443f59-571d-4def-8ebc-a03c0d751bdf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-38443f59-571d-4def-8ebc-a03c0d751bdf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-38443f59-571d-4def-8ebc-a03c0d751bdf .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-61f218d9-a5bb-4aca-8ec3-6741561eea5b {
  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-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .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-61f218d9-a5bb-4aca-8ec3-6741561eea5b .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-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-61f218d9-a5bb-4aca-8ec3-6741561eea5b-btn-wrapper {
    text-align: center;
  }


#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-variant-btn:hover {
  background: #252525;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-variant-btn:active, #s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-61f218d9-a5bb-4aca-8ec3-6741561eea5b .shg-variant-btn.disabled {
  background: #252525;
}

#s-06368964-a93f-4da1-9746-51839b0e1761 {
  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-06368964-a93f-4da1-9746-51839b0e1761 .shg-product-quantity-wrapper {
  display: flex;
}

#s-06368964-a93f-4da1-9746-51839b0e1761 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-4685991e-0e06-429b-958d-3fb154a24992 {
  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-4685991e-0e06-429b-958d-3fb154a24992:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4685991e-0e06-429b-958d-3fb154a24992:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4685991e-0e06-429b-958d-3fb154a24992-atc-btn-wrapper {
    text-align: center;
  }


#s-4685991e-0e06-429b-958d-3fb154a24992 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-4685991e-0e06-429b-958d-3fb154a24992.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-4685991e-0e06-429b-958d-3fb154a24992-atc-btn-wrapper {
    text-align: center;
  }


#s-4685991e-0e06-429b-958d-3fb154a24992 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4685991e-0e06-429b-958d-3fb154a24992.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-4685991e-0e06-429b-958d-3fb154a24992-atc-btn-wrapper {
    text-align: center;
  }


#s-4685991e-0e06-429b-958d-3fb154a24992 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4685991e-0e06-429b-958d-3fb154a24992.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4685991e-0e06-429b-958d-3fb154a24992.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-74133188-be4d-4561-96f6-0d6248ce5b37 {
  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-74133188-be4d-4561-96f6-0d6248ce5b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74133188-be4d-4561-96f6-0d6248ce5b37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c021173-943d-4b54-8b49-ea9b5f9c6c64 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1c021173-943d-4b54-8b49-ea9b5f9c6c64 {
  display: none;
}
#s-7ec50626-cd5c-4001-98aa-210e730458f1 {
  text-align: left;
}



.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ec50626-cd5c-4001-98aa-210e730458f1 img.shogun-image {
  width: 100%;
}




#s-62a99285-2d3f-43f5-a74e-67a02a2d4ba1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-62a99285-2d3f-43f5-a74e-67a02a2d4ba1 .shg-gallery-thumb-image-wrapper {
  

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

#s-62a99285-2d3f-43f5-a74e-67a02a2d4ba1 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-62a99285-2d3f-43f5-a74e-67a02a2d4ba1 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-62a99285-2d3f-43f5-a74e-67a02a2d4ba1 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-62a99285-2d3f-43f5-a74e-67a02a2d4ba1 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-62a99285-2d3f-43f5-a74e-67a02a2d4ba1 .shg-gallery-dot {
  background-color: #FFF;
}

#s-8a3074fa-ba78-4224-b1c0-3574ae949cb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a3074fa-ba78-4224-b1c0-3574ae949cb2 .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-8a3074fa-ba78-4224-b1c0-3574ae949cb2 .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-8a3074fa-ba78-4224-b1c0-3574ae949cb2 .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-8a3074fa-ba78-4224-b1c0-3574ae949cb2 .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-8a3074fa-ba78-4224-b1c0-3574ae949cb2 .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-45fc9d36-f267-4c44-9e7e-93ec39a04588 {
  margin-bottom: 10px;
text-align: center;
}

#s-45fc9d36-f267-4c44-9e7e-93ec39a04588 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-45fc9d36-f267-4c44-9e7e-93ec39a04588 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-45fc9d36-f267-4c44-9e7e-93ec39a04588 .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-c0a8b499-4bbc-400d-8615-a270d69526a7 {
  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-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .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-c0a8b499-4bbc-400d-8615-a270d69526a7 .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-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c0a8b499-4bbc-400d-8615-a270d69526a7-btn-wrapper {
    text-align: center;
  }


#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-variant-btn:hover {
  background: #252525;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-variant-btn:active, #s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c0a8b499-4bbc-400d-8615-a270d69526a7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-87fb816c-640d-4ccc-b96a-f4f11b6bb0a0 {
  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-87fb816c-640d-4ccc-b96a-f4f11b6bb0a0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-87fb816c-640d-4ccc-b96a-f4f11b6bb0a0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-1098ddd5-c989-488f-928c-ebe983d3a668 {
  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-1098ddd5-c989-488f-928c-ebe983d3a668:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1098ddd5-c989-488f-928c-ebe983d3a668:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1098ddd5-c989-488f-928c-ebe983d3a668-atc-btn-wrapper {
    text-align: center;
  }


#s-1098ddd5-c989-488f-928c-ebe983d3a668 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-1098ddd5-c989-488f-928c-ebe983d3a668.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-1098ddd5-c989-488f-928c-ebe983d3a668-atc-btn-wrapper {
    text-align: center;
  }


#s-1098ddd5-c989-488f-928c-ebe983d3a668 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-1098ddd5-c989-488f-928c-ebe983d3a668.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-1098ddd5-c989-488f-928c-ebe983d3a668-atc-btn-wrapper {
    text-align: center;
  }


#s-1098ddd5-c989-488f-928c-ebe983d3a668 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-1098ddd5-c989-488f-928c-ebe983d3a668.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-1098ddd5-c989-488f-928c-ebe983d3a668.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;
padding-bottom: 0px;
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-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-bottom: 100px;
min-height: 50px;
background-position: center center;
}

#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  background-image: url(https://i.shgcdn.com/859dacfd-5ef9-4cdd-bd75-e63e9fcc6cc4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fd01f8cf-9820-44de-93e8-1a416f85a155 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-fd01f8cf-9820-44de-93e8-1a416f85a155.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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