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

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

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

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

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

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

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

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

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

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

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

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

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








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

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








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








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

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

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

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

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

}

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

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

}

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

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

}

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

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

}

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

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

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

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

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

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

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

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

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

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


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


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


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


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


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


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

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

}

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

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

}

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

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

}

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

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

}

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

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


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


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


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


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


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


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

#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  background-repeat: no-repeat;
background-size: 600px 591px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
background-position: right top;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  display: none;
}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6, #wrap-s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 { display:none !important; }}@media (max-width: 767px){#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  display: none;
}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6, #wrap-s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 { display:none !important; }}
#s-0359551b-c71d-410d-bfb8-95a6dd8f62b6 {
  background-image: url(https://i.shgcdn.com/afa4f2df-307c-4a4e-8dea-29cb6913c6d7/-/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/afa4f2df-307c-4a4e-8dea-29cb6913c6d7/-/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-df498d2e-aa05-4077-b382-e3b4544e8a8d {
  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-df498d2e-aa05-4077-b382-e3b4544e8a8d {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-df498d2e-aa05-4077-b382-e3b4544e8a8d {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-df498d2e-aa05-4077-b382-e3b4544e8a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df498d2e-aa05-4077-b382-e3b4544e8a8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8bd339e-d358-44a2-8a66-c38215311920 {
  padding-bottom: 10px;
}

#s-c8bd339e-d358-44a2-8a66-c38215311920 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-3089bb5f-aac1-46b7-9c33-efeda263a7cd {
  padding-bottom: 10px;
}

#s-3089bb5f-aac1-46b7-9c33-efeda263a7cd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-68ee52d6-967a-4643-845d-cc42b460522b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-68ee52d6-967a-4643-845d-cc42b460522b {
  
}
}
@media (min-width: 0px) {
[id="s-68ee52d6-967a-4643-845d-cc42b460522b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-68ee52d6-967a-4643-845d-cc42b460522b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-68ee52d6-967a-4643-845d-cc42b460522b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ee52d6-967a-4643-845d-cc42b460522b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-8621da71-4db7-4121-a71c-26c8cf55402a {
  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-8621da71-4db7-4121-a71c-26c8cf55402a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8621da71-4db7-4121-a71c-26c8cf55402a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff564bfb-6a99-4fb1-a9a9-b672d1c13541 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ff564bfb-6a99-4fb1-a9a9-b672d1c13541 {
  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-708f4bb0-ab69-4834-a234-b3fa723358c3 {
  text-align: left;
}



.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-708f4bb0-ab69-4834-a234-b3fa723358c3 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-693c70a3-4263-46e6-afd9-0d928077b20c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-693c70a3-4263-46e6-afd9-0d928077b20c .shg-gallery-thumb-image-wrapper {
  

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

#s-693c70a3-4263-46e6-afd9-0d928077b20c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-693c70a3-4263-46e6-afd9-0d928077b20c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-693c70a3-4263-46e6-afd9-0d928077b20c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-693c70a3-4263-46e6-afd9-0d928077b20c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-693c70a3-4263-46e6-afd9-0d928077b20c .shg-gallery-dot {
  background-color: #FFF;
}

#s-6e91f49f-e21f-442c-84d7-724f683f7a4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e91f49f-e21f-442c-84d7-724f683f7a4c .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-6e91f49f-e21f-442c-84d7-724f683f7a4c .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-6e91f49f-e21f-442c-84d7-724f683f7a4c .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-6e91f49f-e21f-442c-84d7-724f683f7a4c .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-6e91f49f-e21f-442c-84d7-724f683f7a4c .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-712ff3ad-923b-48b6-b39e-601290c7be9a {
  margin-bottom: 10px;
text-align: center;
}

#s-712ff3ad-923b-48b6-b39e-601290c7be9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-712ff3ad-923b-48b6-b39e-601290c7be9a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-712ff3ad-923b-48b6-b39e-601290c7be9a .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-683e523d-eb6b-46de-954f-1a177337059e {
  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-683e523d-eb6b-46de-954f-1a177337059e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .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-683e523d-eb6b-46de-954f-1a177337059e .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-683e523d-eb6b-46de-954f-1a177337059e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-683e523d-eb6b-46de-954f-1a177337059e-btn-wrapper {
    text-align: center;
  }


#s-683e523d-eb6b-46de-954f-1a177337059e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-variant-btn:hover {
  background: #252525;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-variant-btn:active, #s-683e523d-eb6b-46de-954f-1a177337059e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-683e523d-eb6b-46de-954f-1a177337059e .shg-variant-btn.disabled {
  background: #252525;
}

#s-02bf785f-07cb-47c5-8280-4a93ed232c0a {
  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-02bf785f-07cb-47c5-8280-4a93ed232c0a .shg-product-quantity-wrapper {
  display: flex;
}

#s-02bf785f-07cb-47c5-8280-4a93ed232c0a .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-011fa2b5-f71a-4637-8fc5-54101fd5e415 {
  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-011fa2b5-f71a-4637-8fc5-54101fd5e415:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-011fa2b5-f71a-4637-8fc5-54101fd5e415:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-011fa2b5-f71a-4637-8fc5-54101fd5e415-atc-btn-wrapper {
    text-align: center;
  }


#s-011fa2b5-f71a-4637-8fc5-54101fd5e415 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-011fa2b5-f71a-4637-8fc5-54101fd5e415.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-011fa2b5-f71a-4637-8fc5-54101fd5e415-atc-btn-wrapper {
    text-align: center;
  }


#s-011fa2b5-f71a-4637-8fc5-54101fd5e415 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-011fa2b5-f71a-4637-8fc5-54101fd5e415.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-011fa2b5-f71a-4637-8fc5-54101fd5e415-atc-btn-wrapper {
    text-align: center;
  }


#s-011fa2b5-f71a-4637-8fc5-54101fd5e415 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-011fa2b5-f71a-4637-8fc5-54101fd5e415.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-9d0b0b08-bd40-42e0-bd41-c3ee1cba764f {
  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-9d0b0b08-bd40-42e0-bd41-c3ee1cba764f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d0b0b08-bd40-42e0-bd41-c3ee1cba764f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2dda0aee-8eda-4936-b95b-b8ef21ab141d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2dda0aee-8eda-4936-b95b-b8ef21ab141d {
  display: none;
}
#s-0aaa160f-3a33-4af5-af88-9c8718962951 {
  text-align: left;
}



.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaa160f-3a33-4af5-af88-9c8718962951 img.shogun-image {
  width: 100%;
}




#s-cf3ebde0-5a8d-40f5-b32f-1f61685b5502 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-cf3ebde0-5a8d-40f5-b32f-1f61685b5502 .shg-gallery-thumb-image-wrapper {
  

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

#s-cf3ebde0-5a8d-40f5-b32f-1f61685b5502 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-cf3ebde0-5a8d-40f5-b32f-1f61685b5502 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-cf3ebde0-5a8d-40f5-b32f-1f61685b5502 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-cf3ebde0-5a8d-40f5-b32f-1f61685b5502 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-cf3ebde0-5a8d-40f5-b32f-1f61685b5502 .shg-gallery-dot {
  background-color: #FFF;
}

#s-f7844e1b-e2b9-4fad-9c28-2923a28cda47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7844e1b-e2b9-4fad-9c28-2923a28cda47 .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-f7844e1b-e2b9-4fad-9c28-2923a28cda47 .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-f7844e1b-e2b9-4fad-9c28-2923a28cda47 .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-f7844e1b-e2b9-4fad-9c28-2923a28cda47 .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-f7844e1b-e2b9-4fad-9c28-2923a28cda47 .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-98d42e3c-3e62-4cf3-b51a-7e2e1d4c2a23 {
  margin-bottom: 10px;
text-align: center;
}

#s-98d42e3c-3e62-4cf3-b51a-7e2e1d4c2a23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-98d42e3c-3e62-4cf3-b51a-7e2e1d4c2a23 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-98d42e3c-3e62-4cf3-b51a-7e2e1d4c2a23 .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-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 {
  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-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .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-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .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-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4-btn-wrapper {
    text-align: center;
  }


#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-variant-btn:hover {
  background: #252525;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-variant-btn:active, #s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6ec52853-5bdd-44ab-aa89-a5b38a9e2fb4 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e5738511-c48a-4a23-9731-a946ee7fcfaa {
  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-e5738511-c48a-4a23-9731-a946ee7fcfaa .shg-product-quantity-wrapper {
  display: flex;
}

#s-e5738511-c48a-4a23-9731-a946ee7fcfaa .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06 {
  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-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06-atc-btn-wrapper {
    text-align: center;
  }


#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.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-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06-atc-btn-wrapper {
    text-align: center;
  }


#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.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-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06-atc-btn-wrapper {
    text-align: center;
  }


#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe3c6c8d-b36c-4b58-8c40-5fad1364ff06.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-151ecab8-d344-4ec9-ae2c-316fb1dd2b10 {
  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-151ecab8-d344-4ec9-ae2c-316fb1dd2b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-151ecab8-d344-4ec9-ae2c-316fb1dd2b10.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9d3cbac1-513e-4dab-9f87-9bdbab49b3db {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-9d3cbac1-513e-4dab-9f87-9bdbab49b3db {
  display: none;
}
#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 {
  text-align: left;
}



.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab84144-1977-4827-b749-6cdaaa6de3e2 img.shogun-image {
  width: 100%;
}




#s-72c2e11a-cf83-4721-aa53-d3c882dc9104 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-72c2e11a-cf83-4721-aa53-d3c882dc9104 .shg-gallery-thumb-image-wrapper {
  

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

#s-72c2e11a-cf83-4721-aa53-d3c882dc9104 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-72c2e11a-cf83-4721-aa53-d3c882dc9104 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-72c2e11a-cf83-4721-aa53-d3c882dc9104 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-72c2e11a-cf83-4721-aa53-d3c882dc9104 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-72c2e11a-cf83-4721-aa53-d3c882dc9104 .shg-gallery-dot {
  background-color: #FFF;
}

#s-53740955-456c-40e7-a8f8-691d025f1bed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53740955-456c-40e7-a8f8-691d025f1bed .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-53740955-456c-40e7-a8f8-691d025f1bed .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-53740955-456c-40e7-a8f8-691d025f1bed .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-53740955-456c-40e7-a8f8-691d025f1bed .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-53740955-456c-40e7-a8f8-691d025f1bed .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-1c15bf82-2435-4e61-aef7-39c23e3759f8 {
  margin-bottom: 10px;
text-align: center;
}

#s-1c15bf82-2435-4e61-aef7-39c23e3759f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1c15bf82-2435-4e61-aef7-39c23e3759f8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1c15bf82-2435-4e61-aef7-39c23e3759f8 .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-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 {
  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-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .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-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .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-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580-btn-wrapper {
    text-align: center;
  }


#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-variant-btn:hover {
  background: #252525;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-variant-btn:active, #s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-405e8c38-89fe-4eb5-9bb2-4d0ba78bb580 .shg-variant-btn.disabled {
  background: #252525;
}

#s-a3f7ce85-b61d-4473-8655-256a4d848443 {
  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-a3f7ce85-b61d-4473-8655-256a4d848443 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a3f7ce85-b61d-4473-8655-256a4d848443 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-8322ab88-513f-4065-8604-cfd9064f8a55 {
  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-8322ab88-513f-4065-8604-cfd9064f8a55:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8322ab88-513f-4065-8604-cfd9064f8a55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8322ab88-513f-4065-8604-cfd9064f8a55-atc-btn-wrapper {
    text-align: center;
  }


#s-8322ab88-513f-4065-8604-cfd9064f8a55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-8322ab88-513f-4065-8604-cfd9064f8a55.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-8322ab88-513f-4065-8604-cfd9064f8a55-atc-btn-wrapper {
    text-align: center;
  }


#s-8322ab88-513f-4065-8604-cfd9064f8a55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8322ab88-513f-4065-8604-cfd9064f8a55.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-8322ab88-513f-4065-8604-cfd9064f8a55-atc-btn-wrapper {
    text-align: center;
  }


