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

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

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

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

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

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

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

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

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

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

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

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

#s-33ca086f-efae-458f-a23f-9e7df4dd36ed {
  min-height: 50px;
}








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

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








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








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

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

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

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

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

}

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

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

}

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

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

}

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

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

}

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

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

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

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

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

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

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

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

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

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


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


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


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


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


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


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

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

}

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

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

}

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

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

}

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

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

}

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

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


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


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


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


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


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


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

#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  background-repeat: no-repeat;
background-size: 600px 591px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  display: none;
}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6, #wrap-s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 { display:none !important; }}@media (max-width: 767px){#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  display: none;
}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6, #wrap-s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 { display:none !important; }}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  background-image: url(https://i.shgcdn.com/60e75a05-4eda-43b4-8a92-0f4dc1fcf7a8/-/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/60e75a05-4eda-43b4-8a92-0f4dc1fcf7a8/-/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-4e4b49b5-2cac-4202-8389-8a749c7a78c5 {
  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-4e4b49b5-2cac-4202-8389-8a749c7a78c5 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-4e4b49b5-2cac-4202-8389-8a749c7a78c5 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-4e4b49b5-2cac-4202-8389-8a749c7a78c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e4b49b5-2cac-4202-8389-8a749c7a78c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dccd3c4b-c66b-4ea6-a0cd-b4f149491120 {
  padding-bottom: 10px;
}

#s-dccd3c4b-c66b-4ea6-a0cd-b4f149491120 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-4c92f77b-f2ab-4f7c-97fe-edcde0738dc8 {
  padding-bottom: 10px;
}

#s-4c92f77b-f2ab-4f7c-97fe-edcde0738dc8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d9e20abd-1d04-4861-88c7-cddf97951527 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9e20abd-1d04-4861-88c7-cddf97951527 {
  
}
}
@media (min-width: 0px) {
[id="s-d9e20abd-1d04-4861-88c7-cddf97951527"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d9e20abd-1d04-4861-88c7-cddf97951527"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-d9e20abd-1d04-4861-88c7-cddf97951527"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9e20abd-1d04-4861-88c7-cddf97951527"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-12dfb4ce-d8f5-4e21-b7c4-8708a59851b4 {
  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-12dfb4ce-d8f5-4e21-b7c4-8708a59851b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12dfb4ce-d8f5-4e21-b7c4-8708a59851b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6926d1eb-5245-4b24-b44a-fedb6ea1786e {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6926d1eb-5245-4b24-b44a-fedb6ea1786e {
  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-bd18ea73-a55e-4728-8492-b4fa14679044 {
  text-align: left;
}



.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd18ea73-a55e-4728-8492-b4fa14679044 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-42543638-e8bb-473f-8d84-3607cc33a319 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-42543638-e8bb-473f-8d84-3607cc33a319 .shg-gallery-thumb-image-wrapper {
  

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

#s-42543638-e8bb-473f-8d84-3607cc33a319 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-42543638-e8bb-473f-8d84-3607cc33a319 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-42543638-e8bb-473f-8d84-3607cc33a319 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-42543638-e8bb-473f-8d84-3607cc33a319 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-42543638-e8bb-473f-8d84-3607cc33a319 .shg-gallery-dot {
  background-color: #FFF;
}

#s-b7da4fd8-bc7c-47c7-8206-527647e6c4c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7da4fd8-bc7c-47c7-8206-527647e6c4c4 .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-b7da4fd8-bc7c-47c7-8206-527647e6c4c4 .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-b7da4fd8-bc7c-47c7-8206-527647e6c4c4 .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-b7da4fd8-bc7c-47c7-8206-527647e6c4c4 .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-b7da4fd8-bc7c-47c7-8206-527647e6c4c4 .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-e5c2fb16-e612-4efd-83cd-d1f4144787c9 {
  margin-bottom: 10px;
text-align: center;
}

#s-e5c2fb16-e612-4efd-83cd-d1f4144787c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-e5c2fb16-e612-4efd-83cd-d1f4144787c9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e5c2fb16-e612-4efd-83cd-d1f4144787c9 .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-475bbd7f-761b-439b-ab3c-974f0b41b369 {
  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-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .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-475bbd7f-761b-439b-ab3c-974f0b41b369 .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-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-475bbd7f-761b-439b-ab3c-974f0b41b369-btn-wrapper {
    text-align: center;
  }


#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-variant-btn:hover {
  background: #252525;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-variant-btn:active, #s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-475bbd7f-761b-439b-ab3c-974f0b41b369 .shg-variant-btn.disabled {
  background: #252525;
}

#s-807f2442-4924-4a3a-98d5-c7911b8bb1fb {
  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-807f2442-4924-4a3a-98d5-c7911b8bb1fb .shg-product-quantity-wrapper {
  display: flex;
}

#s-807f2442-4924-4a3a-98d5-c7911b8bb1fb .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-5bb8f4d6-109e-4302-969f-77897c74bb0c {
  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-5bb8f4d6-109e-4302-969f-77897c74bb0c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bb8f4d6-109e-4302-969f-77897c74bb0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5bb8f4d6-109e-4302-969f-77897c74bb0c-atc-btn-wrapper {
    text-align: center;
  }


#s-5bb8f4d6-109e-4302-969f-77897c74bb0c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-5bb8f4d6-109e-4302-969f-77897c74bb0c.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-5bb8f4d6-109e-4302-969f-77897c74bb0c-atc-btn-wrapper {
    text-align: center;
  }


#s-5bb8f4d6-109e-4302-969f-77897c74bb0c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5bb8f4d6-109e-4302-969f-77897c74bb0c.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-5bb8f4d6-109e-4302-969f-77897c74bb0c-atc-btn-wrapper {
    text-align: center;
  }


#s-5bb8f4d6-109e-4302-969f-77897c74bb0c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5bb8f4d6-109e-4302-969f-77897c74bb0c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-25f5dad3-b2dd-4d5e-a995-2a8981c50c91 {
  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-25f5dad3-b2dd-4d5e-a995-2a8981c50c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25f5dad3-b2dd-4d5e-a995-2a8981c50c91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-77c78f0a-a99a-421e-b8e1-acb7aef29eab {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-77c78f0a-a99a-421e-b8e1-acb7aef29eab {
  display: none;
}
#s-48236688-d5d7-414a-99f4-0dafc5b27f99 {
  text-align: left;
}



.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48236688-d5d7-414a-99f4-0dafc5b27f99 img.shogun-image {
  width: 100%;
}




#s-19f7334d-249d-448a-8511-b8eaac7abd19 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-19f7334d-249d-448a-8511-b8eaac7abd19 .shg-gallery-thumb-image-wrapper {
  

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

#s-19f7334d-249d-448a-8511-b8eaac7abd19 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-19f7334d-249d-448a-8511-b8eaac7abd19 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-19f7334d-249d-448a-8511-b8eaac7abd19 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-19f7334d-249d-448a-8511-b8eaac7abd19 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-19f7334d-249d-448a-8511-b8eaac7abd19 .shg-gallery-dot {
  background-color: #FFF;
}

#s-ea699ee1-71f0-4539-aaec-e1975ed91277 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea699ee1-71f0-4539-aaec-e1975ed91277 .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-ea699ee1-71f0-4539-aaec-e1975ed91277 .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-ea699ee1-71f0-4539-aaec-e1975ed91277 .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-ea699ee1-71f0-4539-aaec-e1975ed91277 .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-ea699ee1-71f0-4539-aaec-e1975ed91277 .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-8b624e0c-75b4-4f3b-8bae-6c1ac341d2bc {
  margin-bottom: 10px;
text-align: center;
}

#s-8b624e0c-75b4-4f3b-8bae-6c1ac341d2bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-8b624e0c-75b4-4f3b-8bae-6c1ac341d2bc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8b624e0c-75b4-4f3b-8bae-6c1ac341d2bc .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-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 {
  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-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .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-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .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-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47-btn-wrapper {
    text-align: center;
  }


#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-variant-btn:hover {
  background: #252525;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-variant-btn:active, #s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5db9d4eb-71e6-4e3b-8c5f-266815f10f47 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7d97ae4d-4b2e-4c4e-afcc-0c8d0be3f366 {
  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-7d97ae4d-4b2e-4c4e-afcc-0c8d0be3f366 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7d97ae4d-4b2e-4c4e-afcc-0c8d0be3f366 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5273feff-ad4e-4052-9dfc-067d337f9ac7 {
  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-5273feff-ad4e-4052-9dfc-067d337f9ac7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5273feff-ad4e-4052-9dfc-067d337f9ac7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5273feff-ad4e-4052-9dfc-067d337f9ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-5273feff-ad4e-4052-9dfc-067d337f9ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-5273feff-ad4e-4052-9dfc-067d337f9ac7.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-5273feff-ad4e-4052-9dfc-067d337f9ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-5273feff-ad4e-4052-9dfc-067d337f9ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5273feff-ad4e-4052-9dfc-067d337f9ac7.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-5273feff-ad4e-4052-9dfc-067d337f9ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-5273feff-ad4e-4052-9dfc-067d337f9ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5273feff-ad4e-4052-9dfc-067d337f9ac7.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-d68d4f09-6f08-4e6a-9e54-9aa80c02f0ac {
  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-d68d4f09-6f08-4e6a-9e54-9aa80c02f0ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68d4f09-6f08-4e6a-9e54-9aa80c02f0ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae4e471b-02c0-46f3-b4ba-404b69aeeebb {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ae4e471b-02c0-46f3-b4ba-404b69aeeebb {
  display: none;
}
#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 {
  text-align: left;
}



.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44f147c7-04eb-4ff5-a547-48ccf723ef96 img.shogun-image {
  width: 100%;
}




#s-01f234be-de76-440d-b2d1-59c846327592 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-01f234be-de76-440d-b2d1-59c846327592 .shg-gallery-thumb-image-wrapper {
  

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

#s-01f234be-de76-440d-b2d1-59c846327592 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-01f234be-de76-440d-b2d1-59c846327592 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-01f234be-de76-440d-b2d1-59c846327592 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-01f234be-de76-440d-b2d1-59c846327592 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-01f234be-de76-440d-b2d1-59c846327592 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3e4d1e03-020a-44ef-b8ca-dd1fbdc29a3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e4d1e03-020a-44ef-b8ca-dd1fbdc29a3a .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-3e4d1e03-020a-44ef-b8ca-dd1fbdc29a3a .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-3e4d1e03-020a-44ef-b8ca-dd1fbdc29a3a .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-3e4d1e03-020a-44ef-b8ca-dd1fbdc29a3a .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-3e4d1e03-020a-44ef-b8ca-dd1fbdc29a3a .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-8b5bf214-f75f-41a0-a8d9-18a04a27d84f {
  margin-bottom: 10px;
text-align: center;
}

#s-8b5bf214-f75f-41a0-a8d9-18a04a27d84f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-8b5bf214-f75f-41a0-a8d9-18a04a27d84f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8b5bf214-f75f-41a0-a8d9-18a04a27d84f .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-b17706cb-0202-4885-9039-ce2be174d36c {
  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-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .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-b17706cb-0202-4885-9039-ce2be174d36c .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-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b17706cb-0202-4885-9039-ce2be174d36c-btn-wrapper {
    text-align: center;
  }


#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-variant-btn:hover {
  background: #252525;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-variant-btn:active, #s-b17706cb-0202-4885-9039-ce2be174d36c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b17706cb-0202-4885-9039-ce2be174d36c .shg-variant-btn.disabled {
  background: #252525;
}

#s-e5755b83-e455-4128-9e1e-764b9115f1ff {
  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-e5755b83-e455-4128-9e1e-764b9115f1ff .shg-product-quantity-wrapper {
  display: flex;
}

#s-e5755b83-e455-4128-9e1e-764b9115f1ff .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68 {
  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-355f379f-29e0-4e71-bb29-e4e2abe0bd68:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-355f379f-29e0-4e71-bb29-e4e2abe0bd68-atc-btn-wrapper {
    text-align: center;
  }


#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.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-355f379f-29e0-4e71-bb29-e4e2abe0bd68-atc-btn-wrapper {
    text-align: center;
  }


#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.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-355f379f-29e0-4e71-bb29-e4e2abe0bd68-atc-btn-wrapper {
    text-align: center;
  }