#s-8322ab88-513f-4065-8604-cfd9064f8a55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-8322ab88-513f-4065-8604-cfd9064f8a55.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-aeab7642-6738-49c0-9c03-375c011fcfab {
  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-aeab7642-6738-49c0-9c03-375c011fcfab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeab7642-6738-49c0-9c03-375c011fcfab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-680511cc-2b88-43a0-b7fb-1dcd7269c36d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-680511cc-2b88-43a0-b7fb-1dcd7269c36d {
  display: none;
}
#s-5f660ac3-f37a-455c-9563-678139289e8b {
  text-align: left;
}



.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f660ac3-f37a-455c-9563-678139289e8b img.shogun-image {
  width: 100%;
}




#s-57536b87-6e54-48c1-b9e7-a907bf10ee9a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-57536b87-6e54-48c1-b9e7-a907bf10ee9a .shg-gallery-thumb-image-wrapper {
  

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

#s-57536b87-6e54-48c1-b9e7-a907bf10ee9a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-57536b87-6e54-48c1-b9e7-a907bf10ee9a .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-57536b87-6e54-48c1-b9e7-a907bf10ee9a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-57536b87-6e54-48c1-b9e7-a907bf10ee9a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-57536b87-6e54-48c1-b9e7-a907bf10ee9a .shg-gallery-dot {
  background-color: #FFF;
}

#s-5522687f-666a-4730-a3ae-c122771b5019 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5522687f-666a-4730-a3ae-c122771b5019 .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-5522687f-666a-4730-a3ae-c122771b5019 .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-5522687f-666a-4730-a3ae-c122771b5019 .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-5522687f-666a-4730-a3ae-c122771b5019 .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-5522687f-666a-4730-a3ae-c122771b5019 .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-4a774996-345a-48b9-b5db-5a129307e7d0 {
  margin-bottom: 10px;
text-align: center;
}

#s-4a774996-345a-48b9-b5db-5a129307e7d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-4a774996-345a-48b9-b5db-5a129307e7d0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a774996-345a-48b9-b5db-5a129307e7d0 .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-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 {
  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-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .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-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .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-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4-btn-wrapper {
    text-align: center;
  }


#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-variant-btn:hover {
  background: #252525;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-variant-btn:active, #s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9d21aa4e-c5d6-4c04-9202-ebd9a22314c4 .shg-variant-btn.disabled {
  background: #252525;
}

#s-46b5635b-8bc7-4136-873f-9651ef20666d {
  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-46b5635b-8bc7-4136-873f-9651ef20666d .shg-product-quantity-wrapper {
  display: flex;
}

#s-46b5635b-8bc7-4136-873f-9651ef20666d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-11f5bb60-4d57-4885-b8a1-45a251884b93 {
  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-11f5bb60-4d57-4885-b8a1-45a251884b93:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11f5bb60-4d57-4885-b8a1-45a251884b93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11f5bb60-4d57-4885-b8a1-45a251884b93-atc-btn-wrapper {
    text-align: center;
  }


#s-11f5bb60-4d57-4885-b8a1-45a251884b93 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-11f5bb60-4d57-4885-b8a1-45a251884b93.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-11f5bb60-4d57-4885-b8a1-45a251884b93-atc-btn-wrapper {
    text-align: center;
  }


#s-11f5bb60-4d57-4885-b8a1-45a251884b93 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-11f5bb60-4d57-4885-b8a1-45a251884b93.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-11f5bb60-4d57-4885-b8a1-45a251884b93-atc-btn-wrapper {
    text-align: center;
  }


#s-11f5bb60-4d57-4885-b8a1-45a251884b93 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-11f5bb60-4d57-4885-b8a1-45a251884b93.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-128ae509-f743-46c1-884c-1e4b6d143d91 {
  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-128ae509-f743-46c1-884c-1e4b6d143d91 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-128ae509-f743-46c1-884c-1e4b6d143d91 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-128ae509-f743-46c1-884c-1e4b6d143d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-128ae509-f743-46c1-884c-1e4b6d143d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dec89712-8b63-4db7-b4d1-5e5ee0a932ac {
  padding-bottom: 10px;
}

#s-dec89712-8b63-4db7-b4d1-5e5ee0a932ac .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-fc820246-b96b-4316-b1df-0f0abd4eed02 {
  padding-bottom: 10px;
}

#s-fc820246-b96b-4316-b1df-0f0abd4eed02 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-31c237d9-edae-4a4c-8fb9-2dd732147b0f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-31c237d9-edae-4a4c-8fb9-2dd732147b0f {
  
}
}
@media (min-width: 0px) {
[id="s-31c237d9-edae-4a4c-8fb9-2dd732147b0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-31c237d9-edae-4a4c-8fb9-2dd732147b0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-31c237d9-edae-4a4c-8fb9-2dd732147b0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-31c237d9-edae-4a4c-8fb9-2dd732147b0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-b75119ed-d58b-497c-bd4b-a72d4e661f56 {
  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-b75119ed-d58b-497c-bd4b-a72d4e661f56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75119ed-d58b-497c-bd4b-a72d4e661f56.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59054022-fc6f-48ef-a406-68583284bf57 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-59054022-fc6f-48ef-a406-68583284bf57 {
  display: none;
}
#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b {
  text-align: left;
}



.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c43c8a7b-c28c-49be-8e64-4f5ac09da15b img.shogun-image {
  width: 100%;
}




#s-67f958d6-a66b-42e9-a574-4fc86652b2ae {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-67f958d6-a66b-42e9-a574-4fc86652b2ae .shg-gallery-thumb-image-wrapper {
  

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

#s-67f958d6-a66b-42e9-a574-4fc86652b2ae .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-67f958d6-a66b-42e9-a574-4fc86652b2ae .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-67f958d6-a66b-42e9-a574-4fc86652b2ae .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-67f958d6-a66b-42e9-a574-4fc86652b2ae .shg-gallery-scroll-button {
  color: #FFF;
}

#s-67f958d6-a66b-42e9-a574-4fc86652b2ae .shg-gallery-dot {
  background-color: #FFF;
}

#s-9f71b5d1-40d0-4782-a3c5-b7fd16dad595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f71b5d1-40d0-4782-a3c5-b7fd16dad595 .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-9f71b5d1-40d0-4782-a3c5-b7fd16dad595 .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-9f71b5d1-40d0-4782-a3c5-b7fd16dad595 .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-9f71b5d1-40d0-4782-a3c5-b7fd16dad595 .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-9f71b5d1-40d0-4782-a3c5-b7fd16dad595 .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-cd2a70e5-0494-4e42-9b34-87423dc06663 {
  margin-bottom: 10px;
text-align: center;
}

#s-cd2a70e5-0494-4e42-9b34-87423dc06663 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-cd2a70e5-0494-4e42-9b34-87423dc06663 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-cd2a70e5-0494-4e42-9b34-87423dc06663 .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-c9e95f43-1849-4248-a9a6-1c24822ea5c8 {
  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-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .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-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .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-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c9e95f43-1849-4248-a9a6-1c24822ea5c8-btn-wrapper {
    text-align: center;
  }


#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-variant-btn:hover {
  background: #252525;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-variant-btn:active, #s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c9e95f43-1849-4248-a9a6-1c24822ea5c8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-a254f5c6-889b-4a96-bab8-542de07d5e2c {
  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-a254f5c6-889b-4a96-bab8-542de07d5e2c .shg-product-quantity-wrapper {
  display: flex;
}

#s-a254f5c6-889b-4a96-bab8-542de07d5e2c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-393a2fe3-9db0-4ab3-8030-d5523d571f49 {
  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-393a2fe3-9db0-4ab3-8030-d5523d571f49:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-393a2fe3-9db0-4ab3-8030-d5523d571f49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-393a2fe3-9db0-4ab3-8030-d5523d571f49-atc-btn-wrapper {
    text-align: center;
  }


#s-393a2fe3-9db0-4ab3-8030-d5523d571f49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-393a2fe3-9db0-4ab3-8030-d5523d571f49.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-393a2fe3-9db0-4ab3-8030-d5523d571f49-atc-btn-wrapper {
    text-align: center;
  }


#s-393a2fe3-9db0-4ab3-8030-d5523d571f49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-393a2fe3-9db0-4ab3-8030-d5523d571f49.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-393a2fe3-9db0-4ab3-8030-d5523d571f49-atc-btn-wrapper {
    text-align: center;
  }


#s-393a2fe3-9db0-4ab3-8030-d5523d571f49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-393a2fe3-9db0-4ab3-8030-d5523d571f49.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-f49dff4b-02bf-4105-84cb-dde21517c48e {
  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-f49dff4b-02bf-4105-84cb-dde21517c48e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f49dff4b-02bf-4105-84cb-dde21517c48e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c3cf3db2-2f8e-4db6-8191-ff178acf4d0b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-c3cf3db2-2f8e-4db6-8191-ff178acf4d0b {
  display: none;
}
#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 {
  text-align: left;
}



.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2146e62-3fe6-4f4d-8300-bb6ea74070f3 img.shogun-image {
  width: 100%;
}




#s-a9d7920c-11ae-48f1-b8d8-e379c2010979 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a9d7920c-11ae-48f1-b8d8-e379c2010979 .shg-gallery-thumb-image-wrapper {
  

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

#s-a9d7920c-11ae-48f1-b8d8-e379c2010979 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a9d7920c-11ae-48f1-b8d8-e379c2010979 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a9d7920c-11ae-48f1-b8d8-e379c2010979 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a9d7920c-11ae-48f1-b8d8-e379c2010979 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a9d7920c-11ae-48f1-b8d8-e379c2010979 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4a80e504-0067-42db-b0a5-28eb17b62091 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a80e504-0067-42db-b0a5-28eb17b62091 .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-4a80e504-0067-42db-b0a5-28eb17b62091 .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-4a80e504-0067-42db-b0a5-28eb17b62091 .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-4a80e504-0067-42db-b0a5-28eb17b62091 .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-4a80e504-0067-42db-b0a5-28eb17b62091 .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-1e714f99-9ce5-499c-8319-245888245c82 {
  margin-bottom: 10px;
text-align: center;
}

#s-1e714f99-9ce5-499c-8319-245888245c82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1e714f99-9ce5-499c-8319-245888245c82 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1e714f99-9ce5-499c-8319-245888245c82 .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-920bc69f-1ecc-4819-88d8-1253243dc4e7 {
  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-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .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-920bc69f-1ecc-4819-88d8-1253243dc4e7 .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-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-920bc69f-1ecc-4819-88d8-1253243dc4e7-btn-wrapper {
    text-align: center;
  }


#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-variant-btn:hover {
  background: #252525;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-variant-btn:active, #s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-920bc69f-1ecc-4819-88d8-1253243dc4e7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f3a1cdaa-0e67-44e2-b8a3-c884bbfbac80 {
  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-f3a1cdaa-0e67-44e2-b8a3-c884bbfbac80 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f3a1cdaa-0e67-44e2-b8a3-c884bbfbac80 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-429169c8-19a3-4282-893b-219f3ceaab2c {
  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-429169c8-19a3-4282-893b-219f3ceaab2c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-429169c8-19a3-4282-893b-219f3ceaab2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-429169c8-19a3-4282-893b-219f3ceaab2c-atc-btn-wrapper {
    text-align: center;
  }


#s-429169c8-19a3-4282-893b-219f3ceaab2c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-429169c8-19a3-4282-893b-219f3ceaab2c.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-429169c8-19a3-4282-893b-219f3ceaab2c-atc-btn-wrapper {
    text-align: center;
  }


#s-429169c8-19a3-4282-893b-219f3ceaab2c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-429169c8-19a3-4282-893b-219f3ceaab2c.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-429169c8-19a3-4282-893b-219f3ceaab2c-atc-btn-wrapper {
    text-align: center;
  }