#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-355f379f-29e0-4e71-bb29-e4e2abe0bd68.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-4ee2d3bd-27f7-4e18-8ed0-e674ad9585a6 {
  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-4ee2d3bd-27f7-4e18-8ed0-e674ad9585a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ee2d3bd-27f7-4e18-8ed0-e674ad9585a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07346cd2-b91e-4aa9-8544-9eb732cf69b9 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-07346cd2-b91e-4aa9-8544-9eb732cf69b9 {
  display: none;
}
#s-5dcb372d-a52f-42cc-95c4-c57584090a22 {
  text-align: left;
}



.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcb372d-a52f-42cc-95c4-c57584090a22 img.shogun-image {
  width: 100%;
}




#s-207b20e3-f15e-44b7-8f53-2f8c15ddea3b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-207b20e3-f15e-44b7-8f53-2f8c15ddea3b .shg-gallery-thumb-image-wrapper {
  

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

#s-207b20e3-f15e-44b7-8f53-2f8c15ddea3b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-207b20e3-f15e-44b7-8f53-2f8c15ddea3b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-207b20e3-f15e-44b7-8f53-2f8c15ddea3b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-207b20e3-f15e-44b7-8f53-2f8c15ddea3b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-207b20e3-f15e-44b7-8f53-2f8c15ddea3b .shg-gallery-dot {
  background-color: #FFF;
}

#s-b7ff3718-a926-4917-b0fd-16ac0f8fd79c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7ff3718-a926-4917-b0fd-16ac0f8fd79c .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-b7ff3718-a926-4917-b0fd-16ac0f8fd79c .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-b7ff3718-a926-4917-b0fd-16ac0f8fd79c .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-b7ff3718-a926-4917-b0fd-16ac0f8fd79c .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-b7ff3718-a926-4917-b0fd-16ac0f8fd79c .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-2df6726d-8f27-4c02-8ca4-90e25b3fd518 {
  margin-bottom: 10px;
text-align: center;
}

#s-2df6726d-8f27-4c02-8ca4-90e25b3fd518 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-2df6726d-8f27-4c02-8ca4-90e25b3fd518 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2df6726d-8f27-4c02-8ca4-90e25b3fd518 .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-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 {
  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-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .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-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .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-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2-btn-wrapper {
    text-align: center;
  }


#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-variant-btn:hover {
  background: #252525;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-variant-btn:active, #s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b17ea3fa-9904-4abf-a2db-c3eee8a49be2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2e3bf748-7e1a-4266-96f3-5d7cad28a5f6 {
  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-2e3bf748-7e1a-4266-96f3-5d7cad28a5f6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2e3bf748-7e1a-4266-96f3-5d7cad28a5f6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e {
  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-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.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-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.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-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e-atc-btn-wrapper {
    text-align: center;
  }


#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6e36a9fe-1718-4596-81a6-2dc86c8e2b4e.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7a5e36f9-83da-44ae-8d39-690c9917a8b1 {
  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-7a5e36f9-83da-44ae-8d39-690c9917a8b1 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7a5e36f9-83da-44ae-8d39-690c9917a8b1 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7a5e36f9-83da-44ae-8d39-690c9917a8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a5e36f9-83da-44ae-8d39-690c9917a8b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e384bfb9-12fe-4be5-88f7-d96e58374d29 {
  padding-bottom: 10px;
}

#s-e384bfb9-12fe-4be5-88f7-d96e58374d29 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-c73ac2fe-3e43-480e-b4c6-16f8822f3563 {
  padding-bottom: 10px;
}

#s-c73ac2fe-3e43-480e-b4c6-16f8822f3563 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-c86d62e6-1e30-4c56-b4b5-09995d3a9e88 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-c86d62e6-1e30-4c56-b4b5-09995d3a9e88 {
  
}
}
@media (min-width: 0px) {
[id="s-c86d62e6-1e30-4c56-b4b5-09995d3a9e88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c86d62e6-1e30-4c56-b4b5-09995d3a9e88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c86d62e6-1e30-4c56-b4b5-09995d3a9e88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c86d62e6-1e30-4c56-b4b5-09995d3a9e88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-0297247f-9990-494b-a366-b639519d74ee {
  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-0297247f-9990-494b-a366-b639519d74ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0297247f-9990-494b-a366-b639519d74ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e8df561-2117-49b4-af65-791e35b900ba {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0e8df561-2117-49b4-af65-791e35b900ba {
  display: none;
}
#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 {
  text-align: left;
}



.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed4d624-2702-4924-a6d3-0eb9fb0fb070 img.shogun-image {
  width: 100%;
}




#s-670f06d3-1772-4614-830e-8cc43f79c82d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-670f06d3-1772-4614-830e-8cc43f79c82d .shg-gallery-thumb-image-wrapper {
  

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

#s-670f06d3-1772-4614-830e-8cc43f79c82d .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-670f06d3-1772-4614-830e-8cc43f79c82d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-670f06d3-1772-4614-830e-8cc43f79c82d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-670f06d3-1772-4614-830e-8cc43f79c82d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-670f06d3-1772-4614-830e-8cc43f79c82d .shg-gallery-dot {
  background-color: #FFF;
}

#s-c4178ff3-b9ab-4b9d-a286-6b9e59746f13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4178ff3-b9ab-4b9d-a286-6b9e59746f13 .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-c4178ff3-b9ab-4b9d-a286-6b9e59746f13 .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-c4178ff3-b9ab-4b9d-a286-6b9e59746f13 .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-c4178ff3-b9ab-4b9d-a286-6b9e59746f13 .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-c4178ff3-b9ab-4b9d-a286-6b9e59746f13 .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-6132f028-53e3-4eea-9f94-6a7c6202fc5b {
  margin-bottom: 10px;
text-align: center;
}

#s-6132f028-53e3-4eea-9f94-6a7c6202fc5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-6132f028-53e3-4eea-9f94-6a7c6202fc5b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6132f028-53e3-4eea-9f94-6a7c6202fc5b .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-67fd4f3a-dab1-4594-9c1c-103af2086d53 {
  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-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .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-67fd4f3a-dab1-4594-9c1c-103af2086d53 .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-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-67fd4f3a-dab1-4594-9c1c-103af2086d53-btn-wrapper {
    text-align: center;
  }


#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-variant-btn:hover {
  background: #252525;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-variant-btn:active, #s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-67fd4f3a-dab1-4594-9c1c-103af2086d53 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b86dfc49-8a2f-467c-8ec1-57ab81eeba66 {
  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-b86dfc49-8a2f-467c-8ec1-57ab81eeba66 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b86dfc49-8a2f-467c-8ec1-57ab81eeba66 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62 {
  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-2523bc61-0bc2-4101-b005-2e3d6b92bb62:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2523bc61-0bc2-4101-b005-2e3d6b92bb62-atc-btn-wrapper {
    text-align: center;
  }


#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.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-2523bc61-0bc2-4101-b005-2e3d6b92bb62-atc-btn-wrapper {
    text-align: center;
  }


#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.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-2523bc61-0bc2-4101-b005-2e3d6b92bb62-atc-btn-wrapper {
    text-align: center;
  }


#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-2523bc61-0bc2-4101-b005-2e3d6b92bb62.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-3ca6a12c-f600-4e5a-b9b3-a15c33ddaa47 {
  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-3ca6a12c-f600-4e5a-b9b3-a15c33ddaa47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca6a12c-f600-4e5a-b9b3-a15c33ddaa47.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-775bf298-b6d1-41dd-bcee-9af647c4400c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-775bf298-b6d1-41dd-bcee-9af647c4400c {
  display: none;
}
#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 {
  text-align: left;
}



.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75084af6-ce9b-40ee-9bd3-c36bbc24d453 img.shogun-image {
  width: 100%;
}




#s-f1e67175-c578-4e37-88a5-4cb5dc881224 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f1e67175-c578-4e37-88a5-4cb5dc881224 .shg-gallery-thumb-image-wrapper {
  

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

#s-f1e67175-c578-4e37-88a5-4cb5dc881224 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f1e67175-c578-4e37-88a5-4cb5dc881224 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f1e67175-c578-4e37-88a5-4cb5dc881224 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f1e67175-c578-4e37-88a5-4cb5dc881224 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f1e67175-c578-4e37-88a5-4cb5dc881224 .shg-gallery-dot {
  background-color: #FFF;
}

#s-549c484c-e97f-42ca-b77d-ca20897ee862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-549c484c-e97f-42ca-b77d-ca20897ee862 .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-549c484c-e97f-42ca-b77d-ca20897ee862 .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-549c484c-e97f-42ca-b77d-ca20897ee862 .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-549c484c-e97f-42ca-b77d-ca20897ee862 .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-549c484c-e97f-42ca-b77d-ca20897ee862 .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-10fd6ef5-5fe0-40ff-9795-a254e63beef0 {
  margin-bottom: 10px;
text-align: center;
}

#s-10fd6ef5-5fe0-40ff-9795-a254e63beef0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-10fd6ef5-5fe0-40ff-9795-a254e63beef0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-10fd6ef5-5fe0-40ff-9795-a254e63beef0 .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-0ec76a8a-a21f-4420-b6ec-ea939271c31f {
  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-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .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-0ec76a8a-a21f-4420-b6ec-ea939271c31f .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-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0ec76a8a-a21f-4420-b6ec-ea939271c31f-btn-wrapper {
    text-align: center;
  }


#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-variant-btn:hover {
  background: #252525;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-variant-btn:active, #s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0ec76a8a-a21f-4420-b6ec-ea939271c31f .shg-variant-btn.disabled {
  background: #252525;
}

#s-c0f6dfa3-35a0-43e2-97fd-b74d8d1818cd {
  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-c0f6dfa3-35a0-43e2-97fd-b74d8d1818cd .shg-product-quantity-wrapper {
  display: flex;
}

#s-c0f6dfa3-35a0-43e2-97fd-b74d8d1818cd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2 {
  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-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2-atc-btn-wrapper {
    text-align: center;
  }


#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.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-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2-atc-btn-wrapper {
    text-align: center;
  }


#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.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-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2-atc-btn-wrapper {
    text-align: center;
  }


#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d6061fd1-0ed2-43bc-aaac-cc1d6c0651e2.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0415c038-27ae-4fca-9dd8-6def94a9cf35 {
  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-0415c038-27ae-4fca-9dd8-6def94a9cf35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0415c038-27ae-4fca-9dd8-6def94a9cf35.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8ae9276-e988-4284-90ac-c8ccf722fb11 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-c8ae9276-e988-4284-90ac-c8ccf722fb11 {
  display: none;
}
#s-8d5f217b-8502-4f63-bb48-a69d85527f6b {
  text-align: left;
}



.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d5f217b-8502-4f63-bb48-a69d85527f6b img.shogun-image {
  width: 100%;
}




#s-b841aa73-f2ed-4f01-968e-a3cd6f9819ea {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b841aa73-f2ed-4f01-968e-a3cd6f9819ea .shg-gallery-thumb-image-wrapper {
  

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

#s-b841aa73-f2ed-4f01-968e-a3cd6f9819ea .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b841aa73-f2ed-4f01-968e-a3cd6f9819ea .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b841aa73-f2ed-4f01-968e-a3cd6f9819ea .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b841aa73-f2ed-4f01-968e-a3cd6f9819ea .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b841aa73-f2ed-4f01-968e-a3cd6f9819ea .shg-gallery-dot {
  background-color: #FFF;
}

#s-7dba7165-4185-413b-a6f5-84a04386786c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dba7165-4185-413b-a6f5-84a04386786c .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-7dba7165-4185-413b-a6f5-84a04386786c .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-7dba7165-4185-413b-a6f5-84a04386786c .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-7dba7165-4185-413b-a6f5-84a04386786c .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-7dba7165-4185-413b-a6f5-84a04386786c .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-55f028e6-bf33-4cfd-9962-dcc11def0dfc {
  margin-bottom: 10px;
text-align: center;
}

#s-55f028e6-bf33-4cfd-9962-dcc11def0dfc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-55f028e6-bf33-4cfd-9962-dcc11def0dfc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-55f028e6-bf33-4cfd-9962-dcc11def0dfc .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-55210f9d-bfdc-4ccc-afc2-97413662d34b {
  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-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .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-55210f9d-bfdc-4ccc-afc2-97413662d34b .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-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-55210f9d-bfdc-4ccc-afc2-97413662d34b-btn-wrapper {
    text-align: center;
  }


#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-variant-btn:hover {
  background: #252525;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-variant-btn:active, #s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-55210f9d-bfdc-4ccc-afc2-97413662d34b .shg-variant-btn.disabled {
  background: #252525;
}

#s-e153c8ed-6073-438a-94b0-e227e13ae4db {
  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-e153c8ed-6073-438a-94b0-e227e13ae4db .shg-product-quantity-wrapper {
  display: flex;
}

#s-e153c8ed-6073-438a-94b0-e227e13ae4db .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f {
  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-eec5f4f0-3bff-4af9-a768-e15ed1bab65f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f-atc-btn-wrapper {
    text-align: center;
  }


#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.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-eec5f4f0-3bff-4af9-a768-e15ed1bab65f-atc-btn-wrapper {
    text-align: center;
  }


#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.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-eec5f4f0-3bff-4af9-a768-e15ed1bab65f-atc-btn-wrapper {
    text-align: center;
  }


#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-eec5f4f0-3bff-4af9-a768-e15ed1bab65f.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-e812d4cf-ce59-4a71-be6c-2152eb8130e5 {
  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-e812d4cf-ce59-4a71-be6c-2152eb8130e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e812d4cf-ce59-4a71-be6c-2152eb8130e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4a68dff-b350-4109-80b7-30bed41798bf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a4a68dff-b350-4109-80b7-30bed41798bf {
  display: none;
}
#s-62b353eb-5813-4249-b44d-fbb353ae284f {
  text-align: left;
}



.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62b353eb-5813-4249-b44d-fbb353ae284f img.shogun-image {
  width: 100%;
}




#s-96b64f3a-f37f-43e7-844d-b18259510f9d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-96b64f3a-f37f-43e7-844d-b18259510f9d .shg-gallery-thumb-image-wrapper {
  

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

#s-96b64f3a-f37f-43e7-844d-b18259510f9d .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-96b64f3a-f37f-43e7-844d-b18259510f9d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-96b64f3a-f37f-43e7-844d-b18259510f9d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-96b64f3a-f37f-43e7-844d-b18259510f9d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-96b64f3a-f37f-43e7-844d-b18259510f9d .shg-gallery-dot {
  background-color: #FFF;
}

#s-b964e000-a12f-4280-aa2e-a0575d197a01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b964e000-a12f-4280-aa2e-a0575d197a01 .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-b964e000-a12f-4280-aa2e-a0575d197a01 .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-b964e000-a12f-4280-aa2e-a0575d197a01 .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-b964e000-a12f-4280-aa2e-a0575d197a01 .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-b964e000-a12f-4280-aa2e-a0575d197a01 .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-3cb8fb82-bbf0-413d-9ab5-abd001113564 {
  margin-bottom: 10px;
text-align: center;
}

#s-3cb8fb82-bbf0-413d-9ab5-abd001113564 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3cb8fb82-bbf0-413d-9ab5-abd001113564 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3cb8fb82-bbf0-413d-9ab5-abd001113564 .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-8dcb2d08-7f99-4b19-b681-69004971bd09 {
  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-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .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-8dcb2d08-7f99-4b19-b681-69004971bd09 .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-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8dcb2d08-7f99-4b19-b681-69004971bd09-btn-wrapper {
    text-align: center;
  }


#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-variant-btn:hover {
  background: #252525;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-variant-btn:active, #s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8dcb2d08-7f99-4b19-b681-69004971bd09 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1cf7062a-dd88-40c9-bbe0-fd166876e887 {
  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-1cf7062a-dd88-40c9-bbe0-fd166876e887 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1cf7062a-dd88-40c9-bbe0-fd166876e887 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-0527bace-b86e-44a9-9519-315a883c0958 {
  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-0527bace-b86e-44a9-9519-315a883c0958:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0527bace-b86e-44a9-9519-315a883c0958:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0527bace-b86e-44a9-9519-315a883c0958-atc-btn-wrapper {
    text-align: center;
  }


#s-0527bace-b86e-44a9-9519-315a883c0958 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-0527bace-b86e-44a9-9519-315a883c0958.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-0527bace-b86e-44a9-9519-315a883c0958-atc-btn-wrapper {
    text-align: center;
  }


#s-0527bace-b86e-44a9-9519-315a883c0958 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-0527bace-b86e-44a9-9519-315a883c0958.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-0527bace-b86e-44a9-9519-315a883c0958-atc-btn-wrapper {
    text-align: center;
  }


#s-0527bace-b86e-44a9-9519-315a883c0958 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-0527bace-b86e-44a9-9519-315a883c0958.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-0527bace-b86e-44a9-9519-315a883c0958.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-30896558-bce0-45c2-8a1e-7962d98049a5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-30896558-bce0-45c2-8a1e-7962d98049a5 {
  
}
}
@media (min-width: 0px) {
[id="s-30896558-bce0-45c2-8a1e-7962d98049a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-30896558-bce0-45c2-8a1e-7962d98049a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-30896558-bce0-45c2-8a1e-7962d98049a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-30896558-bce0-45c2-8a1e-7962d98049a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-6fe6ae84-031f-47bd-adfc-d328903dda9e {
  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-6fe6ae84-031f-47bd-adfc-d328903dda9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fe6ae84-031f-47bd-adfc-d328903dda9e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-47f8f7c6-9c72-4050-a6b8-d9467d32932e {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-47f8f7c6-9c72-4050-a6b8-d9467d32932e {
  display: none;
}
#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 {
  text-align: left;
}



.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ada5f3ec-74e3-42be-9e7c-938f04c49344 img.shogun-image {
  width: 100%;
}




#s-931b9be9-758d-4bfb-82f6-e9fdfb1743d2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-931b9be9-758d-4bfb-82f6-e9fdfb1743d2 .shg-gallery-thumb-image-wrapper {
  

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

#s-931b9be9-758d-4bfb-82f6-e9fdfb1743d2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-931b9be9-758d-4bfb-82f6-e9fdfb1743d2 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-931b9be9-758d-4bfb-82f6-e9fdfb1743d2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-931b9be9-758d-4bfb-82f6-e9fdfb1743d2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-931b9be9-758d-4bfb-82f6-e9fdfb1743d2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2c73388d-033e-4d08-8b8f-cf87d62de493 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c73388d-033e-4d08-8b8f-cf87d62de493 .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-2c73388d-033e-4d08-8b8f-cf87d62de493 .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-2c73388d-033e-4d08-8b8f-cf87d62de493 .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-2c73388d-033e-4d08-8b8f-cf87d62de493 .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-2c73388d-033e-4d08-8b8f-cf87d62de493 .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-c5bebcc6-a3aa-4319-a4ee-6441c4212ff8 {
  margin-bottom: 10px;
text-align: center;
}

#s-c5bebcc6-a3aa-4319-a4ee-6441c4212ff8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-c5bebcc6-a3aa-4319-a4ee-6441c4212ff8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-c5bebcc6-a3aa-4319-a4ee-6441c4212ff8 .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-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e {
  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-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .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-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .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-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e-btn-wrapper {
    text-align: center;
  }


#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-variant-btn:hover {
  background: #252525;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-variant-btn:active, #s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ab1c391b-77d8-4ac2-94e2-ebaeccbdf71e .shg-variant-btn.disabled {
  background: #252525;
}

#s-aaa68791-ce8c-4001-aa3d-2cacc77f310d {
  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-aaa68791-ce8c-4001-aa3d-2cacc77f310d .shg-product-quantity-wrapper {
  display: flex;
}

#s-aaa68791-ce8c-4001-aa3d-2cacc77f310d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa {
  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-f56615bf-ae6f-4a05-bb8c-fcd441097faa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f56615bf-ae6f-4a05-bb8c-fcd441097faa-atc-btn-wrapper {
    text-align: center;
  }


#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.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-f56615bf-ae6f-4a05-bb8c-fcd441097faa-atc-btn-wrapper {
    text-align: center;
  }


#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.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-f56615bf-ae6f-4a05-bb8c-fcd441097faa-atc-btn-wrapper {
    text-align: center;
  }


#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f56615bf-ae6f-4a05-bb8c-fcd441097faa.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-d7a1cf05-a646-4cbb-96f6-2162a8e7ecbc {
  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-d7a1cf05-a646-4cbb-96f6-2162a8e7ecbc {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-d7a1cf05-a646-4cbb-96f6-2162a8e7ecbc {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-d7a1cf05-a646-4cbb-96f6-2162a8e7ecbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7a1cf05-a646-4cbb-96f6-2162a8e7ecbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f605651-8939-466c-acff-8651bfbfdbf4 {
  padding-bottom: 10px;
}

#s-8f605651-8939-466c-acff-8651bfbfdbf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6b579454-a158-41a1-b76c-bd1ed406aae2 {
  padding-bottom: 10px;
}

#s-6b579454-a158-41a1-b76c-bd1ed406aae2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0a6e4762-8003-4eff-af85-d59f38d75901 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a6e4762-8003-4eff-af85-d59f38d75901 {
  
}
}
@media (min-width: 0px) {
[id="s-0a6e4762-8003-4eff-af85-d59f38d75901"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0a6e4762-8003-4eff-af85-d59f38d75901"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0a6e4762-8003-4eff-af85-d59f38d75901"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a6e4762-8003-4eff-af85-d59f38d75901"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-aa720e4a-39e6-4d87-8cdf-fa2b7712c879 {
  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-aa720e4a-39e6-4d87-8cdf-fa2b7712c879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa720e4a-39e6-4d87-8cdf-fa2b7712c879.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ca36aaf-95e7-4054-be85-8c1a4a0207e1 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-8ca36aaf-95e7-4054-be85-8c1a4a0207e1 {
  display: none;
}
#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 {
  text-align: left;
}



.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd6a8c3-e44f-4ca4-a8e3-a5f3dd674e33 img.shogun-image {
  width: 100%;
}




#s-38c512f1-4d6c-484b-b620-db2974a6bfb4 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-38c512f1-4d6c-484b-b620-db2974a6bfb4 .shg-gallery-thumb-image-wrapper {
  

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

#s-38c512f1-4d6c-484b-b620-db2974a6bfb4 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-38c512f1-4d6c-484b-b620-db2974a6bfb4 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-38c512f1-4d6c-484b-b620-db2974a6bfb4 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-38c512f1-4d6c-484b-b620-db2974a6bfb4 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-38c512f1-4d6c-484b-b620-db2974a6bfb4 .shg-gallery-dot {
  background-color: #FFF;
}

#s-8e3b2297-3ebd-4035-858a-1a768cac4ae5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e3b2297-3ebd-4035-858a-1a768cac4ae5 .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-8e3b2297-3ebd-4035-858a-1a768cac4ae5 .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-8e3b2297-3ebd-4035-858a-1a768cac4ae5 .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-8e3b2297-3ebd-4035-858a-1a768cac4ae5 .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-8e3b2297-3ebd-4035-858a-1a768cac4ae5 .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-f6241a0c-0401-4561-bb78-356d97503beb {
  margin-bottom: 10px;
text-align: center;
}

#s-f6241a0c-0401-4561-bb78-356d97503beb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f6241a0c-0401-4561-bb78-356d97503beb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f6241a0c-0401-4561-bb78-356d97503beb .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-3c6525af-6502-45b6-aeee-dec208d8c9bd {
  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-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .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-3c6525af-6502-45b6-aeee-dec208d8c9bd .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-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3c6525af-6502-45b6-aeee-dec208d8c9bd-btn-wrapper {
    text-align: center;
  }


#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-variant-btn:hover {
  background: #252525;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-variant-btn:active, #s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3c6525af-6502-45b6-aeee-dec208d8c9bd .shg-variant-btn.disabled {
  background: #252525;
}

#s-afcecabd-feb3-4824-8f5f-414a09399610 {
  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-afcecabd-feb3-4824-8f5f-414a09399610 .shg-product-quantity-wrapper {
  display: flex;
}

#s-afcecabd-feb3-4824-8f5f-414a09399610 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-20d5d324-c265-4268-93fc-af6edb58324c {
  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-20d5d324-c265-4268-93fc-af6edb58324c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20d5d324-c265-4268-93fc-af6edb58324c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20d5d324-c265-4268-93fc-af6edb58324c-atc-btn-wrapper {
    text-align: center;
  }


#s-20d5d324-c265-4268-93fc-af6edb58324c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-20d5d324-c265-4268-93fc-af6edb58324c.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-20d5d324-c265-4268-93fc-af6edb58324c-atc-btn-wrapper {
    text-align: center;
  }