#s-429169c8-19a3-4282-893b-219f3ceaab2c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-429169c8-19a3-4282-893b-219f3ceaab2c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6d39d03e-c65e-406c-a685-f257c4f5196f {
  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-6d39d03e-c65e-406c-a685-f257c4f5196f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d39d03e-c65e-406c-a685-f257c4f5196f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b00522b2-6526-427c-84a4-fd9d767260c7 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b00522b2-6526-427c-84a4-fd9d767260c7 {
  display: none;
}
#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 {
  text-align: left;
}



.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a12e14-7f9e-4630-a011-7c34b0ed6e44 img.shogun-image {
  width: 100%;
}




#s-f71ae6d6-90cd-47ab-b67d-551326bea02e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f71ae6d6-90cd-47ab-b67d-551326bea02e .shg-gallery-thumb-image-wrapper {
  

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

#s-f71ae6d6-90cd-47ab-b67d-551326bea02e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f71ae6d6-90cd-47ab-b67d-551326bea02e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f71ae6d6-90cd-47ab-b67d-551326bea02e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f71ae6d6-90cd-47ab-b67d-551326bea02e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f71ae6d6-90cd-47ab-b67d-551326bea02e .shg-gallery-dot {
  background-color: #FFF;
}

#s-477609ae-afc3-447c-b4e0-d80ea465892d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-477609ae-afc3-447c-b4e0-d80ea465892d .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-477609ae-afc3-447c-b4e0-d80ea465892d .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-477609ae-afc3-447c-b4e0-d80ea465892d .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-477609ae-afc3-447c-b4e0-d80ea465892d .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-477609ae-afc3-447c-b4e0-d80ea465892d .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-f9fb72b4-d4e8-48a5-9222-28b3c6770474 {
  margin-bottom: 10px;
text-align: center;
}

#s-f9fb72b4-d4e8-48a5-9222-28b3c6770474 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f9fb72b4-d4e8-48a5-9222-28b3c6770474 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f9fb72b4-d4e8-48a5-9222-28b3c6770474 .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-43528bbe-69e5-4251-b07f-2efb56ec5e4b {
  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-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .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-43528bbe-69e5-4251-b07f-2efb56ec5e4b .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-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-43528bbe-69e5-4251-b07f-2efb56ec5e4b-btn-wrapper {
    text-align: center;
  }


#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-variant-btn:hover {
  background: #252525;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-variant-btn:active, #s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-43528bbe-69e5-4251-b07f-2efb56ec5e4b .shg-variant-btn.disabled {
  background: #252525;
}

#s-f37d2315-2023-4d0d-bf9b-306f624e5abe {
  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-f37d2315-2023-4d0d-bf9b-306f624e5abe .shg-product-quantity-wrapper {
  display: flex;
}

#s-f37d2315-2023-4d0d-bf9b-306f624e5abe .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-6fc959c1-c7fa-45ea-8e48-76341ad07183 {
  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-6fc959c1-c7fa-45ea-8e48-76341ad07183:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6fc959c1-c7fa-45ea-8e48-76341ad07183:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fc959c1-c7fa-45ea-8e48-76341ad07183-atc-btn-wrapper {
    text-align: center;
  }


#s-6fc959c1-c7fa-45ea-8e48-76341ad07183 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-6fc959c1-c7fa-45ea-8e48-76341ad07183.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-6fc959c1-c7fa-45ea-8e48-76341ad07183-atc-btn-wrapper {
    text-align: center;
  }


#s-6fc959c1-c7fa-45ea-8e48-76341ad07183 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6fc959c1-c7fa-45ea-8e48-76341ad07183.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-6fc959c1-c7fa-45ea-8e48-76341ad07183-atc-btn-wrapper {
    text-align: center;
  }


#s-6fc959c1-c7fa-45ea-8e48-76341ad07183 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6fc959c1-c7fa-45ea-8e48-76341ad07183.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-5baae1a3-2109-47f7-9b03-c8d0d78082df {
  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-5baae1a3-2109-47f7-9b03-c8d0d78082df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5baae1a3-2109-47f7-9b03-c8d0d78082df.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-be11e713-db69-48fd-9b01-12913f290ebc {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-be11e713-db69-48fd-9b01-12913f290ebc {
  display: none;
}
#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad {
  text-align: left;
}



.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad img.shogun-image {
  width: 100%;
}



}

.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-727e002d-9d31-461e-bc2a-f98e2bf9e8ad img.shogun-image {
  width: 100%;
}




#s-9f29ede5-802f-4429-b2b7-2c395ebe44b9 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9f29ede5-802f-4429-b2b7-2c395ebe44b9 .shg-gallery-thumb-image-wrapper {
  

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

#s-9f29ede5-802f-4429-b2b7-2c395ebe44b9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9f29ede5-802f-4429-b2b7-2c395ebe44b9 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9f29ede5-802f-4429-b2b7-2c395ebe44b9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9f29ede5-802f-4429-b2b7-2c395ebe44b9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9f29ede5-802f-4429-b2b7-2c395ebe44b9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d7bc7f0a-a2c3-4ff9-a1a8-3f3d74d4d15b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7bc7f0a-a2c3-4ff9-a1a8-3f3d74d4d15b .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-d7bc7f0a-a2c3-4ff9-a1a8-3f3d74d4d15b .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-d7bc7f0a-a2c3-4ff9-a1a8-3f3d74d4d15b .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-d7bc7f0a-a2c3-4ff9-a1a8-3f3d74d4d15b .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-d7bc7f0a-a2c3-4ff9-a1a8-3f3d74d4d15b .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-88cf7853-be97-436e-abe8-46d63f06dd86 {
  margin-bottom: 10px;
text-align: center;
}

#s-88cf7853-be97-436e-abe8-46d63f06dd86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-88cf7853-be97-436e-abe8-46d63f06dd86 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-88cf7853-be97-436e-abe8-46d63f06dd86 .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-0d488ad4-3435-4fd5-8e3e-3939a8115078 {
  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-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .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-0d488ad4-3435-4fd5-8e3e-3939a8115078 .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-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0d488ad4-3435-4fd5-8e3e-3939a8115078-btn-wrapper {
    text-align: center;
  }


#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-variant-btn:hover {
  background: #252525;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-variant-btn:active, #s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0d488ad4-3435-4fd5-8e3e-3939a8115078 .shg-variant-btn.disabled {
  background: #252525;
}

#s-888cf6fe-08e0-453d-aba4-b336532b91c4 {
  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-888cf6fe-08e0-453d-aba4-b336532b91c4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-888cf6fe-08e0-453d-aba4-b336532b91c4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548 {
  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-ad08e5e8-9978-4426-91e9-7b68e1fbf548:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad08e5e8-9978-4426-91e9-7b68e1fbf548-atc-btn-wrapper {
    text-align: center;
  }


#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.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-ad08e5e8-9978-4426-91e9-7b68e1fbf548-atc-btn-wrapper {
    text-align: center;
  }


#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.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-ad08e5e8-9978-4426-91e9-7b68e1fbf548-atc-btn-wrapper {
    text-align: center;
  }


#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-ad08e5e8-9978-4426-91e9-7b68e1fbf548.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6898a74a-c486-4538-ad77-4dc2333d8648 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-6898a74a-c486-4538-ad77-4dc2333d8648 {
  
}
}
@media (min-width: 0px) {
[id="s-6898a74a-c486-4538-ad77-4dc2333d8648"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6898a74a-c486-4538-ad77-4dc2333d8648"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-6898a74a-c486-4538-ad77-4dc2333d8648"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-6898a74a-c486-4538-ad77-4dc2333d8648"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-b5c8c6e5-70a7-4890-9db4-8250b7aded41 {
  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-b5c8c6e5-70a7-4890-9db4-8250b7aded41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5c8c6e5-70a7-4890-9db4-8250b7aded41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ab74d82-5510-4392-9b3d-6b53e3337496 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0ab74d82-5510-4392-9b3d-6b53e3337496 {
  display: none;
}
#s-036e8f0e-fec7-406e-b401-43201b5ea261 {
  text-align: left;
}



.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-036e8f0e-fec7-406e-b401-43201b5ea261 img.shogun-image {
  width: 100%;
}




#s-20e9bb3c-bc70-4337-a652-f8ce991a522c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-20e9bb3c-bc70-4337-a652-f8ce991a522c .shg-gallery-thumb-image-wrapper {
  

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

#s-20e9bb3c-bc70-4337-a652-f8ce991a522c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-20e9bb3c-bc70-4337-a652-f8ce991a522c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-20e9bb3c-bc70-4337-a652-f8ce991a522c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-20e9bb3c-bc70-4337-a652-f8ce991a522c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-20e9bb3c-bc70-4337-a652-f8ce991a522c .shg-gallery-dot {
  background-color: #FFF;
}

#s-c4f3b44b-3e6d-4839-9736-e6c7496e2bd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4f3b44b-3e6d-4839-9736-e6c7496e2bd0 .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-c4f3b44b-3e6d-4839-9736-e6c7496e2bd0 .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-c4f3b44b-3e6d-4839-9736-e6c7496e2bd0 .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-c4f3b44b-3e6d-4839-9736-e6c7496e2bd0 .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-c4f3b44b-3e6d-4839-9736-e6c7496e2bd0 .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-2f3ed965-d36d-443b-bf9b-d7165fbd6eac {
  margin-bottom: 10px;
text-align: center;
}

#s-2f3ed965-d36d-443b-bf9b-d7165fbd6eac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-2f3ed965-d36d-443b-bf9b-d7165fbd6eac .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2f3ed965-d36d-443b-bf9b-d7165fbd6eac .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-aecb481c-5775-47d9-a7b1-daecd6d15e82 {
  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-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .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-aecb481c-5775-47d9-a7b1-daecd6d15e82 .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-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-aecb481c-5775-47d9-a7b1-daecd6d15e82-btn-wrapper {
    text-align: center;
  }


#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-variant-btn:hover {
  background: #252525;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-variant-btn:active, #s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-aecb481c-5775-47d9-a7b1-daecd6d15e82 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1fc85124-be54-4965-8ada-14111acd7644 {
  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-1fc85124-be54-4965-8ada-14111acd7644 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1fc85124-be54-4965-8ada-14111acd7644 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-3979eeda-8f13-4cf3-b180-2439f947b842 {
  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-3979eeda-8f13-4cf3-b180-2439f947b842:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3979eeda-8f13-4cf3-b180-2439f947b842:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3979eeda-8f13-4cf3-b180-2439f947b842-atc-btn-wrapper {
    text-align: center;
  }


#s-3979eeda-8f13-4cf3-b180-2439f947b842 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-3979eeda-8f13-4cf3-b180-2439f947b842.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-3979eeda-8f13-4cf3-b180-2439f947b842-atc-btn-wrapper {
    text-align: center;
  }


#s-3979eeda-8f13-4cf3-b180-2439f947b842 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-3979eeda-8f13-4cf3-b180-2439f947b842.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-3979eeda-8f13-4cf3-b180-2439f947b842-atc-btn-wrapper {
    text-align: center;
  }


#s-3979eeda-8f13-4cf3-b180-2439f947b842 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-3979eeda-8f13-4cf3-b180-2439f947b842.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-25765545-31e9-4aab-85c4-093cf7063762 {
  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-25765545-31e9-4aab-85c4-093cf7063762 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-25765545-31e9-4aab-85c4-093cf7063762 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-25765545-31e9-4aab-85c4-093cf7063762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25765545-31e9-4aab-85c4-093cf7063762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d260aed-87f8-425b-ad86-091c0818f316 {
  padding-bottom: 10px;
}

#s-5d260aed-87f8-425b-ad86-091c0818f316 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-caa3bbab-7069-44a5-81f6-43003cd684b3 {
  padding-bottom: 10px;
}