#s-20d5d324-c265-4268-93fc-af6edb58324c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-20d5d324-c265-4268-93fc-af6edb58324c.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-20d5d324-c265-4268-93fc-af6edb58324c-atc-btn-wrapper {
    text-align: center;
  }


#s-20d5d324-c265-4268-93fc-af6edb58324c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-20d5d324-c265-4268-93fc-af6edb58324c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-20d5d324-c265-4268-93fc-af6edb58324c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-24d1d9bf-cff6-4c17-b1a8-f1a7a5e59e90 {
  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-24d1d9bf-cff6-4c17-b1a8-f1a7a5e59e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24d1d9bf-cff6-4c17-b1a8-f1a7a5e59e90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6d11cfc3-6f8d-4b29-a18a-0c05328f3e46 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6d11cfc3-6f8d-4b29-a18a-0c05328f3e46 {
  display: none;
}
#s-7deb0f76-2e04-483c-aef9-6f571287b7fa {
  text-align: left;
}



.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7deb0f76-2e04-483c-aef9-6f571287b7fa img.shogun-image {
  width: 100%;
}




#s-174715f2-07b6-4a11-b072-27439628f35f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-174715f2-07b6-4a11-b072-27439628f35f .shg-gallery-thumb-image-wrapper {
  

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

#s-174715f2-07b6-4a11-b072-27439628f35f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-174715f2-07b6-4a11-b072-27439628f35f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-174715f2-07b6-4a11-b072-27439628f35f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-174715f2-07b6-4a11-b072-27439628f35f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-174715f2-07b6-4a11-b072-27439628f35f .shg-gallery-dot {
  background-color: #FFF;
}

#s-257a7269-8460-4d3e-b4c8-cacbc2dc2149 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-257a7269-8460-4d3e-b4c8-cacbc2dc2149 .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-257a7269-8460-4d3e-b4c8-cacbc2dc2149 .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-257a7269-8460-4d3e-b4c8-cacbc2dc2149 .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-257a7269-8460-4d3e-b4c8-cacbc2dc2149 .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-257a7269-8460-4d3e-b4c8-cacbc2dc2149 .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-a9bae3c7-dad8-4957-9c47-20f25b34b6dc {
  margin-bottom: 10px;
text-align: center;
}

#s-a9bae3c7-dad8-4957-9c47-20f25b34b6dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a9bae3c7-dad8-4957-9c47-20f25b34b6dc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a9bae3c7-dad8-4957-9c47-20f25b34b6dc .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-6b21f72d-400e-4859-a029-d37828f5fb0f {
  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-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .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-6b21f72d-400e-4859-a029-d37828f5fb0f .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-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6b21f72d-400e-4859-a029-d37828f5fb0f-btn-wrapper {
    text-align: center;
  }


#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-variant-btn:hover {
  background: #252525;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-variant-btn:active, #s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6b21f72d-400e-4859-a029-d37828f5fb0f .shg-variant-btn.disabled {
  background: #252525;
}

#s-a803c050-6e42-4f89-b390-4996cfd136a2 {
  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-a803c050-6e42-4f89-b390-4996cfd136a2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a803c050-6e42-4f89-b390-4996cfd136a2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24 {
  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-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24-atc-btn-wrapper {
    text-align: center;
  }


#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.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-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24-atc-btn-wrapper {
    text-align: center;
  }


#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.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-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24-atc-btn-wrapper {
    text-align: center;
  }


#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fb65bfa8-ff0f-4ba5-8e43-04ad9efd9d24.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-22fc8bdb-0e3c-4de3-9392-e55463da479b {
  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-22fc8bdb-0e3c-4de3-9392-e55463da479b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22fc8bdb-0e3c-4de3-9392-e55463da479b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b477bba-74c4-4593-ae9a-c6d76e13ffb3 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-9b477bba-74c4-4593-ae9a-c6d76e13ffb3 {
  display: none;
}
#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 {
  text-align: left;
}



.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a2f4d66-b2df-4388-a0c4-b1a78364a230 img.shogun-image {
  width: 100%;
}




#s-1db2394e-e66c-4d20-91e9-3f515b9c36cf {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-1db2394e-e66c-4d20-91e9-3f515b9c36cf .shg-gallery-thumb-image-wrapper {
  

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

#s-1db2394e-e66c-4d20-91e9-3f515b9c36cf .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1db2394e-e66c-4d20-91e9-3f515b9c36cf .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1db2394e-e66c-4d20-91e9-3f515b9c36cf .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1db2394e-e66c-4d20-91e9-3f515b9c36cf .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1db2394e-e66c-4d20-91e9-3f515b9c36cf .shg-gallery-dot {
  background-color: #FFF;
}

#s-ac78ce05-878f-4b69-a468-2a925593e9c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac78ce05-878f-4b69-a468-2a925593e9c5 .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-ac78ce05-878f-4b69-a468-2a925593e9c5 .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-ac78ce05-878f-4b69-a468-2a925593e9c5 .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-ac78ce05-878f-4b69-a468-2a925593e9c5 .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-ac78ce05-878f-4b69-a468-2a925593e9c5 .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-b438488c-0462-4fe9-b4aa-e0aee916a6c8 {
  margin-bottom: 10px;
text-align: center;
}

#s-b438488c-0462-4fe9-b4aa-e0aee916a6c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b438488c-0462-4fe9-b4aa-e0aee916a6c8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b438488c-0462-4fe9-b4aa-e0aee916a6c8 .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-41f65525-d14f-4f12-841f-5947de31034c {
  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-41f65525-d14f-4f12-841f-5947de31034c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .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-41f65525-d14f-4f12-841f-5947de31034c .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-41f65525-d14f-4f12-841f-5947de31034c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-41f65525-d14f-4f12-841f-5947de31034c-btn-wrapper {
    text-align: center;
  }


#s-41f65525-d14f-4f12-841f-5947de31034c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-variant-btn:hover {
  background: #252525;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-variant-btn:active, #s-41f65525-d14f-4f12-841f-5947de31034c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-41f65525-d14f-4f12-841f-5947de31034c .shg-variant-btn.disabled {
  background: #252525;
}

#s-a70f1c29-3ee6-49df-a7e6-11a7c144223c {
  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-a70f1c29-3ee6-49df-a7e6-11a7c144223c .shg-product-quantity-wrapper {
  display: flex;
}

#s-a70f1c29-3ee6-49df-a7e6-11a7c144223c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9f5b09a8-047f-4813-aae4-9a37e062726d {
  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-9f5b09a8-047f-4813-aae4-9a37e062726d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f5b09a8-047f-4813-aae4-9a37e062726d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f5b09a8-047f-4813-aae4-9a37e062726d-atc-btn-wrapper {
    text-align: center;
  }


#s-9f5b09a8-047f-4813-aae4-9a37e062726d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9f5b09a8-047f-4813-aae4-9a37e062726d.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-9f5b09a8-047f-4813-aae4-9a37e062726d-atc-btn-wrapper {
    text-align: center;
  }


#s-9f5b09a8-047f-4813-aae4-9a37e062726d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9f5b09a8-047f-4813-aae4-9a37e062726d.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-9f5b09a8-047f-4813-aae4-9a37e062726d-atc-btn-wrapper {
    text-align: center;
  }


#s-9f5b09a8-047f-4813-aae4-9a37e062726d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9f5b09a8-047f-4813-aae4-9a37e062726d.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-a5f75a89-531e-4f2a-9d80-2de89c818d6c {
  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-a5f75a89-531e-4f2a-9d80-2de89c818d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f75a89-531e-4f2a-9d80-2de89c818d6c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05507399-0b24-49b5-b407-f3ecd3111a2e {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-05507399-0b24-49b5-b407-f3ecd3111a2e {
  display: none;
}
#s-f995393d-e47d-4d9d-a75e-946f5558094b {
  text-align: left;
}



.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f995393d-e47d-4d9d-a75e-946f5558094b img.shogun-image {
  width: 100%;
}




#s-5fe9a98e-bf01-4bb0-9d9c-8fc64358fb33 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5fe9a98e-bf01-4bb0-9d9c-8fc64358fb33 .shg-gallery-thumb-image-wrapper {
  

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

#s-5fe9a98e-bf01-4bb0-9d9c-8fc64358fb33 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5fe9a98e-bf01-4bb0-9d9c-8fc64358fb33 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5fe9a98e-bf01-4bb0-9d9c-8fc64358fb33 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-5fe9a98e-bf01-4bb0-9d9c-8fc64358fb33 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-5fe9a98e-bf01-4bb0-9d9c-8fc64358fb33 .shg-gallery-dot {
  background-color: #FFF;
}

#s-075b0a07-f053-4740-bf1e-5df37c7f8a04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-075b0a07-f053-4740-bf1e-5df37c7f8a04 .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-075b0a07-f053-4740-bf1e-5df37c7f8a04 .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-075b0a07-f053-4740-bf1e-5df37c7f8a04 .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-075b0a07-f053-4740-bf1e-5df37c7f8a04 .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-075b0a07-f053-4740-bf1e-5df37c7f8a04 .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-6d83a5bb-9dd1-4687-8651-78930118e9e2 {
  margin-bottom: 10px;
text-align: center;
}

#s-6d83a5bb-9dd1-4687-8651-78930118e9e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-6d83a5bb-9dd1-4687-8651-78930118e9e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6d83a5bb-9dd1-4687-8651-78930118e9e2 .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-dc180d4c-70e8-4351-9200-a2c518923325 {
  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-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .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-dc180d4c-70e8-4351-9200-a2c518923325 .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-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-dc180d4c-70e8-4351-9200-a2c518923325-btn-wrapper {
    text-align: center;
  }


#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-variant-btn:hover {
  background: #252525;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-variant-btn:active, #s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-dc180d4c-70e8-4351-9200-a2c518923325 .shg-variant-btn.disabled {
  background: #252525;
}

#s-72b6f437-16b1-4b27-a481-c817cc09b545 {
  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-72b6f437-16b1-4b27-a481-c817cc09b545 .shg-product-quantity-wrapper {
  display: flex;
}

#s-72b6f437-16b1-4b27-a481-c817cc09b545 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-8bc89824-17ea-4375-969a-aa4107d72d16 {
  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-8bc89824-17ea-4375-969a-aa4107d72d16:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8bc89824-17ea-4375-969a-aa4107d72d16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8bc89824-17ea-4375-969a-aa4107d72d16-atc-btn-wrapper {
    text-align: center;
  }


#s-8bc89824-17ea-4375-969a-aa4107d72d16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-8bc89824-17ea-4375-969a-aa4107d72d16.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-8bc89824-17ea-4375-969a-aa4107d72d16-atc-btn-wrapper {
    text-align: center;
  }


#s-8bc89824-17ea-4375-969a-aa4107d72d16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8bc89824-17ea-4375-969a-aa4107d72d16.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-8bc89824-17ea-4375-969a-aa4107d72d16-atc-btn-wrapper {
    text-align: center;
  }


#s-8bc89824-17ea-4375-969a-aa4107d72d16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8bc89824-17ea-4375-969a-aa4107d72d16.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6a50141f-fd6e-48d3-b0df-bffec5f05ee4 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a50141f-fd6e-48d3-b0df-bffec5f05ee4 {
  
}
}
@media (min-width: 0px) {
[id="s-6a50141f-fd6e-48d3-b0df-bffec5f05ee4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6a50141f-fd6e-48d3-b0df-bffec5f05ee4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-6a50141f-fd6e-48d3-b0df-bffec5f05ee4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a50141f-fd6e-48d3-b0df-bffec5f05ee4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-8ee82b95-0af5-4274-afd7-b36f0aa7a3ab {
  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-8ee82b95-0af5-4274-afd7-b36f0aa7a3ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ee82b95-0af5-4274-afd7-b36f0aa7a3ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62b531c8-2b10-4f0b-91bf-860888883446 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-62b531c8-2b10-4f0b-91bf-860888883446 {
  display: none;
}
#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 {
  text-align: left;
}



.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af612b84-9bae-4aaf-a2ea-66f7c774f6d1 img.shogun-image {
  width: 100%;
}




#s-a4bdf70c-447a-4e69-ac6b-fed5d4c5d910 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a4bdf70c-447a-4e69-ac6b-fed5d4c5d910 .shg-gallery-thumb-image-wrapper {
  

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

#s-a4bdf70c-447a-4e69-ac6b-fed5d4c5d910 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a4bdf70c-447a-4e69-ac6b-fed5d4c5d910 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a4bdf70c-447a-4e69-ac6b-fed5d4c5d910 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a4bdf70c-447a-4e69-ac6b-fed5d4c5d910 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a4bdf70c-447a-4e69-ac6b-fed5d4c5d910 .shg-gallery-dot {
  background-color: #FFF;
}