#s-caa3bbab-7069-44a5-81f6-43003cd684b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0e70edf6-851d-47a3-a7ba-6086008d9c85 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e70edf6-851d-47a3-a7ba-6086008d9c85 {
  
}
}
@media (min-width: 0px) {
[id="s-0e70edf6-851d-47a3-a7ba-6086008d9c85"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0e70edf6-851d-47a3-a7ba-6086008d9c85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0e70edf6-851d-47a3-a7ba-6086008d9c85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e70edf6-851d-47a3-a7ba-6086008d9c85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-58e898a6-cc04-4b4c-9355-392e63e259bf {
  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-58e898a6-cc04-4b4c-9355-392e63e259bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e898a6-cc04-4b4c-9355-392e63e259bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4cc55ffc-e03f-4eda-99c6-35322f0a79dd {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-4cc55ffc-e03f-4eda-99c6-35322f0a79dd {
  display: none;
}
#s-c42540ac-5661-456c-83f2-0d14f3d61b26 {
  text-align: left;
}



.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c42540ac-5661-456c-83f2-0d14f3d61b26 img.shogun-image {
  width: 100%;
}




#s-953a2469-1662-4e38-bf1b-d1929324b577 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-953a2469-1662-4e38-bf1b-d1929324b577 .shg-gallery-thumb-image-wrapper {
  

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

#s-953a2469-1662-4e38-bf1b-d1929324b577 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-953a2469-1662-4e38-bf1b-d1929324b577 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-953a2469-1662-4e38-bf1b-d1929324b577 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-953a2469-1662-4e38-bf1b-d1929324b577 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-953a2469-1662-4e38-bf1b-d1929324b577 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2764dda6-bdba-4691-b620-22b2a9fe4913 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2764dda6-bdba-4691-b620-22b2a9fe4913 .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-2764dda6-bdba-4691-b620-22b2a9fe4913 .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-2764dda6-bdba-4691-b620-22b2a9fe4913 .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-2764dda6-bdba-4691-b620-22b2a9fe4913 .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-2764dda6-bdba-4691-b620-22b2a9fe4913 .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-892c2cb6-0f2b-49ac-98fa-0ad874e5eb47 {
  margin-bottom: 10px;
text-align: center;
}

#s-892c2cb6-0f2b-49ac-98fa-0ad874e5eb47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-892c2cb6-0f2b-49ac-98fa-0ad874e5eb47 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-892c2cb6-0f2b-49ac-98fa-0ad874e5eb47 .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-69fdba5b-6844-4797-b7f4-2b782ef033b9 {
  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-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .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-69fdba5b-6844-4797-b7f4-2b782ef033b9 .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-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-69fdba5b-6844-4797-b7f4-2b782ef033b9-btn-wrapper {
    text-align: center;
  }


#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-variant-btn:hover {
  background: #252525;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-variant-btn:active, #s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-69fdba5b-6844-4797-b7f4-2b782ef033b9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-20726778-80dd-4ff6-b4e7-5da79286c270 {
  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-20726778-80dd-4ff6-b4e7-5da79286c270 .shg-product-quantity-wrapper {
  display: flex;
}

#s-20726778-80dd-4ff6-b4e7-5da79286c270 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55 {
  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-483acf9a-3794-4469-9c5c-67a0e5dbfd55:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-483acf9a-3794-4469-9c5c-67a0e5dbfd55-atc-btn-wrapper {
    text-align: center;
  }


#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.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-483acf9a-3794-4469-9c5c-67a0e5dbfd55-atc-btn-wrapper {
    text-align: center;
  }


#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.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-483acf9a-3794-4469-9c5c-67a0e5dbfd55-atc-btn-wrapper {
    text-align: center;
  }


#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-483acf9a-3794-4469-9c5c-67a0e5dbfd55.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-9c04d163-5fc2-4bad-8b1b-de725c29b057 {
  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-9c04d163-5fc2-4bad-8b1b-de725c29b057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c04d163-5fc2-4bad-8b1b-de725c29b057.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-82aa970a-5f22-4cfb-811b-df2091706ee9 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-82aa970a-5f22-4cfb-811b-df2091706ee9 {
  display: none;
}
#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 {
  text-align: left;
}



.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80e7a9ee-f0ea-4239-8ce8-3aed1f8c32e7 img.shogun-image {
  width: 100%;
}




#s-fd54eaec-0edb-4c38-823d-7e7de43ad1a7 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-fd54eaec-0edb-4c38-823d-7e7de43ad1a7 .shg-gallery-thumb-image-wrapper {
  

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

#s-fd54eaec-0edb-4c38-823d-7e7de43ad1a7 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-fd54eaec-0edb-4c38-823d-7e7de43ad1a7 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-fd54eaec-0edb-4c38-823d-7e7de43ad1a7 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-fd54eaec-0edb-4c38-823d-7e7de43ad1a7 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-fd54eaec-0edb-4c38-823d-7e7de43ad1a7 .shg-gallery-dot {
  background-color: #FFF;
}

#s-fd7d2624-30c8-4cfe-98c4-35822c397c6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd7d2624-30c8-4cfe-98c4-35822c397c6a .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-fd7d2624-30c8-4cfe-98c4-35822c397c6a .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-fd7d2624-30c8-4cfe-98c4-35822c397c6a .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-fd7d2624-30c8-4cfe-98c4-35822c397c6a .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-fd7d2624-30c8-4cfe-98c4-35822c397c6a .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-7d1b5893-560a-4384-8c1a-0f35d26c9713 {
  margin-bottom: 10px;
text-align: center;
}

#s-7d1b5893-560a-4384-8c1a-0f35d26c9713 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-7d1b5893-560a-4384-8c1a-0f35d26c9713 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-7d1b5893-560a-4384-8c1a-0f35d26c9713 .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-9178d819-ee82-4131-98c2-5461f319c9e6 {
  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-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .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-9178d819-ee82-4131-98c2-5461f319c9e6 .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-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9178d819-ee82-4131-98c2-5461f319c9e6-btn-wrapper {
    text-align: center;
  }


#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-variant-btn:hover {
  background: #252525;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-variant-btn:active, #s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9178d819-ee82-4131-98c2-5461f319c9e6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2754d324-bb0b-45fd-806f-aaa4f6a62d04 {
  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-2754d324-bb0b-45fd-806f-aaa4f6a62d04 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2754d324-bb0b-45fd-806f-aaa4f6a62d04 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-2a270830-99a9-436c-8b87-d3131d2ba02f {
  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-2a270830-99a9-436c-8b87-d3131d2ba02f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a270830-99a9-436c-8b87-d3131d2ba02f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a270830-99a9-436c-8b87-d3131d2ba02f-atc-btn-wrapper {
    text-align: center;
  }


#s-2a270830-99a9-436c-8b87-d3131d2ba02f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-2a270830-99a9-436c-8b87-d3131d2ba02f.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-2a270830-99a9-436c-8b87-d3131d2ba02f-atc-btn-wrapper {
    text-align: center;
  }


#s-2a270830-99a9-436c-8b87-d3131d2ba02f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-2a270830-99a9-436c-8b87-d3131d2ba02f.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-2a270830-99a9-436c-8b87-d3131d2ba02f-atc-btn-wrapper {
    text-align: center;
  }


#s-2a270830-99a9-436c-8b87-d3131d2ba02f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-2a270830-99a9-436c-8b87-d3131d2ba02f.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-815bc458-d9d9-454c-8f8e-c854a2cba6f1 {
  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-815bc458-d9d9-454c-8f8e-c854a2cba6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-815bc458-d9d9-454c-8f8e-c854a2cba6f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30d7b1e7-295f-4c8d-8bb2-d0210a166f91 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-30d7b1e7-295f-4c8d-8bb2-d0210a166f91 {
  display: none;
}
#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 {
  text-align: left;
}



.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-098d6cf4-7b15-41fe-9245-05f1fbb69ae4 img.shogun-image {
  width: 100%;
}




#s-6bc55138-8c45-42a3-a306-a3d9db5fa833 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6bc55138-8c45-42a3-a306-a3d9db5fa833 .shg-gallery-thumb-image-wrapper {
  

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

#s-6bc55138-8c45-42a3-a306-a3d9db5fa833 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6bc55138-8c45-42a3-a306-a3d9db5fa833 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6bc55138-8c45-42a3-a306-a3d9db5fa833 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6bc55138-8c45-42a3-a306-a3d9db5fa833 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6bc55138-8c45-42a3-a306-a3d9db5fa833 .shg-gallery-dot {
  background-color: #FFF;
}

#s-bb0ed547-d05b-46e8-84b5-9ff0b79e8b50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb0ed547-d05b-46e8-84b5-9ff0b79e8b50 .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-bb0ed547-d05b-46e8-84b5-9ff0b79e8b50 .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-bb0ed547-d05b-46e8-84b5-9ff0b79e8b50 .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-bb0ed547-d05b-46e8-84b5-9ff0b79e8b50 .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-bb0ed547-d05b-46e8-84b5-9ff0b79e8b50 .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-040a94fb-501d-468d-a046-70811eca4674 {
  margin-bottom: 10px;
text-align: center;
}

#s-040a94fb-501d-468d-a046-70811eca4674 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-040a94fb-501d-468d-a046-70811eca4674 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-040a94fb-501d-468d-a046-70811eca4674 .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-ed56716c-2475-46a5-9928-373033a96cf9 {
  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-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .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-ed56716c-2475-46a5-9928-373033a96cf9 .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-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ed56716c-2475-46a5-9928-373033a96cf9-btn-wrapper {
    text-align: center;
  }


#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-variant-btn:hover {
  background: #252525;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-variant-btn:active, #s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ed56716c-2475-46a5-9928-373033a96cf9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f02a893a-b754-4e37-8a61-ad759593f287 {
  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-f02a893a-b754-4e37-8a61-ad759593f287 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f02a893a-b754-4e37-8a61-ad759593f287 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c {
  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-87d21f01-a95f-4292-9576-7ed7e8dcc77c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87d21f01-a95f-4292-9576-7ed7e8dcc77c-atc-btn-wrapper {
    text-align: center;
  }


#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.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-87d21f01-a95f-4292-9576-7ed7e8dcc77c-atc-btn-wrapper {
    text-align: center;
  }


#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.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-87d21f01-a95f-4292-9576-7ed7e8dcc77c-atc-btn-wrapper {
    text-align: center;
  }


#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-87d21f01-a95f-4292-9576-7ed7e8dcc77c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-ccc33321-164c-4335-9309-8f5e6687cf62 {
  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-ccc33321-164c-4335-9309-8f5e6687cf62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccc33321-164c-4335-9309-8f5e6687cf62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f2e95235-bff1-469b-a9a9-4a70be8e99cb {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-f2e95235-bff1-469b-a9a9-4a70be8e99cb {
  display: none;
}
#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f {
  text-align: left;
}



.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f433255-4840-4faa-8eea-4b2cfe0fbd4f img.shogun-image {
  width: 100%;
}




#s-f1880007-0666-43cd-b45f-7b197cee8a2b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f1880007-0666-43cd-b45f-7b197cee8a2b .shg-gallery-thumb-image-wrapper {
  

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

#s-f1880007-0666-43cd-b45f-7b197cee8a2b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f1880007-0666-43cd-b45f-7b197cee8a2b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f1880007-0666-43cd-b45f-7b197cee8a2b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f1880007-0666-43cd-b45f-7b197cee8a2b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f1880007-0666-43cd-b45f-7b197cee8a2b .shg-gallery-dot {
  background-color: #FFF;
}

#s-49c94b90-ec5a-4de6-9134-e0725ec20697 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49c94b90-ec5a-4de6-9134-e0725ec20697 .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-49c94b90-ec5a-4de6-9134-e0725ec20697 .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-49c94b90-ec5a-4de6-9134-e0725ec20697 .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-49c94b90-ec5a-4de6-9134-e0725ec20697 .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-49c94b90-ec5a-4de6-9134-e0725ec20697 .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-d9d1c52e-a041-48d0-8822-d94928096062 {
  margin-bottom: 10px;
text-align: center;
}

#s-d9d1c52e-a041-48d0-8822-d94928096062 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d9d1c52e-a041-48d0-8822-d94928096062 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d9d1c52e-a041-48d0-8822-d94928096062 .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-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d {
  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-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .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-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .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-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d-btn-wrapper {
    text-align: center;
  }


#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-variant-btn:hover {
  background: #252525;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-variant-btn:active, #s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8a0e9bdf-81bd-4baf-aa49-929ee2aea86d .shg-variant-btn.disabled {
  background: #252525;
}

#s-b4f3eb7d-8c64-48a7-b318-c5e016a4e258 {
  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-b4f3eb7d-8c64-48a7-b318-c5e016a4e258 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b4f3eb7d-8c64-48a7-b318-c5e016a4e258 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354 {
  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-63162f05-1ffc-4a10-ab3f-fbab4c2d7354:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354-atc-btn-wrapper {
    text-align: center;
  }


#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.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-63162f05-1ffc-4a10-ab3f-fbab4c2d7354-atc-btn-wrapper {
    text-align: center;
  }


#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.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-63162f05-1ffc-4a10-ab3f-fbab4c2d7354-atc-btn-wrapper {
    text-align: center;
  }


#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-63162f05-1ffc-4a10-ab3f-fbab4c2d7354.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-c6403a3f-be6f-4270-ad64-e909e0237eb7 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6403a3f-be6f-4270-ad64-e909e0237eb7 {
  
}
}
@media (min-width: 0px) {
[id="s-c6403a3f-be6f-4270-ad64-e909e0237eb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c6403a3f-be6f-4270-ad64-e909e0237eb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c6403a3f-be6f-4270-ad64-e909e0237eb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6403a3f-be6f-4270-ad64-e909e0237eb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-4705f259-032d-41af-b793-4bd3cdd20483 {
  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-4705f259-032d-41af-b793-4bd3cdd20483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4705f259-032d-41af-b793-4bd3cdd20483.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-41a069cc-6865-46ce-bf8e-0d18fea2e99c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-41a069cc-6865-46ce-bf8e-0d18fea2e99c {
  display: none;
}
#s-85c0b99b-eadb-4798-b277-de6d3716b424 {
  text-align: left;
}



.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85c0b99b-eadb-4798-b277-de6d3716b424 img.shogun-image {
  width: 100%;
}




#s-e3aac266-8d53-4014-8da1-e3fdd301a423 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e3aac266-8d53-4014-8da1-e3fdd301a423 .shg-gallery-thumb-image-wrapper {
  

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

#s-e3aac266-8d53-4014-8da1-e3fdd301a423 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e3aac266-8d53-4014-8da1-e3fdd301a423 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e3aac266-8d53-4014-8da1-e3fdd301a423 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e3aac266-8d53-4014-8da1-e3fdd301a423 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e3aac266-8d53-4014-8da1-e3fdd301a423 .shg-gallery-dot {
  background-color: #FFF;
}

#s-26ce54a9-269b-4b2a-ab94-a533d608620c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26ce54a9-269b-4b2a-ab94-a533d608620c .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-26ce54a9-269b-4b2a-ab94-a533d608620c .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-26ce54a9-269b-4b2a-ab94-a533d608620c .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-26ce54a9-269b-4b2a-ab94-a533d608620c .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-26ce54a9-269b-4b2a-ab94-a533d608620c .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-9c7d7287-4dff-4b8f-823c-2f6d4e6132da {
  margin-bottom: 10px;
text-align: center;
}

#s-9c7d7287-4dff-4b8f-823c-2f6d4e6132da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9c7d7287-4dff-4b8f-823c-2f6d4e6132da .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9c7d7287-4dff-4b8f-823c-2f6d4e6132da .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-4ea4c18b-bf37-4491-977a-abea24813e35 {
  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-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .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-4ea4c18b-bf37-4491-977a-abea24813e35 .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-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4ea4c18b-bf37-4491-977a-abea24813e35-btn-wrapper {
    text-align: center;
  }


#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-variant-btn:hover {
  background: #252525;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-variant-btn:active, #s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4ea4c18b-bf37-4491-977a-abea24813e35 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3cdbc592-ec31-4b7b-8528-f2a681482c60 {
  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-3cdbc592-ec31-4b7b-8528-f2a681482c60 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3cdbc592-ec31-4b7b-8528-f2a681482c60 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16 {
  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-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16-atc-btn-wrapper {
    text-align: center;
  }


#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.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-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16-atc-btn-wrapper {
    text-align: center;
  }


#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.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-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16-atc-btn-wrapper {
    text-align: center;
  }


#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c9b2a1d1-7275-4e0b-8da0-5ecbcf3bed16.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-d04628f8-b367-4aa0-b5ef-f1a569893ee0 {
  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-d04628f8-b367-4aa0-b5ef-f1a569893ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d04628f8-b367-4aa0-b5ef-f1a569893ee0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7b78b403-e1d5-4765-a1ee-6c488c15cbd9 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-7b78b403-e1d5-4765-a1ee-6c488c15cbd9 {
  display: none;
}
#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 {
  text-align: left;
}



.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc122726-34b1-4e58-b381-5b9b1e8340d6 img.shogun-image {
  width: 100%;
}




#s-33db0976-5920-4fb9-b1b7-784843f5973b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-33db0976-5920-4fb9-b1b7-784843f5973b .shg-gallery-thumb-image-wrapper {
  

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

#s-33db0976-5920-4fb9-b1b7-784843f5973b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-33db0976-5920-4fb9-b1b7-784843f5973b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-33db0976-5920-4fb9-b1b7-784843f5973b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-33db0976-5920-4fb9-b1b7-784843f5973b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-33db0976-5920-4fb9-b1b7-784843f5973b .shg-gallery-dot {
  background-color: #FFF;
}

#s-dcbda375-1ac5-49dd-b40c-46260d477c17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcbda375-1ac5-49dd-b40c-46260d477c17 .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-dcbda375-1ac5-49dd-b40c-46260d477c17 .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-dcbda375-1ac5-49dd-b40c-46260d477c17 .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-dcbda375-1ac5-49dd-b40c-46260d477c17 .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-dcbda375-1ac5-49dd-b40c-46260d477c17 .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-394ba5b0-a03b-4366-af0c-aea2c9c58c07 {
  margin-bottom: 10px;
text-align: center;
}

#s-394ba5b0-a03b-4366-af0c-aea2c9c58c07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-394ba5b0-a03b-4366-af0c-aea2c9c58c07 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-394ba5b0-a03b-4366-af0c-aea2c9c58c07 .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-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 {
  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-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .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-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .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-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8-btn-wrapper {
    text-align: center;
  }


#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-variant-btn:hover {
  background: #252525;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-variant-btn:active, #s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3c34be93-9e72-46e4-9b9d-a71f47c6afc8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d8ee19a1-0c7d-4565-b8bd-c4420ed76ad3 {
  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-d8ee19a1-0c7d-4565-b8bd-c4420ed76ad3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d8ee19a1-0c7d-4565-b8bd-c4420ed76ad3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-60f3031c-266e-4c4f-9388-eae45f0de747 {
  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-60f3031c-266e-4c4f-9388-eae45f0de747:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-60f3031c-266e-4c4f-9388-eae45f0de747:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60f3031c-266e-4c4f-9388-eae45f0de747-atc-btn-wrapper {
    text-align: center;
  }


#s-60f3031c-266e-4c4f-9388-eae45f0de747 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-60f3031c-266e-4c4f-9388-eae45f0de747.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-60f3031c-266e-4c4f-9388-eae45f0de747-atc-btn-wrapper {
    text-align: center;
  }


#s-60f3031c-266e-4c4f-9388-eae45f0de747 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-60f3031c-266e-4c4f-9388-eae45f0de747.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-60f3031c-266e-4c4f-9388-eae45f0de747-atc-btn-wrapper {
    text-align: center;
  }


#s-60f3031c-266e-4c4f-9388-eae45f0de747 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-60f3031c-266e-4c4f-9388-eae45f0de747.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-eccd31e8-5bc1-41b8-b163-416f8ba223d0 {
  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-eccd31e8-5bc1-41b8-b163-416f8ba223d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eccd31e8-5bc1-41b8-b163-416f8ba223d0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2cba88b9-07c2-448f-a0a0-6835a22d2f45 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2cba88b9-07c2-448f-a0a0-6835a22d2f45 {
  display: none;
}
#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a {
  text-align: left;
}



.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234602cb-c401-4beb-aa80-aa8ea95dbb2a img.shogun-image {
  width: 100%;
}




#s-16977af4-8916-4cb9-85e4-d1b90ae1ab45 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-16977af4-8916-4cb9-85e4-d1b90ae1ab45 .shg-gallery-thumb-image-wrapper {
  

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

#s-16977af4-8916-4cb9-85e4-d1b90ae1ab45 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-16977af4-8916-4cb9-85e4-d1b90ae1ab45 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-16977af4-8916-4cb9-85e4-d1b90ae1ab45 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-16977af4-8916-4cb9-85e4-d1b90ae1ab45 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-16977af4-8916-4cb9-85e4-d1b90ae1ab45 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6ca52c1c-8f9c-4cf3-ac8e-be895ea1aa99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ca52c1c-8f9c-4cf3-ac8e-be895ea1aa99 .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-6ca52c1c-8f9c-4cf3-ac8e-be895ea1aa99 .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-6ca52c1c-8f9c-4cf3-ac8e-be895ea1aa99 .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-6ca52c1c-8f9c-4cf3-ac8e-be895ea1aa99 .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-6ca52c1c-8f9c-4cf3-ac8e-be895ea1aa99 .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-90a362a8-066b-48a4-9005-12559edf2a2f {
  margin-bottom: 10px;
text-align: center;
}

#s-90a362a8-066b-48a4-9005-12559edf2a2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-90a362a8-066b-48a4-9005-12559edf2a2f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-90a362a8-066b-48a4-9005-12559edf2a2f .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-23da3fbd-de54-420a-814f-e000e1c83e25 {
  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-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .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-23da3fbd-de54-420a-814f-e000e1c83e25 .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-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-23da3fbd-de54-420a-814f-e000e1c83e25-btn-wrapper {
    text-align: center;
  }


#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-variant-btn:hover {
  background: #252525;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-variant-btn:active, #s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-23da3fbd-de54-420a-814f-e000e1c83e25 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c95e1405-d9c1-4597-96ce-e08e2270aa41 {
  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-c95e1405-d9c1-4597-96ce-e08e2270aa41 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c95e1405-d9c1-4597-96ce-e08e2270aa41 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-cd726093-78ae-4f7c-b72a-185918ce5c08 {
  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-cd726093-78ae-4f7c-b72a-185918ce5c08:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cd726093-78ae-4f7c-b72a-185918ce5c08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd726093-78ae-4f7c-b72a-185918ce5c08-atc-btn-wrapper {
    text-align: center;
  }


#s-cd726093-78ae-4f7c-b72a-185918ce5c08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-cd726093-78ae-4f7c-b72a-185918ce5c08.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-cd726093-78ae-4f7c-b72a-185918ce5c08-atc-btn-wrapper {
    text-align: center;
  }


#s-cd726093-78ae-4f7c-b72a-185918ce5c08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cd726093-78ae-4f7c-b72a-185918ce5c08.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-cd726093-78ae-4f7c-b72a-185918ce5c08-atc-btn-wrapper {
    text-align: center;
  }


#s-cd726093-78ae-4f7c-b72a-185918ce5c08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cd726093-78ae-4f7c-b72a-185918ce5c08.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-dd0fd5df-a7b5-49e4-9c9e-47310b20e108 {
  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-dd0fd5df-a7b5-49e4-9c9e-47310b20e108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd0fd5df-a7b5-49e4-9c9e-47310b20e108.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e58c8847-f550-4bcb-a087-87e7cdca08d5 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-e58c8847-f550-4bcb-a087-87e7cdca08d5 {
  display: none;
}
#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 {
  text-align: left;
}



.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c35cd1-d3c5-4253-87bf-55e1c40974d1 img.shogun-image {
  width: 100%;
}




#s-d09ac210-8b4f-4a3b-89cc-b4d3d9a25c65 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d09ac210-8b4f-4a3b-89cc-b4d3d9a25c65 .shg-gallery-thumb-image-wrapper {
  

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