#s-35dc406d-7032-43aa-b8a1-8dc8818ae352 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35dc406d-7032-43aa-b8a1-8dc8818ae352 .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-35dc406d-7032-43aa-b8a1-8dc8818ae352 .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-35dc406d-7032-43aa-b8a1-8dc8818ae352 .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-35dc406d-7032-43aa-b8a1-8dc8818ae352 .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-35dc406d-7032-43aa-b8a1-8dc8818ae352 .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-c07e0435-8a1d-48d0-a824-16603c91d373 {
  margin-bottom: 10px;
text-align: center;
}

#s-c07e0435-8a1d-48d0-a824-16603c91d373 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-c07e0435-8a1d-48d0-a824-16603c91d373 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-c07e0435-8a1d-48d0-a824-16603c91d373 .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-b955116a-181e-4147-83af-ad59bc646497 {
  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-b955116a-181e-4147-83af-ad59bc646497 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .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-b955116a-181e-4147-83af-ad59bc646497 .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-b955116a-181e-4147-83af-ad59bc646497 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b955116a-181e-4147-83af-ad59bc646497-btn-wrapper {
    text-align: center;
  }


#s-b955116a-181e-4147-83af-ad59bc646497 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-variant-btn:hover {
  background: #252525;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-variant-btn:active, #s-b955116a-181e-4147-83af-ad59bc646497 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b955116a-181e-4147-83af-ad59bc646497 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7e29579f-674b-45cd-965b-ea31d914e307 {
  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-7e29579f-674b-45cd-965b-ea31d914e307 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7e29579f-674b-45cd-965b-ea31d914e307 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93 {
  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-901b51c0-4ab2-47c5-8269-6c1cdf016b93:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-901b51c0-4ab2-47c5-8269-6c1cdf016b93-atc-btn-wrapper {
    text-align: center;
  }


#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.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-901b51c0-4ab2-47c5-8269-6c1cdf016b93-atc-btn-wrapper {
    text-align: center;
  }


#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.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-901b51c0-4ab2-47c5-8269-6c1cdf016b93-atc-btn-wrapper {
    text-align: center;
  }


#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-901b51c0-4ab2-47c5-8269-6c1cdf016b93.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-00aa5bd3-f608-4fa9-8e7a-8f608224568c {
  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-00aa5bd3-f608-4fa9-8e7a-8f608224568c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00aa5bd3-f608-4fa9-8e7a-8f608224568c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6427ae7c-6834-44ee-bd61-4635333065e0 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6427ae7c-6834-44ee-bd61-4635333065e0 {
  display: none;
}
#s-aea52ffe-99b7-42ef-9c53-fee278cecbca {
  text-align: left;
}



.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca img.shogun-image {
  width: 100%;
}



}

.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea52ffe-99b7-42ef-9c53-fee278cecbca img.shogun-image {
  width: 100%;
}




#s-552154b5-ffaf-4bce-a1c5-5f845fb15503 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-552154b5-ffaf-4bce-a1c5-5f845fb15503 .shg-gallery-thumb-image-wrapper {
  

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

#s-552154b5-ffaf-4bce-a1c5-5f845fb15503 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-552154b5-ffaf-4bce-a1c5-5f845fb15503 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-552154b5-ffaf-4bce-a1c5-5f845fb15503 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-552154b5-ffaf-4bce-a1c5-5f845fb15503 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-552154b5-ffaf-4bce-a1c5-5f845fb15503 .shg-gallery-dot {
  background-color: #FFF;
}

#s-8ad53560-354c-4e6d-b6b2-20730afd8497 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ad53560-354c-4e6d-b6b2-20730afd8497 .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-8ad53560-354c-4e6d-b6b2-20730afd8497 .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-8ad53560-354c-4e6d-b6b2-20730afd8497 .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-8ad53560-354c-4e6d-b6b2-20730afd8497 .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-8ad53560-354c-4e6d-b6b2-20730afd8497 .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-fdaaf42d-cbf2-4329-8ff4-a6ac923eb405 {
  margin-bottom: 10px;
text-align: center;
}

#s-fdaaf42d-cbf2-4329-8ff4-a6ac923eb405 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-fdaaf42d-cbf2-4329-8ff4-a6ac923eb405 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-fdaaf42d-cbf2-4329-8ff4-a6ac923eb405 .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-c19405aa-c309-4b57-8577-5a8e4501d308 {
  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-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c19405aa-c309-4b57-8577-5a8e4501d308-btn-wrapper {
    text-align: center;
  }


#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-variant-btn:hover {
  background: #252525;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-variant-btn:active, #s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c19405aa-c309-4b57-8577-5a8e4501d308 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7d5a7dea-0061-48c6-b444-b3cfa4700e09 {
  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-7d5a7dea-0061-48c6-b444-b3cfa4700e09 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7d5a7dea-0061-48c6-b444-b3cfa4700e09 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-676c7ef2-79d9-427a-bafd-645f86c2b759 {
  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-676c7ef2-79d9-427a-bafd-645f86c2b759:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-676c7ef2-79d9-427a-bafd-645f86c2b759:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-676c7ef2-79d9-427a-bafd-645f86c2b759-atc-btn-wrapper {
    text-align: center;
  }


#s-676c7ef2-79d9-427a-bafd-645f86c2b759 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-676c7ef2-79d9-427a-bafd-645f86c2b759.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-676c7ef2-79d9-427a-bafd-645f86c2b759-atc-btn-wrapper {
    text-align: center;
  }


#s-676c7ef2-79d9-427a-bafd-645f86c2b759 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-676c7ef2-79d9-427a-bafd-645f86c2b759.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-676c7ef2-79d9-427a-bafd-645f86c2b759-atc-btn-wrapper {
    text-align: center;
  }


#s-676c7ef2-79d9-427a-bafd-645f86c2b759 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-676c7ef2-79d9-427a-bafd-645f86c2b759.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-1c8ffed8-478f-424d-918e-9b18b4dc8293 {
  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-1c8ffed8-478f-424d-918e-9b18b4dc8293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c8ffed8-478f-424d-918e-9b18b4dc8293.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bf39ab5-f700-4524-9872-0faeea65266d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2bf39ab5-f700-4524-9872-0faeea65266d {
  display: none;
}
#s-8a756575-c48a-436e-a753-04531c8a80a3 {
  text-align: left;
}



.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a756575-c48a-436e-a753-04531c8a80a3 img.shogun-image {
  width: 100%;
}




#s-ef8c70de-9e75-433d-8081-c74428c771ea {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ef8c70de-9e75-433d-8081-c74428c771ea .shg-gallery-thumb-image-wrapper {
  

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

#s-ef8c70de-9e75-433d-8081-c74428c771ea .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ef8c70de-9e75-433d-8081-c74428c771ea .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ef8c70de-9e75-433d-8081-c74428c771ea .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ef8c70de-9e75-433d-8081-c74428c771ea .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ef8c70de-9e75-433d-8081-c74428c771ea .shg-gallery-dot {
  background-color: #FFF;
}

#s-17edb929-bc53-4c2d-a25b-846b4bd7f869 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17edb929-bc53-4c2d-a25b-846b4bd7f869 .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-17edb929-bc53-4c2d-a25b-846b4bd7f869 .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-17edb929-bc53-4c2d-a25b-846b4bd7f869 .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-17edb929-bc53-4c2d-a25b-846b4bd7f869 .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-17edb929-bc53-4c2d-a25b-846b4bd7f869 .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-79ee53ed-f92b-4e27-8309-cc90f9d915e5 {
  margin-bottom: 10px;
text-align: center;
}

#s-79ee53ed-f92b-4e27-8309-cc90f9d915e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-79ee53ed-f92b-4e27-8309-cc90f9d915e5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-79ee53ed-f92b-4e27-8309-cc90f9d915e5 .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-4991087e-63cb-4994-879d-ddb4d0a2fd4c {
  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-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .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-4991087e-63cb-4994-879d-ddb4d0a2fd4c .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-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4991087e-63cb-4994-879d-ddb4d0a2fd4c-btn-wrapper {
    text-align: center;
  }


#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-variant-btn:hover {
  background: #252525;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-variant-btn:active, #s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4991087e-63cb-4994-879d-ddb4d0a2fd4c .shg-variant-btn.disabled {
  background: #252525;
}

#s-e3179d59-29d9-4a63-b98d-23486e531f05 {
  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-e3179d59-29d9-4a63-b98d-23486e531f05 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e3179d59-29d9-4a63-b98d-23486e531f05 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83 {
  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-cde8d0bf-bf55-4f60-8cfe-ba4009143c83:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83-atc-btn-wrapper {
    text-align: center;
  }


#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.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-cde8d0bf-bf55-4f60-8cfe-ba4009143c83-atc-btn-wrapper {
    text-align: center;
  }


#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.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-cde8d0bf-bf55-4f60-8cfe-ba4009143c83-atc-btn-wrapper {
    text-align: center;
  }


#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cde8d0bf-bf55-4f60-8cfe-ba4009143c83.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-ba40c15a-5ceb-4d46-9ee6-36f109b8b44f {
  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-ba40c15a-5ceb-4d46-9ee6-36f109b8b44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba40c15a-5ceb-4d46-9ee6-36f109b8b44f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bc24021f-192a-453f-84d9-08ae67e06ecc {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-bc24021f-192a-453f-84d9-08ae67e06ecc {
  display: none;
}
#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c {
  text-align: left;
}



.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1da4d4e-1e9c-4f74-b583-d344e845a37c img.shogun-image {
  width: 100%;
}




#s-f7cab5c2-3e8a-45f1-b42b-0776bee0e615 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f7cab5c2-3e8a-45f1-b42b-0776bee0e615 .shg-gallery-thumb-image-wrapper {
  

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

#s-f7cab5c2-3e8a-45f1-b42b-0776bee0e615 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f7cab5c2-3e8a-45f1-b42b-0776bee0e615 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f7cab5c2-3e8a-45f1-b42b-0776bee0e615 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f7cab5c2-3e8a-45f1-b42b-0776bee0e615 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f7cab5c2-3e8a-45f1-b42b-0776bee0e615 .shg-gallery-dot {
  background-color: #FFF;
}

#s-84de904e-4b8d-41fa-a726-a16c68e569f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84de904e-4b8d-41fa-a726-a16c68e569f7 .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-84de904e-4b8d-41fa-a726-a16c68e569f7 .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-84de904e-4b8d-41fa-a726-a16c68e569f7 .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-84de904e-4b8d-41fa-a726-a16c68e569f7 .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-84de904e-4b8d-41fa-a726-a16c68e569f7 .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-a7e4a618-52b5-48eb-ac1a-e56d4b7a829b {
  margin-bottom: 10px;
text-align: center;
}

#s-a7e4a618-52b5-48eb-ac1a-e56d4b7a829b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a7e4a618-52b5-48eb-ac1a-e56d4b7a829b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a7e4a618-52b5-48eb-ac1a-e56d4b7a829b .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-361302b6-e9c4-40f4-8b44-38c6265f5630 {
  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-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .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-361302b6-e9c4-40f4-8b44-38c6265f5630 .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-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-361302b6-e9c4-40f4-8b44-38c6265f5630-btn-wrapper {
    text-align: center;
  }


#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-variant-btn:hover {
  background: #252525;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-variant-btn:active, #s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-361302b6-e9c4-40f4-8b44-38c6265f5630 .shg-variant-btn.disabled {
  background: #252525;
}

#s-0dabf747-f79f-425f-8b21-4ab0fc7b8649 {
  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-0dabf747-f79f-425f-8b21-4ab0fc7b8649 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0dabf747-f79f-425f-8b21-4ab0fc7b8649 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c {
  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-51918cf2-f7e3-4a52-afcc-96ac801f3d7c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c-atc-btn-wrapper {
    text-align: center;
  }


#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.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-51918cf2-f7e3-4a52-afcc-96ac801f3d7c-atc-btn-wrapper {
    text-align: center;
  }


#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.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-51918cf2-f7e3-4a52-afcc-96ac801f3d7c-atc-btn-wrapper {
    text-align: center;
  }