#s-d09ac210-8b4f-4a3b-89cc-b4d3d9a25c65 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-d09ac210-8b4f-4a3b-89cc-b4d3d9a25c65 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-d09ac210-8b4f-4a3b-89cc-b4d3d9a25c65 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-d09ac210-8b4f-4a3b-89cc-b4d3d9a25c65 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-d09ac210-8b4f-4a3b-89cc-b4d3d9a25c65 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2344c9dc-1c0d-4853-bf50-ee8c571bbdea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2344c9dc-1c0d-4853-bf50-ee8c571bbdea .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-2344c9dc-1c0d-4853-bf50-ee8c571bbdea .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-2344c9dc-1c0d-4853-bf50-ee8c571bbdea .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-2344c9dc-1c0d-4853-bf50-ee8c571bbdea .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-2344c9dc-1c0d-4853-bf50-ee8c571bbdea .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-14407d5b-bcc0-4ce1-bf68-649434611477 {
  margin-bottom: 10px;
text-align: center;
}

#s-14407d5b-bcc0-4ce1-bf68-649434611477 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-14407d5b-bcc0-4ce1-bf68-649434611477 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-14407d5b-bcc0-4ce1-bf68-649434611477 .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-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff {
  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-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .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-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .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-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff-btn-wrapper {
    text-align: center;
  }


#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-variant-btn:hover {
  background: #252525;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-variant-btn:active, #s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-bcd98251-45e4-4eee-b81b-e94ec5d6f4ff .shg-variant-btn.disabled {
  background: #252525;
}

#s-ced70abd-069c-4e23-b252-61e817e67c85 {
  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-ced70abd-069c-4e23-b252-61e817e67c85 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ced70abd-069c-4e23-b252-61e817e67c85 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54 {
  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-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54-atc-btn-wrapper {
    text-align: center;
  }


#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.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-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54-atc-btn-wrapper {
    text-align: center;
  }


#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.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-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54-atc-btn-wrapper {
    text-align: center;
  }


#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b071fd97-d6bf-47bb-8a4c-e7a0d955ba54.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-a55c0fce-cebf-4fe8-a624-6e841ae637cc {
  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-a55c0fce-cebf-4fe8-a624-6e841ae637cc {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-a55c0fce-cebf-4fe8-a624-6e841ae637cc {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-a55c0fce-cebf-4fe8-a624-6e841ae637cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a55c0fce-cebf-4fe8-a624-6e841ae637cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-187f280d-7ae4-4df7-a352-d6bc0b74bc3a {
  padding-bottom: 10px;
}

#s-187f280d-7ae4-4df7-a352-d6bc0b74bc3a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-ccd7eb6d-48bd-4d81-9687-69a14fa578d1 {
  padding-bottom: 10px;
}

#s-ccd7eb6d-48bd-4d81-9687-69a14fa578d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



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

}

@media (min-width: 768px) {
[id="s-0e417fcd-d8e6-4c42-80ac-4f3f2035e556"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0e417fcd-d8e6-4c42-80ac-4f3f2035e556"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e417fcd-d8e6-4c42-80ac-4f3f2035e556"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-bb4beb23-00df-48f4-a1dc-3b08eae422b2 {
  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-bb4beb23-00df-48f4-a1dc-3b08eae422b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb4beb23-00df-48f4-a1dc-3b08eae422b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ce86813-9284-490b-89cd-679fba5a4eda {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1ce86813-9284-490b-89cd-679fba5a4eda {
  display: none;
}
#s-483b15ad-08fd-4d75-ab72-cb937016672b {
  text-align: left;
}



.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-483b15ad-08fd-4d75-ab72-cb937016672b img.shogun-image {
  width: 100%;
}




#s-007dcfc7-16e4-466f-ac11-4487baa7aad7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-007dcfc7-16e4-466f-ac11-4487baa7aad7 .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-007dcfc7-16e4-466f-ac11-4487baa7aad7 .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-007dcfc7-16e4-466f-ac11-4487baa7aad7 .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-007dcfc7-16e4-466f-ac11-4487baa7aad7 .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-007dcfc7-16e4-466f-ac11-4487baa7aad7 .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-54140b2e-f99e-4eeb-85a0-4cf7af6d210e {
  margin-bottom: 10px;
text-align: center;
}

#s-54140b2e-f99e-4eeb-85a0-4cf7af6d210e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-54140b2e-f99e-4eeb-85a0-4cf7af6d210e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-54140b2e-f99e-4eeb-85a0-4cf7af6d210e .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-91a55b5b-b6ec-4d48-bdb1-f7c4a27266bd {
  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-91a55b5b-b6ec-4d48-bdb1-f7c4a27266bd .shg-product-quantity-wrapper {
  display: flex;
}

#s-91a55b5b-b6ec-4d48-bdb1-f7c4a27266bd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-92a7f106-68a6-4873-b736-409dcedd6db4 {
  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-92a7f106-68a6-4873-b736-409dcedd6db4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92a7f106-68a6-4873-b736-409dcedd6db4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92a7f106-68a6-4873-b736-409dcedd6db4-atc-btn-wrapper {
    text-align: center;
  }


#s-92a7f106-68a6-4873-b736-409dcedd6db4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-92a7f106-68a6-4873-b736-409dcedd6db4.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-92a7f106-68a6-4873-b736-409dcedd6db4-atc-btn-wrapper {
    text-align: center;
  }


#s-92a7f106-68a6-4873-b736-409dcedd6db4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-92a7f106-68a6-4873-b736-409dcedd6db4.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-92a7f106-68a6-4873-b736-409dcedd6db4-atc-btn-wrapper {
    text-align: center;
  }


#s-92a7f106-68a6-4873-b736-409dcedd6db4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-92a7f106-68a6-4873-b736-409dcedd6db4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6ba888d3-87c8-4b3e-b760-a3d5108fee3f {
  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-6ba888d3-87c8-4b3e-b760-a3d5108fee3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ba888d3-87c8-4b3e-b760-a3d5108fee3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-643ac0b3-9ecf-4fe4-a5f2-819ac2a7fd37 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-643ac0b3-9ecf-4fe4-a5f2-819ac2a7fd37 {
  display: none;
}
#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 {
  text-align: left;
}



.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf4c294-f15c-4ef9-96b5-49a4994b7c81 img.shogun-image {
  width: 100%;
}




#s-429a98e7-b00f-4035-91e0-c909c65ed0f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-429a98e7-b00f-4035-91e0-c909c65ed0f2 .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-429a98e7-b00f-4035-91e0-c909c65ed0f2 .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-429a98e7-b00f-4035-91e0-c909c65ed0f2 .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-429a98e7-b00f-4035-91e0-c909c65ed0f2 .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-429a98e7-b00f-4035-91e0-c909c65ed0f2 .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-b1f05755-e6f8-4169-87ec-ef753011f027 {
  margin-bottom: 10px;
text-align: center;
}

#s-b1f05755-e6f8-4169-87ec-ef753011f027 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b1f05755-e6f8-4169-87ec-ef753011f027 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b1f05755-e6f8-4169-87ec-ef753011f027 .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-704d7f1b-eff4-4035-a06b-128a147bb5f3 {
  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-704d7f1b-eff4-4035-a06b-128a147bb5f3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-704d7f1b-eff4-4035-a06b-128a147bb5f3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845 {
  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-e2e8ad69-d10d-4a18-a2b2-e1daa5320845:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845-atc-btn-wrapper {
    text-align: center;
  }


#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.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-e2e8ad69-d10d-4a18-a2b2-e1daa5320845-atc-btn-wrapper {
    text-align: center;
  }


#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.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-e2e8ad69-d10d-4a18-a2b2-e1daa5320845-atc-btn-wrapper {
    text-align: center;
  }


#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e2e8ad69-d10d-4a18-a2b2-e1daa5320845.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-9c4d9dd6-1308-4994-b6b1-6b127bdf8c3c {
  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-9c4d9dd6-1308-4994-b6b1-6b127bdf8c3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c4d9dd6-1308-4994-b6b1-6b127bdf8c3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-54ba5cfa-1623-4051-9a70-73bbc143f217 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-54ba5cfa-1623-4051-9a70-73bbc143f217 {
  display: none;
}
#s-e6595e03-bc71-4053-a282-8c4af187ffa7 {
  text-align: left;
}



.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6595e03-bc71-4053-a282-8c4af187ffa7 img.shogun-image {
  width: 100%;
}




#s-95225e40-7cfc-4ee5-a881-8cf8276d9684 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95225e40-7cfc-4ee5-a881-8cf8276d9684 .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-95225e40-7cfc-4ee5-a881-8cf8276d9684 .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-95225e40-7cfc-4ee5-a881-8cf8276d9684 .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-95225e40-7cfc-4ee5-a881-8cf8276d9684 .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-95225e40-7cfc-4ee5-a881-8cf8276d9684 .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-5ec41340-097e-49c7-8a52-c7c49be92394 {
  margin-bottom: 10px;
text-align: center;
}

#s-5ec41340-097e-49c7-8a52-c7c49be92394 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5ec41340-097e-49c7-8a52-c7c49be92394 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5ec41340-097e-49c7-8a52-c7c49be92394 .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-824ff08c-84d1-45c7-a736-0b75408da417 {
  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-824ff08c-84d1-45c7-a736-0b75408da417 .shg-product-quantity-wrapper {
  display: flex;
}

#s-824ff08c-84d1-45c7-a736-0b75408da417 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-77adbe29-3f4d-4350-b507-df5f00dfef35 {
  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-77adbe29-3f4d-4350-b507-df5f00dfef35:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77adbe29-3f4d-4350-b507-df5f00dfef35:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77adbe29-3f4d-4350-b507-df5f00dfef35-atc-btn-wrapper {
    text-align: center;
  }


#s-77adbe29-3f4d-4350-b507-df5f00dfef35 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-77adbe29-3f4d-4350-b507-df5f00dfef35.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-77adbe29-3f4d-4350-b507-df5f00dfef35-atc-btn-wrapper {
    text-align: center;
  }


#s-77adbe29-3f4d-4350-b507-df5f00dfef35 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-77adbe29-3f4d-4350-b507-df5f00dfef35.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-77adbe29-3f4d-4350-b507-df5f00dfef35-atc-btn-wrapper {
    text-align: center;
  }


#s-77adbe29-3f4d-4350-b507-df5f00dfef35 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-77adbe29-3f4d-4350-b507-df5f00dfef35.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-f4adf329-17ff-428a-a91c-3bfbf7ef534c {
  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-f4adf329-17ff-428a-a91c-3bfbf7ef534c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4adf329-17ff-428a-a91c-3bfbf7ef534c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3a289d70-c3b5-4861-a426-319ce6cdffaf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3a289d70-c3b5-4861-a426-319ce6cdffaf {
  display: none;
}
#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 {
  text-align: left;
}



.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6d041d-a377-4844-bbb3-aeff0288b1b1 img.shogun-image {
  width: 100%;
}




#s-6a83737b-16ce-463a-97b2-f4ba155ae729 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a83737b-16ce-463a-97b2-f4ba155ae729 .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-6a83737b-16ce-463a-97b2-f4ba155ae729 .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-6a83737b-16ce-463a-97b2-f4ba155ae729 .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-6a83737b-16ce-463a-97b2-f4ba155ae729 .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-6a83737b-16ce-463a-97b2-f4ba155ae729 .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-6f93e715-13f8-4f12-af04-e43ee0a43bba {
  margin-bottom: 10px;
text-align: center;
}