#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-51918cf2-f7e3-4a52-afcc-96ac801f3d7c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7ba2acb0-e48e-424f-bee9-b000a2792124 {
  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-7ba2acb0-e48e-424f-bee9-b000a2792124 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7ba2acb0-e48e-424f-bee9-b000a2792124 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7ba2acb0-e48e-424f-bee9-b000a2792124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ba2acb0-e48e-424f-bee9-b000a2792124.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b93d2423-abab-4c82-8484-6b7ae57e04d9 {
  padding-bottom: 10px;
}

#s-b93d2423-abab-4c82-8484-6b7ae57e04d9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-4c4c2afb-b42d-4792-8ebf-95c79fbd17bf {
  padding-bottom: 10px;
}

#s-4c4c2afb-b42d-4792-8ebf-95c79fbd17bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-efe50580-775c-49c5-9efb-d8e78f24ca70 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-efe50580-775c-49c5-9efb-d8e78f24ca70 {
  
}
}
@media (min-width: 0px) {
[id="s-efe50580-775c-49c5-9efb-d8e78f24ca70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-efe50580-775c-49c5-9efb-d8e78f24ca70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-efe50580-775c-49c5-9efb-d8e78f24ca70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-efe50580-775c-49c5-9efb-d8e78f24ca70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-80f539f9-1127-4d93-a375-fa9f2ef40e9f {
  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-80f539f9-1127-4d93-a375-fa9f2ef40e9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80f539f9-1127-4d93-a375-fa9f2ef40e9f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96bc0f63-722d-4394-8735-ebe3e1bdd30a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-96bc0f63-722d-4394-8735-ebe3e1bdd30a {
  display: none;
}
#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 {
  text-align: left;
}



.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd819ed0-ccca-4560-ad2e-9ca0a8c40590 img.shogun-image {
  width: 100%;
}




#s-e8d755ac-1b73-4779-8bee-d5228cf5e815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d755ac-1b73-4779-8bee-d5228cf5e815 .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-e8d755ac-1b73-4779-8bee-d5228cf5e815 .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-e8d755ac-1b73-4779-8bee-d5228cf5e815 .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-e8d755ac-1b73-4779-8bee-d5228cf5e815 .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-e8d755ac-1b73-4779-8bee-d5228cf5e815 .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-9d5185c0-0a56-4c67-bc93-41ef03a9d7ec {
  margin-bottom: 10px;
text-align: center;
}

#s-9d5185c0-0a56-4c67-bc93-41ef03a9d7ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9d5185c0-0a56-4c67-bc93-41ef03a9d7ec .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9d5185c0-0a56-4c67-bc93-41ef03a9d7ec .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-6c4cae09-acb1-4b11-9c92-5af81483b954 {
  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-6c4cae09-acb1-4b11-9c92-5af81483b954 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6c4cae09-acb1-4b11-9c92-5af81483b954 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-cc4071c9-c711-4656-9dbe-2e610bf11859 {
  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-cc4071c9-c711-4656-9dbe-2e610bf11859:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc4071c9-c711-4656-9dbe-2e610bf11859:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc4071c9-c711-4656-9dbe-2e610bf11859-atc-btn-wrapper {
    text-align: center;
  }


#s-cc4071c9-c711-4656-9dbe-2e610bf11859 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-cc4071c9-c711-4656-9dbe-2e610bf11859.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-cc4071c9-c711-4656-9dbe-2e610bf11859-atc-btn-wrapper {
    text-align: center;
  }


#s-cc4071c9-c711-4656-9dbe-2e610bf11859 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cc4071c9-c711-4656-9dbe-2e610bf11859.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-cc4071c9-c711-4656-9dbe-2e610bf11859-atc-btn-wrapper {
    text-align: center;
  }


#s-cc4071c9-c711-4656-9dbe-2e610bf11859 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cc4071c9-c711-4656-9dbe-2e610bf11859.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0c547cad-ba79-4cdf-b7ca-5f4f1807c173 {
  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-0c547cad-ba79-4cdf-b7ca-5f4f1807c173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c547cad-ba79-4cdf-b7ca-5f4f1807c173.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-26abb0e5-94ee-41c2-85e8-1b571abada99 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-26abb0e5-94ee-41c2-85e8-1b571abada99 {
  display: none;
}
#s-378b8f30-c460-497b-acc0-3505ada4f6af {
  text-align: left;
}



.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af img.shogun-image {
  width: 100%;
}



}

.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378b8f30-c460-497b-acc0-3505ada4f6af img.shogun-image {
  width: 100%;
}




#s-74d4da5a-f457-4abc-8e11-25e66b5f9a74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74d4da5a-f457-4abc-8e11-25e66b5f9a74 .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-74d4da5a-f457-4abc-8e11-25e66b5f9a74 .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-74d4da5a-f457-4abc-8e11-25e66b5f9a74 .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-74d4da5a-f457-4abc-8e11-25e66b5f9a74 .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-74d4da5a-f457-4abc-8e11-25e66b5f9a74 .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-b69a4731-6fc6-4f04-af13-8073f4a18130 {
  margin-bottom: 10px;
text-align: center;
}

#s-b69a4731-6fc6-4f04-af13-8073f4a18130 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b69a4731-6fc6-4f04-af13-8073f4a18130 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b69a4731-6fc6-4f04-af13-8073f4a18130 .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-8983cada-ad19-46e9-8a46-206fafa1c5ca {
  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-8983cada-ad19-46e9-8a46-206fafa1c5ca .shg-product-quantity-wrapper {
  display: flex;
}

#s-8983cada-ad19-46e9-8a46-206fafa1c5ca .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-afb318f1-047f-45c4-b96d-206277c22f8a {
  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-afb318f1-047f-45c4-b96d-206277c22f8a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-afb318f1-047f-45c4-b96d-206277c22f8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-afb318f1-047f-45c4-b96d-206277c22f8a-atc-btn-wrapper {
    text-align: center;
  }


#s-afb318f1-047f-45c4-b96d-206277c22f8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-afb318f1-047f-45c4-b96d-206277c22f8a.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-afb318f1-047f-45c4-b96d-206277c22f8a-atc-btn-wrapper {
    text-align: center;
  }


#s-afb318f1-047f-45c4-b96d-206277c22f8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-afb318f1-047f-45c4-b96d-206277c22f8a.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-afb318f1-047f-45c4-b96d-206277c22f8a-atc-btn-wrapper {
    text-align: center;
  }


#s-afb318f1-047f-45c4-b96d-206277c22f8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-afb318f1-047f-45c4-b96d-206277c22f8a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-f5575e15-6db2-498a-bcf1-6a56d606197a {
  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-f5575e15-6db2-498a-bcf1-6a56d606197a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5575e15-6db2-498a-bcf1-6a56d606197a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cef8ca4b-4e3c-4ec7-aea2-56f2182e6f85 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cef8ca4b-4e3c-4ec7-aea2-56f2182e6f85 {
  display: none;
}
#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf {
  text-align: left;
}



.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf img.shogun-image {
  width: 100%;
}



}

.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e4610-59b0-49d7-9df9-7a6a42eae5bf img.shogun-image {
  width: 100%;
}




#s-070bad4c-c1c8-4983-ae2b-420af8a0a28b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-070bad4c-c1c8-4983-ae2b-420af8a0a28b .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-070bad4c-c1c8-4983-ae2b-420af8a0a28b .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-070bad4c-c1c8-4983-ae2b-420af8a0a28b .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-070bad4c-c1c8-4983-ae2b-420af8a0a28b .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-070bad4c-c1c8-4983-ae2b-420af8a0a28b .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-f060f652-7019-4d27-b5e4-674af9e36c2e {
  margin-bottom: 10px;
text-align: center;
}

#s-f060f652-7019-4d27-b5e4-674af9e36c2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f060f652-7019-4d27-b5e4-674af9e36c2e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f060f652-7019-4d27-b5e4-674af9e36c2e .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-2543758c-e678-4fa3-80a0-3cde8945fa8f {
  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-2543758c-e678-4fa3-80a0-3cde8945fa8f .shg-product-quantity-wrapper {
  display: flex;
}

#s-2543758c-e678-4fa3-80a0-3cde8945fa8f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625 {
  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-e69815ec-d9d6-4de9-84dd-c9f2415ea625:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e69815ec-d9d6-4de9-84dd-c9f2415ea625-atc-btn-wrapper {
    text-align: center;
  }


#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.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-e69815ec-d9d6-4de9-84dd-c9f2415ea625-atc-btn-wrapper {
    text-align: center;
  }


#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.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-e69815ec-d9d6-4de9-84dd-c9f2415ea625-atc-btn-wrapper {
    text-align: center;
  }


#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e69815ec-d9d6-4de9-84dd-c9f2415ea625.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-f656ba38-b98e-418f-b3f8-86611e1d9f44 {
  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-f656ba38-b98e-418f-b3f8-86611e1d9f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f656ba38-b98e-418f-b3f8-86611e1d9f44.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3236ff75-644e-4119-84ab-f2b27df628ab {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3236ff75-644e-4119-84ab-f2b27df628ab {
  display: none;
}
#s-62e539b0-bd02-4108-9f06-b9952a34f011 {
  text-align: left;
}



.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e539b0-bd02-4108-9f06-b9952a34f011 img.shogun-image {
  width: 100%;
}




#s-89337f19-5b47-4d08-b18f-bb4c436d9164 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89337f19-5b47-4d08-b18f-bb4c436d9164 .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-89337f19-5b47-4d08-b18f-bb4c436d9164 .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-89337f19-5b47-4d08-b18f-bb4c436d9164 .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-89337f19-5b47-4d08-b18f-bb4c436d9164 .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-89337f19-5b47-4d08-b18f-bb4c436d9164 .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-f5037d49-08ea-4ba3-bcef-d56dd13c2c3f {
  margin-bottom: 10px;
text-align: center;
}

#s-f5037d49-08ea-4ba3-bcef-d56dd13c2c3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f5037d49-08ea-4ba3-bcef-d56dd13c2c3f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f5037d49-08ea-4ba3-bcef-d56dd13c2c3f .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-89fcd3b2-047c-47de-8420-33ab4425e182 {
  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-89fcd3b2-047c-47de-8420-33ab4425e182 .shg-product-quantity-wrapper {
  display: flex;
}

#s-89fcd3b2-047c-47de-8420-33ab4425e182 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-299d6f0f-b5c6-4470-a35b-fb705a42e518 {
  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-299d6f0f-b5c6-4470-a35b-fb705a42e518:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-299d6f0f-b5c6-4470-a35b-fb705a42e518:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-299d6f0f-b5c6-4470-a35b-fb705a42e518-atc-btn-wrapper {
    text-align: center;
  }


#s-299d6f0f-b5c6-4470-a35b-fb705a42e518 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-299d6f0f-b5c6-4470-a35b-fb705a42e518.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-299d6f0f-b5c6-4470-a35b-fb705a42e518-atc-btn-wrapper {
    text-align: center;
  }


#s-299d6f0f-b5c6-4470-a35b-fb705a42e518 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-299d6f0f-b5c6-4470-a35b-fb705a42e518.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-299d6f0f-b5c6-4470-a35b-fb705a42e518-atc-btn-wrapper {
    text-align: center;
  }


#s-299d6f0f-b5c6-4470-a35b-fb705a42e518 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-299d6f0f-b5c6-4470-a35b-fb705a42e518.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-e4ded19e-7412-4da1-b173-af3815db42e8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4ded19e-7412-4da1-b173-af3815db42e8 {
  
}
}
@media (min-width: 0px) {
[id="s-e4ded19e-7412-4da1-b173-af3815db42e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e4ded19e-7412-4da1-b173-af3815db42e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-e4ded19e-7412-4da1-b173-af3815db42e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4ded19e-7412-4da1-b173-af3815db42e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-bb9f4cf8-8827-432c-a28f-9658431dff7d {
  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-bb9f4cf8-8827-432c-a28f-9658431dff7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb9f4cf8-8827-432c-a28f-9658431dff7d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee967a4a-ac3f-4116-92f9-167da2aee92f {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ee967a4a-ac3f-4116-92f9-167da2aee92f {
  display: none;
}
#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 {
  text-align: left;
}



.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a0fa9b-cd13-4da2-a3de-f4a48d5c9e58 img.shogun-image {
  width: 100%;
}




#s-70133a30-8deb-4dfe-8e46-6048ffbbaab4 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-70133a30-8deb-4dfe-8e46-6048ffbbaab4 .shg-gallery-thumb-image-wrapper {
  

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

#s-70133a30-8deb-4dfe-8e46-6048ffbbaab4 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-70133a30-8deb-4dfe-8e46-6048ffbbaab4 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-70133a30-8deb-4dfe-8e46-6048ffbbaab4 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-70133a30-8deb-4dfe-8e46-6048ffbbaab4 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-70133a30-8deb-4dfe-8e46-6048ffbbaab4 .shg-gallery-dot {
  background-color: #FFF;
}

#s-70d886a9-96e4-465d-ac24-c1d68f0c9cad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70d886a9-96e4-465d-ac24-c1d68f0c9cad .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-70d886a9-96e4-465d-ac24-c1d68f0c9cad .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-70d886a9-96e4-465d-ac24-c1d68f0c9cad .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-70d886a9-96e4-465d-ac24-c1d68f0c9cad .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-70d886a9-96e4-465d-ac24-c1d68f0c9cad .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-297b0898-4eb6-48c9-ae9d-c95ec048056a {
  margin-bottom: 10px;
text-align: center;
}

#s-297b0898-4eb6-48c9-ae9d-c95ec048056a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-297b0898-4eb6-48c9-ae9d-c95ec048056a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-297b0898-4eb6-48c9-ae9d-c95ec048056a .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-4ff04bc2-4d73-46a7-8da4-d03557d67b37 {
  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-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .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-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .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-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4ff04bc2-4d73-46a7-8da4-d03557d67b37-btn-wrapper {
    text-align: center;
  }


#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-variant-btn:hover {
  background: #252525;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-variant-btn:active, #s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4ff04bc2-4d73-46a7-8da4-d03557d67b37 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6dd76b6d-17d5-4836-b834-cfc853f837f4 {
  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-6dd76b6d-17d5-4836-b834-cfc853f837f4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6dd76b6d-17d5-4836-b834-cfc853f837f4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d {
  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-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d-atc-btn-wrapper {
    text-align: center;
  }


#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.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-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d-atc-btn-wrapper {
    text-align: center;
  }


#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.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-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d-atc-btn-wrapper {
    text-align: center;
  }


#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8b23ef85-4a0e-43ca-8b3b-827d90d2f63d.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-65e5e1fa-bd4d-45e6-81ad-0ca92f47c66b {
  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-65e5e1fa-bd4d-45e6-81ad-0ca92f47c66b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e5e1fa-bd4d-45e6-81ad-0ca92f47c66b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f202984-626c-4be2-93a1-d3474db2272c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1f202984-626c-4be2-93a1-d3474db2272c {
  display: none;
}
#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 {
  text-align: left;
}



.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be30f9db-ffe0-4bd1-9356-bd23ec1a8f55 img.shogun-image {
  width: 100%;
}




#s-b724f01d-e483-4a8b-8b3b-0de10a5ab601 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b724f01d-e483-4a8b-8b3b-0de10a5ab601 .shg-gallery-thumb-image-wrapper {
  

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

#s-b724f01d-e483-4a8b-8b3b-0de10a5ab601 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b724f01d-e483-4a8b-8b3b-0de10a5ab601 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b724f01d-e483-4a8b-8b3b-0de10a5ab601 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b724f01d-e483-4a8b-8b3b-0de10a5ab601 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b724f01d-e483-4a8b-8b3b-0de10a5ab601 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d24fa89d-dc1d-4b55-8c5c-80cb101d7422 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d24fa89d-dc1d-4b55-8c5c-80cb101d7422 .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-d24fa89d-dc1d-4b55-8c5c-80cb101d7422 .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-d24fa89d-dc1d-4b55-8c5c-80cb101d7422 .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-d24fa89d-dc1d-4b55-8c5c-80cb101d7422 .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-d24fa89d-dc1d-4b55-8c5c-80cb101d7422 .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-5f19499c-0a1e-4c35-9466-c9cf4642aea2 {
  margin-bottom: 10px;
text-align: center;
}

#s-5f19499c-0a1e-4c35-9466-c9cf4642aea2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5f19499c-0a1e-4c35-9466-c9cf4642aea2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5f19499c-0a1e-4c35-9466-c9cf4642aea2 .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-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a {
  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-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .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-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .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-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a-btn-wrapper {
    text-align: center;
  }


#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-variant-btn:hover {
  background: #252525;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-variant-btn:active, #s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-effa6f78-cdf3-4964-9f6c-4d5ee7f0ee8a .shg-variant-btn.disabled {
  background: #252525;
}

#s-2fff5eac-6380-4c5d-975c-e4be13f53171 {
  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-2fff5eac-6380-4c5d-975c-e4be13f53171 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2fff5eac-6380-4c5d-975c-e4be13f53171 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-90bae2c8-f41a-4f95-baa4-27fd0d259605 {
  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-90bae2c8-f41a-4f95-baa4-27fd0d259605:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90bae2c8-f41a-4f95-baa4-27fd0d259605:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90bae2c8-f41a-4f95-baa4-27fd0d259605-atc-btn-wrapper {
    text-align: center;
  }


#s-90bae2c8-f41a-4f95-baa4-27fd0d259605 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-90bae2c8-f41a-4f95-baa4-27fd0d259605.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-90bae2c8-f41a-4f95-baa4-27fd0d259605-atc-btn-wrapper {
    text-align: center;
  }


#s-90bae2c8-f41a-4f95-baa4-27fd0d259605 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-90bae2c8-f41a-4f95-baa4-27fd0d259605.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-90bae2c8-f41a-4f95-baa4-27fd0d259605-atc-btn-wrapper {
    text-align: center;
  }


#s-90bae2c8-f41a-4f95-baa4-27fd0d259605 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-90bae2c8-f41a-4f95-baa4-27fd0d259605.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-cf57d786-8fc9-43be-a84e-71ba2e1bbc5a {
  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-cf57d786-8fc9-43be-a84e-71ba2e1bbc5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf57d786-8fc9-43be-a84e-71ba2e1bbc5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d0bcc9d3-4201-41b9-b5e9-307e0a08b310 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d0bcc9d3-4201-41b9-b5e9-307e0a08b310 {
  display: none;
}
#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c {
  text-align: left;
}



.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b12f6c3-dccb-47c1-a79a-9a47ff106d2c img.shogun-image {
  width: 100%;
}




#s-d4c67f7a-2a33-4e27-ae99-29c4e2a09166 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d4c67f7a-2a33-4e27-ae99-29c4e2a09166 .shg-gallery-thumb-image-wrapper {
  

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

#s-d4c67f7a-2a33-4e27-ae99-29c4e2a09166 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-d4c67f7a-2a33-4e27-ae99-29c4e2a09166 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-d4c67f7a-2a33-4e27-ae99-29c4e2a09166 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-d4c67f7a-2a33-4e27-ae99-29c4e2a09166 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-d4c67f7a-2a33-4e27-ae99-29c4e2a09166 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6f34f7ed-6181-455c-b390-404bca25d55a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f34f7ed-6181-455c-b390-404bca25d55a .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-6f34f7ed-6181-455c-b390-404bca25d55a .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-6f34f7ed-6181-455c-b390-404bca25d55a .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-6f34f7ed-6181-455c-b390-404bca25d55a .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-6f34f7ed-6181-455c-b390-404bca25d55a .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-b05794a1-d075-4088-87f5-88b37b6224ee {
  margin-bottom: 10px;
text-align: center;
}

#s-b05794a1-d075-4088-87f5-88b37b6224ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b05794a1-d075-4088-87f5-88b37b6224ee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b05794a1-d075-4088-87f5-88b37b6224ee .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-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a {
  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-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .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-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .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-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a-btn-wrapper {
    text-align: center;
  }


#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-variant-btn:hover {
  background: #252525;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-variant-btn:active, #s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ea3a3f68-aae0-4992-8d1e-0d2afdb31a4a .shg-variant-btn.disabled {
  background: #252525;
}

#s-f01d1be9-5f48-4f97-a4d2-c4d1d6b2c7f0 {
  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-f01d1be9-5f48-4f97-a4d2-c4d1d6b2c7f0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f01d1be9-5f48-4f97-a4d2-c4d1d6b2c7f0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e40ad6a6-82b7-42f9-96b5-0951345b3861 {
  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-e40ad6a6-82b7-42f9-96b5-0951345b3861:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e40ad6a6-82b7-42f9-96b5-0951345b3861:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e40ad6a6-82b7-42f9-96b5-0951345b3861-atc-btn-wrapper {
    text-align: center;
  }


#s-e40ad6a6-82b7-42f9-96b5-0951345b3861 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e40ad6a6-82b7-42f9-96b5-0951345b3861.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-e40ad6a6-82b7-42f9-96b5-0951345b3861-atc-btn-wrapper {
    text-align: center;
  }


#s-e40ad6a6-82b7-42f9-96b5-0951345b3861 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e40ad6a6-82b7-42f9-96b5-0951345b3861.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-e40ad6a6-82b7-42f9-96b5-0951345b3861-atc-btn-wrapper {
    text-align: center;
  }


#s-e40ad6a6-82b7-42f9-96b5-0951345b3861 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e40ad6a6-82b7-42f9-96b5-0951345b3861.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-db103fa4-02fc-469b-80bb-9370d4644afa {
  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-db103fa4-02fc-469b-80bb-9370d4644afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db103fa4-02fc-469b-80bb-9370d4644afa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7dd8ecba-2703-430f-ab88-c2c3567c9f0c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-7dd8ecba-2703-430f-ab88-c2c3567c9f0c {
  display: none;
}
#s-3e8aa47e-556b-454f-a18f-a40ee9507101 {
  text-align: left;
}



.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8aa47e-556b-454f-a18f-a40ee9507101 img.shogun-image {
  width: 100%;
}




#s-e9bde8e0-7daf-40c2-8a79-0a9a0c15a0b9 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e9bde8e0-7daf-40c2-8a79-0a9a0c15a0b9 .shg-gallery-thumb-image-wrapper {
  

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

#s-e9bde8e0-7daf-40c2-8a79-0a9a0c15a0b9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e9bde8e0-7daf-40c2-8a79-0a9a0c15a0b9 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e9bde8e0-7daf-40c2-8a79-0a9a0c15a0b9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e9bde8e0-7daf-40c2-8a79-0a9a0c15a0b9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e9bde8e0-7daf-40c2-8a79-0a9a0c15a0b9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3e2cf13d-f5d2-42fa-a15d-8aa00ba07ec6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e2cf13d-f5d2-42fa-a15d-8aa00ba07ec6 .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-3e2cf13d-f5d2-42fa-a15d-8aa00ba07ec6 .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-3e2cf13d-f5d2-42fa-a15d-8aa00ba07ec6 .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-3e2cf13d-f5d2-42fa-a15d-8aa00ba07ec6 .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-3e2cf13d-f5d2-42fa-a15d-8aa00ba07ec6 .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-ac6d1746-5aac-45c9-8b25-70e9db005b85 {
  margin-bottom: 10px;
text-align: center;
}

#s-ac6d1746-5aac-45c9-8b25-70e9db005b85 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-ac6d1746-5aac-45c9-8b25-70e9db005b85 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-ac6d1746-5aac-45c9-8b25-70e9db005b85 .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-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 {
  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-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .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-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .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-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9-btn-wrapper {
    text-align: center;
  }


#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-variant-btn:hover {
  background: #252525;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-variant-btn:active, #s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f4b05cd6-c5db-40e8-bf16-e59aa88663b9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ab2df09b-584b-4eb0-a6c6-9e349363eee1 {
  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-ab2df09b-584b-4eb0-a6c6-9e349363eee1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ab2df09b-584b-4eb0-a6c6-9e349363eee1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-67ffff0c-893e-4014-911d-8af22a1e430d {
  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-67ffff0c-893e-4014-911d-8af22a1e430d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67ffff0c-893e-4014-911d-8af22a1e430d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67ffff0c-893e-4014-911d-8af22a1e430d-atc-btn-wrapper {
    text-align: center;
  }


#s-67ffff0c-893e-4014-911d-8af22a1e430d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-67ffff0c-893e-4014-911d-8af22a1e430d.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-67ffff0c-893e-4014-911d-8af22a1e430d-atc-btn-wrapper {
    text-align: center;
  }


#s-67ffff0c-893e-4014-911d-8af22a1e430d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-67ffff0c-893e-4014-911d-8af22a1e430d.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-67ffff0c-893e-4014-911d-8af22a1e430d-atc-btn-wrapper {
    text-align: center;
  }