#s-6f93e715-13f8-4f12-af04-e43ee0a43bba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-6f93e715-13f8-4f12-af04-e43ee0a43bba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6f93e715-13f8-4f12-af04-e43ee0a43bba .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-0dd4188f-4339-4232-9680-53a391f0d8a3 {
  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-0dd4188f-4339-4232-9680-53a391f0d8a3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0dd4188f-4339-4232-9680-53a391f0d8a3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-4934102e-4dc0-40b9-a4e4-d35024bc8587 {
  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-4934102e-4dc0-40b9-a4e4-d35024bc8587:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4934102e-4dc0-40b9-a4e4-d35024bc8587:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4934102e-4dc0-40b9-a4e4-d35024bc8587-atc-btn-wrapper {
    text-align: center;
  }


#s-4934102e-4dc0-40b9-a4e4-d35024bc8587 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-4934102e-4dc0-40b9-a4e4-d35024bc8587.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-4934102e-4dc0-40b9-a4e4-d35024bc8587-atc-btn-wrapper {
    text-align: center;
  }


#s-4934102e-4dc0-40b9-a4e4-d35024bc8587 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4934102e-4dc0-40b9-a4e4-d35024bc8587.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-4934102e-4dc0-40b9-a4e4-d35024bc8587-atc-btn-wrapper {
    text-align: center;
  }


#s-4934102e-4dc0-40b9-a4e4-d35024bc8587 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4934102e-4dc0-40b9-a4e4-d35024bc8587.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-77acb07a-3e4a-410e-af8f-8386bd303512 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-77acb07a-3e4a-410e-af8f-8386bd303512 {
  
}
}
@media (min-width: 0px) {
[id="s-77acb07a-3e4a-410e-af8f-8386bd303512"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-77acb07a-3e4a-410e-af8f-8386bd303512"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-77acb07a-3e4a-410e-af8f-8386bd303512"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-77acb07a-3e4a-410e-af8f-8386bd303512"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-e96e4a19-a299-41a1-a0f2-2e0469ce7b4c {
  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-e96e4a19-a299-41a1-a0f2-2e0469ce7b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e96e4a19-a299-41a1-a0f2-2e0469ce7b4c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5cd48c53-6b4c-47f8-bb80-c50a6ac6f429 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-5cd48c53-6b4c-47f8-bb80-c50a6ac6f429 {
  display: none;
}
#s-335a112b-ab6a-4fce-8e61-e501492856f6 {
  text-align: left;
}



.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335a112b-ab6a-4fce-8e61-e501492856f6 img.shogun-image {
  width: 100%;
}




#s-d258ace2-c11c-44c7-8206-4184064d1b22 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d258ace2-c11c-44c7-8206-4184064d1b22 .shg-gallery-thumb-image-wrapper {
  

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

#s-d258ace2-c11c-44c7-8206-4184064d1b22 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-d258ace2-c11c-44c7-8206-4184064d1b22 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-d258ace2-c11c-44c7-8206-4184064d1b22 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-d258ace2-c11c-44c7-8206-4184064d1b22 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-d258ace2-c11c-44c7-8206-4184064d1b22 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4320fdf7-4b6e-4cb6-b4b1-0c34809657e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4320fdf7-4b6e-4cb6-b4b1-0c34809657e4 .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-4320fdf7-4b6e-4cb6-b4b1-0c34809657e4 .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-4320fdf7-4b6e-4cb6-b4b1-0c34809657e4 .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-4320fdf7-4b6e-4cb6-b4b1-0c34809657e4 .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-4320fdf7-4b6e-4cb6-b4b1-0c34809657e4 .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-582c69ff-bdf1-4f52-b47e-3125b52f7e3c {
  margin-bottom: 10px;
text-align: center;
}

#s-582c69ff-bdf1-4f52-b47e-3125b52f7e3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-582c69ff-bdf1-4f52-b47e-3125b52f7e3c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-582c69ff-bdf1-4f52-b47e-3125b52f7e3c .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-c7659be8-60e2-444a-b082-6e059e9c6c42 {
  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-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .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-c7659be8-60e2-444a-b082-6e059e9c6c42 .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-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c7659be8-60e2-444a-b082-6e059e9c6c42-btn-wrapper {
    text-align: center;
  }


#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-variant-btn:hover {
  background: #252525;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-variant-btn:active, #s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c7659be8-60e2-444a-b082-6e059e9c6c42 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c45f7024-00ea-45dd-93ce-b0a26f26e894 {
  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-c45f7024-00ea-45dd-93ce-b0a26f26e894 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c45f7024-00ea-45dd-93ce-b0a26f26e894 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-61636fd9-c00d-4197-ba1d-a984672eb18e {
  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-61636fd9-c00d-4197-ba1d-a984672eb18e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61636fd9-c00d-4197-ba1d-a984672eb18e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61636fd9-c00d-4197-ba1d-a984672eb18e-atc-btn-wrapper {
    text-align: center;
  }


#s-61636fd9-c00d-4197-ba1d-a984672eb18e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-61636fd9-c00d-4197-ba1d-a984672eb18e.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-61636fd9-c00d-4197-ba1d-a984672eb18e-atc-btn-wrapper {
    text-align: center;
  }


#s-61636fd9-c00d-4197-ba1d-a984672eb18e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-61636fd9-c00d-4197-ba1d-a984672eb18e.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-61636fd9-c00d-4197-ba1d-a984672eb18e-atc-btn-wrapper {
    text-align: center;
  }


#s-61636fd9-c00d-4197-ba1d-a984672eb18e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-61636fd9-c00d-4197-ba1d-a984672eb18e.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-3d0f107a-803e-4237-88df-93ebb9ed742e {
  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-3d0f107a-803e-4237-88df-93ebb9ed742e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d0f107a-803e-4237-88df-93ebb9ed742e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b82d97c7-8647-44bb-85d4-fd2b6388cc53 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b82d97c7-8647-44bb-85d4-fd2b6388cc53 {
  display: none;
}
#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 {
  text-align: left;
}



.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33c9c0a5-3eee-4d2b-a5fc-43ff9277d936 img.shogun-image {
  width: 100%;
}




#s-bd2dad6e-31b8-48d8-a43a-0165a9e8bcee {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-bd2dad6e-31b8-48d8-a43a-0165a9e8bcee .shg-gallery-thumb-image-wrapper {
  

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

#s-bd2dad6e-31b8-48d8-a43a-0165a9e8bcee .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-bd2dad6e-31b8-48d8-a43a-0165a9e8bcee .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-bd2dad6e-31b8-48d8-a43a-0165a9e8bcee .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-bd2dad6e-31b8-48d8-a43a-0165a9e8bcee .shg-gallery-scroll-button {
  color: #FFF;
}

#s-bd2dad6e-31b8-48d8-a43a-0165a9e8bcee .shg-gallery-dot {
  background-color: #FFF;
}

#s-99eb268a-351d-4e50-8240-6d20e4b59946 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99eb268a-351d-4e50-8240-6d20e4b59946 .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-99eb268a-351d-4e50-8240-6d20e4b59946 .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-99eb268a-351d-4e50-8240-6d20e4b59946 .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-99eb268a-351d-4e50-8240-6d20e4b59946 .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-99eb268a-351d-4e50-8240-6d20e4b59946 .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-5f40b4be-443f-41e7-aa7b-e89500e018fa {
  margin-bottom: 10px;
text-align: center;
}

#s-5f40b4be-443f-41e7-aa7b-e89500e018fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5f40b4be-443f-41e7-aa7b-e89500e018fa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5f40b4be-443f-41e7-aa7b-e89500e018fa .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-8fcd2961-250c-4cfd-b806-989832505850 {
  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-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .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-8fcd2961-250c-4cfd-b806-989832505850 .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-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8fcd2961-250c-4cfd-b806-989832505850-btn-wrapper {
    text-align: center;
  }


#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-variant-btn:hover {
  background: #252525;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-variant-btn:active, #s-8fcd2961-250c-4cfd-b806-989832505850 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8fcd2961-250c-4cfd-b806-989832505850 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7c349bef-79df-46fe-a504-db6a3304818d {
  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-7c349bef-79df-46fe-a504-db6a3304818d .shg-product-quantity-wrapper {
  display: flex;
}

#s-7c349bef-79df-46fe-a504-db6a3304818d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f {
  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-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f-atc-btn-wrapper {
    text-align: center;
  }


#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.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-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f-atc-btn-wrapper {
    text-align: center;
  }


#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.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-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f-atc-btn-wrapper {
    text-align: center;
  }


#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5cf35c2c-a28b-4228-9e71-d4a6dcfc236f.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7b72e380-70ae-454b-a10d-7fee9345a6d9 {
  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-7b72e380-70ae-454b-a10d-7fee9345a6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b72e380-70ae-454b-a10d-7fee9345a6d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-66c4e67a-04ee-43b2-afde-ef0687a48a47 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-66c4e67a-04ee-43b2-afde-ef0687a48a47 {
  display: none;
}
#s-10faac8e-283f-42de-addc-f75b85f47359 {
  text-align: left;
}



.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10faac8e-283f-42de-addc-f75b85f47359 img.shogun-image {
  width: 100%;
}




#s-161a0fd3-4ac2-4f49-ae62-6b61f7e981a9 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-161a0fd3-4ac2-4f49-ae62-6b61f7e981a9 .shg-gallery-thumb-image-wrapper {
  

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

#s-161a0fd3-4ac2-4f49-ae62-6b61f7e981a9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-161a0fd3-4ac2-4f49-ae62-6b61f7e981a9 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-161a0fd3-4ac2-4f49-ae62-6b61f7e981a9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-161a0fd3-4ac2-4f49-ae62-6b61f7e981a9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-161a0fd3-4ac2-4f49-ae62-6b61f7e981a9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-167669e2-bdbd-4034-87cb-5ded7f3c2e62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-167669e2-bdbd-4034-87cb-5ded7f3c2e62 .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-167669e2-bdbd-4034-87cb-5ded7f3c2e62 .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-167669e2-bdbd-4034-87cb-5ded7f3c2e62 .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-167669e2-bdbd-4034-87cb-5ded7f3c2e62 .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-167669e2-bdbd-4034-87cb-5ded7f3c2e62 .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-fd3a519e-913c-41da-94b6-57214b86c45e {
  margin-bottom: 10px;
text-align: center;
}

#s-fd3a519e-913c-41da-94b6-57214b86c45e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-fd3a519e-913c-41da-94b6-57214b86c45e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-fd3a519e-913c-41da-94b6-57214b86c45e .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-cb7621d9-48d6-4667-8185-79eb154ce224 {
  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-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .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-cb7621d9-48d6-4667-8185-79eb154ce224 .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-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-cb7621d9-48d6-4667-8185-79eb154ce224-btn-wrapper {
    text-align: center;
  }


#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-variant-btn:hover {
  background: #252525;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-variant-btn:active, #s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-cb7621d9-48d6-4667-8185-79eb154ce224 .shg-variant-btn.disabled {
  background: #252525;
}

#s-defc452b-d973-4a30-bbad-d44fb5c37a9b {
  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-defc452b-d973-4a30-bbad-d44fb5c37a9b .shg-product-quantity-wrapper {
  display: flex;
}

#s-defc452b-d973-4a30-bbad-d44fb5c37a9b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-b63720bd-2493-4216-87af-008ef82f4846 {
  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-b63720bd-2493-4216-87af-008ef82f4846:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b63720bd-2493-4216-87af-008ef82f4846:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b63720bd-2493-4216-87af-008ef82f4846-atc-btn-wrapper {
    text-align: center;
  }


#s-b63720bd-2493-4216-87af-008ef82f4846 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-b63720bd-2493-4216-87af-008ef82f4846.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-b63720bd-2493-4216-87af-008ef82f4846-atc-btn-wrapper {
    text-align: center;
  }


#s-b63720bd-2493-4216-87af-008ef82f4846 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b63720bd-2493-4216-87af-008ef82f4846.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-b63720bd-2493-4216-87af-008ef82f4846-atc-btn-wrapper {
    text-align: center;
  }


#s-b63720bd-2493-4216-87af-008ef82f4846 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b63720bd-2493-4216-87af-008ef82f4846.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b63720bd-2493-4216-87af-008ef82f4846.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-23da4fa3-2afe-4777-9c0f-9e0ebe3ed23b {
  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-23da4fa3-2afe-4777-9c0f-9e0ebe3ed23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23da4fa3-2afe-4777-9c0f-9e0ebe3ed23b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59068f77-8df3-46c3-b536-e2f59d063296 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-59068f77-8df3-46c3-b536-e2f59d063296 {
  display: none;
}
#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc {
  text-align: left;
}