#s-67ffff0c-893e-4014-911d-8af22a1e430d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-67ffff0c-893e-4014-911d-8af22a1e430d.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1400px;
}
@media (max-width: 767px){#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  min-height: 300px;
}
}







#s-fd01f8cf-9820-44de-93e8-1a416f85a155 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fd01f8cf-9820-44de-93e8-1a416f85a155.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-31237a40-28f0-402d-bcd2-6e301a5b875a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}








#s-31237a40-28f0-402d-bcd2-6e301a5b875a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31237a40-28f0-402d-bcd2-6e301a5b875a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
}
@media (min-width: 1200px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (max-width: 767px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 45px;
}
}
#s-3245c856-0afa-4565-8ba5-4e1c2bea357d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-3245c856-0afa-4565-8ba5-4e1c2bea357d img.shogun-image {
    

    
    
    
  }


#s-3245c856-0afa-4565-8ba5-4e1c2bea357d .shogun-image-content {
  
    align-items: center;
  
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 {
  margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-37b94ae2-33da-4c82-81f3-bffc19a065af {
  margin-bottom: 0px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 6px;
  text-align: center;
}


@media (max-width: 767px){#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f {
  text-align: center;
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown span, #s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 {
  background-size: cover;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}








#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e53a1b-2eaf-4c35-92a1-103c2642c734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  display: none;
}
#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395, #wrap-s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 { display:none !important; }}@media (max-width: 767px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-left: 0px;
max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-320c6859-9d88-49f0-81cf-84f0e30fb5cb img.shogun-image {
    

    
    
    
  }


#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb .shogun-image-content {
  
    align-items: center;
  
}

#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 1200px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (max-width: 767px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 img.shogun-image {
    

    
    
    
  }


#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-cb757e18-6978-43df-9c2a-fbdff1faca37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb757e18-6978-43df-9c2a-fbdff1faca37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09a51199-f7e4-47aa-a76b-8690ccdc1fe8 {
  padding-bottom: 10px;
}

#s-09a51199-f7e4-47aa-a76b-8690ccdc1fe8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-1359a2be-bf16-43e9-a35a-2ab9d614744f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-79dd0889-46df-497e-8a7d-8eb059a5e699 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-79dd0889-46df-497e-8a7d-8eb059a5e699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79dd0889-46df-497e-8a7d-8eb059a5e699.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a87cbdc7-8a93-4e25-b874-d65991675d6b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a87cbdc7-8a93-4e25-b874-d65991675d6b {
  display: none;
}
#s-786236bc-3e02-429c-8cf3-d8952f2c15ac {
  text-align: left;
}



.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



}

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}




#s-441e8e95-010b-4609-ab92-2cc6d956d27d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef {
  margin-bottom: 10px;
text-align: center;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dde2b392-f866-4d69-ba63-aee4d519a59a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dde2b392-f866-4d69-ba63-aee4d519a59a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dde2b392-f866-4d69-ba63-aee4d519a59a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3d8c5c9-10e2-4536-a213-09d865e92ccf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b3d8c5c9-10e2-4536-a213-09d865e92ccf {
  display: none;
}
#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 {
  text-align: left;
}



.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}




#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 {
  margin-bottom: 10px;
text-align: center;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57fa456e-7792-4a16-a800-34b87bcce81f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57fa456e-7792-4a16-a800-34b87bcce81f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57fa456e-7792-4a16-a800-34b87bcce81f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd123dd2-3f97-4c70-b17c-9f2e9841c0b1 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cd123dd2-3f97-4c70-b17c-9f2e9841c0b1 {
  display: none;
}
#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c {
  text-align: left;
}



.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}




#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 {
  margin-bottom: 10px;
text-align: center;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b0744d2-3cad-4329-b836-fea700a61284 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b0744d2-3cad-4329-b836-fea700a61284:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b0744d2-3cad-4329-b836-fea700a61284:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-122e3be3-0d15-455c-b960-b2b3c38cd978 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-122e3be3-0d15-455c-b960-b2b3c38cd978 {
  display: none;
}
#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e {
  text-align: left;
}



.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}




#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c {
  margin-bottom: 10px;
text-align: center;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc8cc40d-1121-4485-952e-ae4de1fd9194 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc8cc40d-1121-4485-952e-ae4de1fd9194:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc8cc40d-1121-4485-952e-ae4de1fd9194:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7865ecb4-cd7b-41cb-8a20-34be6b837877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f {
  padding-bottom: 10px;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e9002367-332c-485d-9e07-bad45cb7fa5d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-02a21851-a48a-4a83-ad66-01f2a463ab3f {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02a21851-a48a-4a83-ad66-01f2a463ab3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a21851-a48a-4a83-ad66-01f2a463ab3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  display: none;
}
#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce {
  text-align: left;
}



.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



}

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}




#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


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


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


}@media (max-width: 767px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a {
  margin-bottom: 10px;
text-align: center;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-75646c98-5c46-4820-aee3-608122bf3fc0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75646c98-5c46-4820-aee3-608122bf3fc0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75646c98-5c46-4820-aee3-608122bf3fc0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  display: none;
}
#s-151b13c0-8e59-4104-b470-52492f7127f8 {
  text-align: left;
}



.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}




#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 {
  margin-bottom: 10px;
text-align: center;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0be78700-35f3-42ac-a61b-f7c9842ad258 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0be78700-35f3-42ac-a61b-f7c9842ad258:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0be78700-35f3-42ac-a61b-f7c9842ad258:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-89705d1d-067d-47ab-8944-42329736d01a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89705d1d-067d-47ab-8944-42329736d01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89705d1d-067d-47ab-8944-42329736d01a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  display: none;
}
#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f {
  text-align: left;
}



.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}




#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 {
  margin-bottom: 10px;
text-align: center;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb3ecd9e-c574-42b6-9357-646079b41147 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fb3ecd9e-c574-42b6-9357-646079b41147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3ecd9e-c574-42b6-9357-646079b41147.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  display: none;
}
#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe {
  text-align: left;
}



.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}




#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-71aba984-5ccf-407d-8367-907b9ce21050 {
  margin-bottom: 10px;
text-align: center;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6534cf27-2b2e-477b-80b8-c510c4691fe6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-24cba8ab-a161-4904-93c1-9bee54401815 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-24cba8ab-a161-4904-93c1-9bee54401815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cba8ab-a161-4904-93c1-9bee54401815.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 55px;
padding-left: 40px;
padding-bottom: 55px;
padding-right: 40px;
min-height: 600px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  display: none;
}
#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e, #wrap-s-ef0561c2-2749-45fe-86b3-e57cb2cd693e { display:none !important; }}@media (max-width: 767px){#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  display: none;
}
#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e, #wrap-s-ef0561c2-2749-45fe-86b3-e57cb2cd693e { display:none !important; }}







#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e315520-6ae8-47ca-b086-caa7123004d4 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-942b28a5-94e5-4d7a-89d3-453849b4d683 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-942b28a5-94e5-4d7a-89d3-453849b4d683 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-942b28a5-94e5-4d7a-89d3-453849b4d683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-942b28a5-94e5-4d7a-89d3-453849b4d683.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8718c457-2627-4ec8-bf58-f0601ec04c72 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 350px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-8718c457-2627-4ec8-bf58-f0601ec04c72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8718c457-2627-4ec8-bf58-f0601ec04c72 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-8718c457-2627-4ec8-bf58-f0601ec04c72 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-18625f4e-542c-48c0-afc8-4720f732d602 {
  margin-top: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-18625f4e-542c-48c0-afc8-4720f732d602 {
  padding-bottom: 0px;
text-align: center;
}
}
#s-18625f4e-542c-48c0-afc8-4720f732d602 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-18625f4e-542c-48c0-afc8-4720f732d602 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 1.5px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-error-msg-container, #s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-field-error-msg-container {
  display: none;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

@media (min-width: 0px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-f3f0f849-950d-4599-996a-2bce126d0b15 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-f3f0f849-950d-4599-996a-2bce126d0b15  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-f3f0f849-950d-4599-996a-2bce126d0b15  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-f3f0f849-950d-4599-996a-2bce126d0b15 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-f3f0f849-950d-4599-996a-2bce126d0b15 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-522d734f-0fec-4e23-94a2-129d80e506d7 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-522d734f-0fec-4e23-94a2-129d80e506d7  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-522d734f-0fec-4e23-94a2-129d80e506d7  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-522d734f-0fec-4e23-94a2-129d80e506d7 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-522d734f-0fec-4e23-94a2-129d80e506d7 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-9e30e952-e444-4898-9c60-2c2304dd59dd {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-9e30e952-e444-4898-9c60-2c2304dd59dd  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-9e30e952-e444-4898-9c60-2c2304dd59dd  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-9e30e952-e444-4898-9c60-2c2304dd59dd .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-9e30e952-e444-4898-9c60-2c2304dd59dd .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-09df1132-41f6-425d-89c2-5adf12969fc7 {
  margin-top: 26px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 14px;
line-height: 1.5em;
letter-spacing: 1.5px;
}
#s-09df1132-41f6-425d-89c2-5adf12969fc7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09df1132-41f6-425d-89c2-5adf12969fc7:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled],
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled]:hover,
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-09df1132-41f6-425d-89c2-5adf12969fc7 {
  display:  block ;
  width:  100% ;
}


#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 55px;
padding-left: 40px;
padding-bottom: 55px;
padding-right: 40px;
min-height: 600px;
background-position: center top;
}
@media (min-width: 1200px){#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  display: none;
}
#s-9cf1c122-c316-4891-b50e-f20510cfc3c7, #wrap-s-9cf1c122-c316-4891-b50e-f20510cfc3c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  display: none;
}
#s-9cf1c122-c316-4891-b50e-f20510cfc3c7, #wrap-s-9cf1c122-c316-4891-b50e-f20510cfc3c7 { display:none !important; }}







#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf1c122-c316-4891-b50e-f20510cfc3c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c5e4e97-4b19-45e1-bf75-333129c706ca {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 250px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1c5e4e97-4b19-45e1-bf75-333129c706ca {
  margin-top: 150px;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-1c5e4e97-4b19-45e1-bf75-333129c706ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5e4e97-4b19-45e1-bf75-333129c706ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 350px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
display: none;
}
#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede, #wrap-s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede { display:none !important; }}
#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (max-width: 767px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-a5fd466d-32d0-4596-b209-046cd52db251 {
  margin-top: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a5fd466d-32d0-4596-b209-046cd52db251 {
  padding-bottom: 0px;
text-align: center;
}
}
#s-a5fd466d-32d0-4596-b209-046cd52db251 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a5fd466d-32d0-4596-b209-046cd52db251 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 1.5px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-error-msg-container, #s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-field-error-msg-container {
  display: none;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

@media (min-width: 0px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-6c3c6542-1175-4994-9166-9ab2b828ef40 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-6c3c6542-1175-4994-9166-9ab2b828ef40  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-6c3c6542-1175-4994-9166-9ab2b828ef40  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-6c3c6542-1175-4994-9166-9ab2b828ef40 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-6c3c6542-1175-4994-9166-9ab2b828ef40 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-29b947ac-e180-45fc-89e5-475ceea93cf5 {
  margin-top: -20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-29b947ac-e180-45fc-89e5-475ceea93cf5  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-29b947ac-e180-45fc-89e5-475ceea93cf5  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-29b947ac-e180-45fc-89e5-475ceea93cf5 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-29b947ac-e180-45fc-89e5-475ceea93cf5 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c {
  margin-top: -20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-0f07e829-9012-4a6a-943b-662428a2ecc2 {
  margin-top: 5px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 14px;
line-height: 1.5em;
letter-spacing: 1.5px;
}
#s-0f07e829-9012-4a6a-943b-662428a2ecc2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f07e829-9012-4a6a-943b-662428a2ecc2:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled],
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled]:hover,
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-0f07e829-9012-4a6a-943b-662428a2ecc2 {
  display:  block ;
  width:  100% ;
}


#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}
@media (max-width: 767px){#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  margin-top: 0px;
}
}
#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  background-image: url();
}








#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba7868ba-883b-4e30-a3fe-f906059b1843 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-ba7868ba-883b-4e30-a3fe-f906059b1843 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-11b8d962-2dbb-4007-aa29-7e3ba881ff42 {
  text-align: center;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