.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc img.shogun-image {
  width: 100%;
}



}

.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e6ca4a-72c4-4ebe-aab0-5712c8878bfc img.shogun-image {
  width: 100%;
}




#s-842063df-9bd5-4d7d-9ca8-7b26b6545e82 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-842063df-9bd5-4d7d-9ca8-7b26b6545e82 .shg-gallery-thumb-image-wrapper {
  

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

#s-842063df-9bd5-4d7d-9ca8-7b26b6545e82 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-842063df-9bd5-4d7d-9ca8-7b26b6545e82 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-842063df-9bd5-4d7d-9ca8-7b26b6545e82 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-842063df-9bd5-4d7d-9ca8-7b26b6545e82 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-842063df-9bd5-4d7d-9ca8-7b26b6545e82 .shg-gallery-dot {
  background-color: #FFF;
}

#s-c2ce0ddd-6f02-4d86-bd8e-063ba22ba553 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2ce0ddd-6f02-4d86-bd8e-063ba22ba553 .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-c2ce0ddd-6f02-4d86-bd8e-063ba22ba553 .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-c2ce0ddd-6f02-4d86-bd8e-063ba22ba553 .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-c2ce0ddd-6f02-4d86-bd8e-063ba22ba553 .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-c2ce0ddd-6f02-4d86-bd8e-063ba22ba553 .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-d0db31ee-642c-4a1f-8e70-42ba5327212e {
  margin-bottom: 10px;
text-align: center;
}

#s-d0db31ee-642c-4a1f-8e70-42ba5327212e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d0db31ee-642c-4a1f-8e70-42ba5327212e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d0db31ee-642c-4a1f-8e70-42ba5327212e .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-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 {
  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-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .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-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .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-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4-btn-wrapper {
    text-align: center;
  }


#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-variant-btn:hover {
  background: #252525;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-variant-btn:active, #s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c8d99000-4dbf-43c4-a84d-1992bafd0fb4 .shg-variant-btn.disabled {
  background: #252525;
}

#s-bfe8519e-7a12-459a-b36b-1b0f65816b90 {
  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-bfe8519e-7a12-459a-b36b-1b0f65816b90 .shg-product-quantity-wrapper {
  display: flex;
}

#s-bfe8519e-7a12-459a-b36b-1b0f65816b90 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-d7e87791-b99f-407b-bad1-1a81c32e3724 {
  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-d7e87791-b99f-407b-bad1-1a81c32e3724:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7e87791-b99f-407b-bad1-1a81c32e3724:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7e87791-b99f-407b-bad1-1a81c32e3724-atc-btn-wrapper {
    text-align: center;
  }


#s-d7e87791-b99f-407b-bad1-1a81c32e3724 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-d7e87791-b99f-407b-bad1-1a81c32e3724.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-d7e87791-b99f-407b-bad1-1a81c32e3724-atc-btn-wrapper {
    text-align: center;
  }


#s-d7e87791-b99f-407b-bad1-1a81c32e3724 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d7e87791-b99f-407b-bad1-1a81c32e3724.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-d7e87791-b99f-407b-bad1-1a81c32e3724-atc-btn-wrapper {
    text-align: center;
  }


#s-d7e87791-b99f-407b-bad1-1a81c32e3724 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d7e87791-b99f-407b-bad1-1a81c32e3724.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}








#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-bottom: 100px;
min-height: 50px;
background-position: center center;
}

#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  background-image: url(https://i.shgcdn.com/859dacfd-5ef9-4cdd-bd75-e63e9fcc6cc4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fd01f8cf-9820-44de-93e8-1a416f85a155 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-fd01f8cf-9820-44de-93e8-1a416f85a155.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31237a40-28f0-402d-bcd2-6e301a5b875a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}








#s-31237a40-28f0-402d-bcd2-6e301a5b875a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31237a40-28f0-402d-bcd2-6e301a5b875a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
}
@media (min-width: 1200px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (max-width: 767px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 45px;
}
}
#s-3245c856-0afa-4565-8ba5-4e1c2bea357d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-3245c856-0afa-4565-8ba5-4e1c2bea357d img.shogun-image {
    

    
    
    
  }


#s-3245c856-0afa-4565-8ba5-4e1c2bea357d .shogun-image-content {
  
    align-items: center;
  
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 {
  margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-37b94ae2-33da-4c82-81f3-bffc19a065af {
  margin-bottom: 0px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 6px;
  text-align: center;
}


@media (max-width: 767px){#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f {
  text-align: center;
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown span, #s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 {
  background-size: cover;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}








#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e53a1b-2eaf-4c35-92a1-103c2642c734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  display: none;
}
#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395, #wrap-s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 { display:none !important; }}@media (max-width: 767px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-left: 0px;
max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-320c6859-9d88-49f0-81cf-84f0e30fb5cb img.shogun-image {
    

    
    
    
  }


#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb .shogun-image-content {
  
    align-items: center;
  
}

#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 1200px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (max-width: 767px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 img.shogun-image {
    

    
    
    
  }


#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-cb757e18-6978-43df-9c2a-fbdff1faca37 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-cb757e18-6978-43df-9c2a-fbdff1faca37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb757e18-6978-43df-9c2a-fbdff1faca37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09a51199-f7e4-47aa-a76b-8690ccdc1fe8 {
  padding-bottom: 10px;
}

#s-09a51199-f7e4-47aa-a76b-8690ccdc1fe8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-1359a2be-bf16-43e9-a35a-2ab9d614744f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-1359a2be-bf16-43e9-a35a-2ab9d614744f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-79dd0889-46df-497e-8a7d-8eb059a5e699 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-79dd0889-46df-497e-8a7d-8eb059a5e699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79dd0889-46df-497e-8a7d-8eb059a5e699.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a87cbdc7-8a93-4e25-b874-d65991675d6b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a87cbdc7-8a93-4e25-b874-d65991675d6b {
  display: none;
}
#s-786236bc-3e02-429c-8cf3-d8952f2c15ac {
  text-align: left;
}



.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}



}

.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786236bc-3e02-429c-8cf3-d8952f2c15ac img.shogun-image {
  width: 100%;
}




#s-441e8e95-010b-4609-ab92-2cc6d956d27d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-441e8e95-010b-4609-ab92-2cc6d956d27d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef {
  margin-bottom: 10px;
text-align: center;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-123ba395-6f92-4016-b2ff-d32ba2c4fbef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-7addf701-02f5-4c5a-960e-cd7dfe4b0125-btn-wrapper {
    text-align: center;
  }


#s-7addf701-02f5-4c5a-960e-cd7dfe4b0125.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dde2b392-f866-4d69-ba63-aee4d519a59a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dde2b392-f866-4d69-ba63-aee4d519a59a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dde2b392-f866-4d69-ba63-aee4d519a59a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3d8c5c9-10e2-4536-a213-09d865e92ccf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b3d8c5c9-10e2-4536-a213-09d865e92ccf {
  display: none;
}
#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 {
  text-align: left;
}



.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ffbddd-e420-4a39-9c25-ac1ff8272f93 img.shogun-image {
  width: 100%;
}




#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-d3c9aaec-02da-4b3f-b24e-73d0b9fd0161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 {
  margin-bottom: 10px;
text-align: center;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f83d3364-e3fa-45a6-b0a3-6499c1e9cec5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57fa456e-7792-4a16-a800-34b87bcce81f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57fa456e-7792-4a16-a800-34b87bcce81f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57fa456e-7792-4a16-a800-34b87bcce81f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-57fa456e-7792-4a16-a800-34b87bcce81f-btn-wrapper {
    text-align: center;
  }


#s-57fa456e-7792-4a16-a800-34b87bcce81f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adcf46ff-b70b-49f4-93c7-a4c4b992b16e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd123dd2-3f97-4c70-b17c-9f2e9841c0b1 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cd123dd2-3f97-4c70-b17c-9f2e9841c0b1 {
  display: none;
}
#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c {
  text-align: left;
}



.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d57f854d-f595-45c2-89e4-6ad125f8ed6c img.shogun-image {
  width: 100%;
}




#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-c8a626f4-3f63-4861-83dc-6e31e6bd1353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 {
  margin-bottom: 10px;
text-align: center;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-36d05d9a-6a79-483b-82fc-22b96c5f34f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b0744d2-3cad-4329-b836-fea700a61284 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b0744d2-3cad-4329-b836-fea700a61284:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b0744d2-3cad-4329-b836-fea700a61284:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-7b0744d2-3cad-4329-b836-fea700a61284-btn-wrapper {
    text-align: center;
  }


#s-7b0744d2-3cad-4329-b836-fea700a61284.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93f3ffae-2c42-4508-b3d6-75d6578ea3fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-122e3be3-0d15-455c-b960-b2b3c38cd978 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-122e3be3-0d15-455c-b960-b2b3c38cd978 {
  display: none;
}
#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e {
  text-align: left;
}



.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8118d66-edc2-4654-a8fb-e93b91ecf32e img.shogun-image {
  width: 100%;
}




#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-02c3d26f-d0e4-44bd-ba1b-bfc2ac149dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c {
  margin-bottom: 10px;
text-align: center;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1da97fc7-28fb-4144-b49a-eafff9b72f5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc8cc40d-1121-4485-952e-ae4de1fd9194 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc8cc40d-1121-4485-952e-ae4de1fd9194:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc8cc40d-1121-4485-952e-ae4de1fd9194:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-cc8cc40d-1121-4485-952e-ae4de1fd9194-btn-wrapper {
    text-align: center;
  }


#s-cc8cc40d-1121-4485-952e-ae4de1fd9194.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7865ecb4-cd7b-41cb-8a20-34be6b837877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f {
  padding-bottom: 10px;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e9002367-332c-485d-9e07-bad45cb7fa5d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-02a21851-a48a-4a83-ad66-01f2a463ab3f {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02a21851-a48a-4a83-ad66-01f2a463ab3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a21851-a48a-4a83-ad66-01f2a463ab3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  display: none;
}
#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce {
  text-align: left;
}



.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



}

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}




#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


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


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


}@media (max-width: 767px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a {
  margin-bottom: 10px;
text-align: center;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-75646c98-5c46-4820-aee3-608122bf3fc0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75646c98-5c46-4820-aee3-608122bf3fc0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75646c98-5c46-4820-aee3-608122bf3fc0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  display: none;
}
#s-151b13c0-8e59-4104-b470-52492f7127f8 {
  text-align: left;
}



.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}




#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 {
  margin-bottom: 10px;
text-align: center;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0be78700-35f3-42ac-a61b-f7c9842ad258 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0be78700-35f3-42ac-a61b-f7c9842ad258:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0be78700-35f3-42ac-a61b-f7c9842ad258:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-89705d1d-067d-47ab-8944-42329736d01a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89705d1d-067d-47ab-8944-42329736d01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89705d1d-067d-47ab-8944-42329736d01a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  display: none;
}
#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f {
  text-align: left;
}



.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}




#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 {
  margin-bottom: 10px;
text-align: center;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb3ecd9e-c574-42b6-9357-646079b41147 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fb3ecd9e-c574-42b6-9357-646079b41147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3ecd9e-c574-42b6-9357-646079b41147.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  display: none;
}
#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe {
  text-align: left;
}



.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}




#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-71aba984-5ccf-407d-8367-907b9ce21050 {
  margin-bottom: 10px;
text-align: center;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6534cf27-2b2e-477b-80b8-c510c4691fe6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-24cba8ab-a161-4904-93c1-9bee54401815 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-24cba8ab-a161-4904-93c1-9bee54401815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cba8ab-a161-4904-93c1-9bee54401815.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 55px;
padding-left: 40px;
padding-bottom: 55px;
padding-right: 40px;
min-height: 600px;
background-position: left 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}
