.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/1dcf6e8d-074b-4d8b-9914-c260f9d6656a/-/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/1dcf6e8d-074b-4d8b-9914-c260f9d6656a/-/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: 0px;
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-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#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-171ac887-9e51-4308-abea-96f969ec2f2c {
  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-171ac887-9e51-4308-abea-96f969ec2f2c {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-171ac887-9e51-4308-abea-96f969ec2f2c {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-171ac887-9e51-4308-abea-96f969ec2f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-171ac887-9e51-4308-abea-96f969ec2f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed72534b-77e2-4923-96d6-4895e1491528 {
  padding-bottom: 10px;
}

#s-ed72534b-77e2-4923-96d6-4895e1491528 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e6e565b7-0b68-4ad9-8d30-a09594e30dce {
  padding-bottom: 10px;
}

#s-e6e565b7-0b68-4ad9-8d30-a09594e30dce .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-f8a3c701-119e-4661-a264-cdddb05996f9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8a3c701-119e-4661-a264-cdddb05996f9 {
  
}
}
@media (min-width: 0px) {
[id="s-f8a3c701-119e-4661-a264-cdddb05996f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f8a3c701-119e-4661-a264-cdddb05996f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-f8a3c701-119e-4661-a264-cdddb05996f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8a3c701-119e-4661-a264-cdddb05996f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-845a8c22-92c9-4775-961b-9f89bf2cfdd7 {
  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-845a8c22-92c9-4775-961b-9f89bf2cfdd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-845a8c22-92c9-4775-961b-9f89bf2cfdd7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2e82e247-63d3-4bb4-81be-024f5e7bbb71 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2e82e247-63d3-4bb4-81be-024f5e7bbb71 {
  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-b3206fa0-7f47-4361-8640-4c47309ddf60 {
  text-align: left;
}



.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3206fa0-7f47-4361-8640-4c47309ddf60 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-e8ee8337-da78-4e1b-a4f9-891943be3c22 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e8ee8337-da78-4e1b-a4f9-891943be3c22 .shg-gallery-thumb-image-wrapper {
  

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

#s-e8ee8337-da78-4e1b-a4f9-891943be3c22 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e8ee8337-da78-4e1b-a4f9-891943be3c22 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e8ee8337-da78-4e1b-a4f9-891943be3c22 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e8ee8337-da78-4e1b-a4f9-891943be3c22 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e8ee8337-da78-4e1b-a4f9-891943be3c22 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3caee52d-05e2-47f0-a103-15c845f4ade4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3caee52d-05e2-47f0-a103-15c845f4ade4 .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-3caee52d-05e2-47f0-a103-15c845f4ade4 .shogun-heading-component h1 {
  color: #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-3caee52d-05e2-47f0-a103-15c845f4ade4 .shogun-heading-component h1 {
  color: #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-3caee52d-05e2-47f0-a103-15c845f4ade4 .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-3caee52d-05e2-47f0-a103-15c845f4ade4 .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-1aecebc2-8122-4ea2-8d9d-bbb71c89b765 {
  margin-bottom: 10px;
text-align: center;
}

#s-1aecebc2-8122-4ea2-8d9d-bbb71c89b765 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1aecebc2-8122-4ea2-8d9d-bbb71c89b765 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1aecebc2-8122-4ea2-8d9d-bbb71c89b765 .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-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 {
  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-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3-btn-wrapper {
    text-align: center;
  }


#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-variant-btn:active, #s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9ad35776-abf2-4af7-9de1-bc7d6899b0a3 .shg-variant-btn.disabled {
  background: #252525;
}

#s-308fb0eb-38a0-4c06-9e2d-e8b8683fdf88 {
  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-308fb0eb-38a0-4c06-9e2d-e8b8683fdf88 .shg-product-quantity-wrapper {
  display: flex;
}

#s-308fb0eb-38a0-4c06-9e2d-e8b8683fdf88 .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-0d14faa7-0ef0-4574-896a-a4b4b27c27a8 {
  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-0d14faa7-0ef0-4574-896a-a4b4b27c27a8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.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-0d14faa7-0ef0-4574-896a-a4b4b27c27a8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.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-0d14faa7-0ef0-4574-896a-a4b4b27c27a8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-0d14faa7-0ef0-4574-896a-a4b4b27c27a8.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-37d5c01a-fcc6-4266-9c29-58a8d4175230 {
  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-37d5c01a-fcc6-4266-9c29-58a8d4175230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37d5c01a-fcc6-4266-9c29-58a8d4175230.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0beb3400-5a34-4909-aa69-e03844601d81 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0beb3400-5a34-4909-aa69-e03844601d81 {
  display: none;
}
#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 {
  text-align: left;
}



.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a071c1a-a1e6-4251-a372-9bd48e88dcb3 img.shogun-image {
  width: 100%;
}




#s-de3175f9-448d-49a9-851b-063265e7b536 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-de3175f9-448d-49a9-851b-063265e7b536 .shg-gallery-thumb-image-wrapper {
  

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

#s-de3175f9-448d-49a9-851b-063265e7b536 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-de3175f9-448d-49a9-851b-063265e7b536 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-de3175f9-448d-49a9-851b-063265e7b536 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-de3175f9-448d-49a9-851b-063265e7b536 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-de3175f9-448d-49a9-851b-063265e7b536 .shg-gallery-dot {
  background-color: #FFF;
}

#s-e66a02ea-8b49-4dce-a5f7-8c4af476b53e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e66a02ea-8b49-4dce-a5f7-8c4af476b53e .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-e66a02ea-8b49-4dce-a5f7-8c4af476b53e .shogun-heading-component h1 {
  color: #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-e66a02ea-8b49-4dce-a5f7-8c4af476b53e .shogun-heading-component h1 {
  color: #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-e66a02ea-8b49-4dce-a5f7-8c4af476b53e .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-e66a02ea-8b49-4dce-a5f7-8c4af476b53e .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-509081f7-7cf4-4dc0-ab2b-3b5728dd0c7a {
  margin-bottom: 10px;
text-align: center;
}

#s-509081f7-7cf4-4dc0-ab2b-3b5728dd0c7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-509081f7-7cf4-4dc0-ab2b-3b5728dd0c7a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-509081f7-7cf4-4dc0-ab2b-3b5728dd0c7a .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-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 {
  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-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .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-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .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-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410-btn-wrapper {
    text-align: center;
  }


#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-variant-btn:hover {
  background: #252525;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-variant-btn:active, #s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-06cfc2ba-97a4-41b5-ab8f-a62ddc18f410 .shg-variant-btn.disabled {
  background: #252525;
}

#s-8e4567ab-0f63-46c5-a2b8-a645d5aafd91 {
  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-8e4567ab-0f63-46c5-a2b8-a645d5aafd91 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8e4567ab-0f63-46c5-a2b8-a645d5aafd91 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-59fe4591-2568-4d26-b854-147a45e71d08 {
  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-59fe4591-2568-4d26-b854-147a45e71d08:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59fe4591-2568-4d26-b854-147a45e71d08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59fe4591-2568-4d26-b854-147a45e71d08-atc-btn-wrapper {
    text-align: center;
  }


#s-59fe4591-2568-4d26-b854-147a45e71d08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-59fe4591-2568-4d26-b854-147a45e71d08.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-59fe4591-2568-4d26-b854-147a45e71d08-atc-btn-wrapper {
    text-align: center;
  }


#s-59fe4591-2568-4d26-b854-147a45e71d08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-59fe4591-2568-4d26-b854-147a45e71d08.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-59fe4591-2568-4d26-b854-147a45e71d08-atc-btn-wrapper {
    text-align: center;
  }


#s-59fe4591-2568-4d26-b854-147a45e71d08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-59fe4591-2568-4d26-b854-147a45e71d08.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-59fe4591-2568-4d26-b854-147a45e71d08.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b140cad7-d1ea-4a2d-803d-b3406f1f27bb {
  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-b140cad7-d1ea-4a2d-803d-b3406f1f27bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b140cad7-d1ea-4a2d-803d-b3406f1f27bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e4c3442c-f2fb-405f-92b1-bec771d05db2 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-e4c3442c-f2fb-405f-92b1-bec771d05db2 {
  display: none;
}
#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 {
  text-align: left;
}



.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7902b3eb-0f85-402b-a1ea-8e51074ec001 img.shogun-image {
  width: 100%;
}




#s-6f0a4a6d-0ffc-46f6-b51d-31b6f8df843e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6f0a4a6d-0ffc-46f6-b51d-31b6f8df843e .shg-gallery-thumb-image-wrapper {
  

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

#s-6f0a4a6d-0ffc-46f6-b51d-31b6f8df843e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6f0a4a6d-0ffc-46f6-b51d-31b6f8df843e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6f0a4a6d-0ffc-46f6-b51d-31b6f8df843e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6f0a4a6d-0ffc-46f6-b51d-31b6f8df843e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6f0a4a6d-0ffc-46f6-b51d-31b6f8df843e .shg-gallery-dot {
  background-color: #FFF;
}

#s-ee16cc2b-edc0-49db-a43b-1b066e84a8ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee16cc2b-edc0-49db-a43b-1b066e84a8ea .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-ee16cc2b-edc0-49db-a43b-1b066e84a8ea .shogun-heading-component h1 {
  color: #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-ee16cc2b-edc0-49db-a43b-1b066e84a8ea .shogun-heading-component h1 {
  color: #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-ee16cc2b-edc0-49db-a43b-1b066e84a8ea .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-ee16cc2b-edc0-49db-a43b-1b066e84a8ea .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-56bd4167-4e82-47c1-ac3e-1f229edc5d8e {
  margin-bottom: 10px;
text-align: center;
}

#s-56bd4167-4e82-47c1-ac3e-1f229edc5d8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-56bd4167-4e82-47c1-ac3e-1f229edc5d8e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-56bd4167-4e82-47c1-ac3e-1f229edc5d8e .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-c7d4c690-ee0a-4579-af46-faeea5dd596b {
  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-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .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-c7d4c690-ee0a-4579-af46-faeea5dd596b .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-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c7d4c690-ee0a-4579-af46-faeea5dd596b-btn-wrapper {
    text-align: center;
  }


#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-variant-btn:hover {
  background: #252525;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-variant-btn:active, #s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c7d4c690-ee0a-4579-af46-faeea5dd596b .shg-variant-btn.disabled {
  background: #252525;
}

#s-42a70fa8-2c12-459c-97b6-322c07434f76 {
  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-42a70fa8-2c12-459c-97b6-322c07434f76 .shg-product-quantity-wrapper {
  display: flex;
}

#s-42a70fa8-2c12-459c-97b6-322c07434f76 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd {
  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-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd-atc-btn-wrapper {
    text-align: center;
  }


#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.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-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd-atc-btn-wrapper {
    text-align: center;
  }


#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.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-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd-atc-btn-wrapper {
    text-align: center;
  }


#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-7260d2fe-2fb4-4054-a8c3-86e0d75f86fd.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b450716a-270f-4dc6-9345-58f976ff37f8 {
  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-b450716a-270f-4dc6-9345-58f976ff37f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b450716a-270f-4dc6-9345-58f976ff37f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72fa9976-effe-4d8f-a3ae-75b47e64b3a5 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-72fa9976-effe-4d8f-a3ae-75b47e64b3a5 {
  display: none;
}
#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 {
  text-align: left;
}



.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66bb6a94-261f-4b9c-8009-17adcc6d2677 img.shogun-image {
  width: 100%;
}




#s-af86e3c9-b5fb-4f7b-b947-4652d3adcf0e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-af86e3c9-b5fb-4f7b-b947-4652d3adcf0e .shg-gallery-thumb-image-wrapper {
  

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

#s-af86e3c9-b5fb-4f7b-b947-4652d3adcf0e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-af86e3c9-b5fb-4f7b-b947-4652d3adcf0e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-af86e3c9-b5fb-4f7b-b947-4652d3adcf0e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-af86e3c9-b5fb-4f7b-b947-4652d3adcf0e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-af86e3c9-b5fb-4f7b-b947-4652d3adcf0e .shg-gallery-dot {
  background-color: #FFF;
}

#s-a37ded93-8bc6-44fc-977b-326af3d45c54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a37ded93-8bc6-44fc-977b-326af3d45c54 .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-a37ded93-8bc6-44fc-977b-326af3d45c54 .shogun-heading-component h1 {
  color: #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-a37ded93-8bc6-44fc-977b-326af3d45c54 .shogun-heading-component h1 {
  color: #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-a37ded93-8bc6-44fc-977b-326af3d45c54 .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-a37ded93-8bc6-44fc-977b-326af3d45c54 .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-5d974910-27b1-463f-834e-86c3430b33cd {
  margin-bottom: 10px;
text-align: center;
}

#s-5d974910-27b1-463f-834e-86c3430b33cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5d974910-27b1-463f-834e-86c3430b33cd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5d974910-27b1-463f-834e-86c3430b33cd .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-41ddb628-189a-4fa1-884c-1e7359f0cf4e {
  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-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .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-41ddb628-189a-4fa1-884c-1e7359f0cf4e .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-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-41ddb628-189a-4fa1-884c-1e7359f0cf4e-btn-wrapper {
    text-align: center;
  }


#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-variant-btn:hover {
  background: #252525;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-variant-btn:active, #s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-41ddb628-189a-4fa1-884c-1e7359f0cf4e .shg-variant-btn.disabled {
  background: #252525;
}

#s-94c6b258-90fa-4cae-b041-dea7d3863b09 {
  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-94c6b258-90fa-4cae-b041-dea7d3863b09 .shg-product-quantity-wrapper {
  display: flex;
}

#s-94c6b258-90fa-4cae-b041-dea7d3863b09 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4 {
  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-27a852cd-d8d4-44c4-a728-535cb33ca1e4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27a852cd-d8d4-44c4-a728-535cb33ca1e4-atc-btn-wrapper {
    text-align: center;
  }


#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.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-27a852cd-d8d4-44c4-a728-535cb33ca1e4-atc-btn-wrapper {
    text-align: center;
  }


#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.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-27a852cd-d8d4-44c4-a728-535cb33ca1e4-atc-btn-wrapper {
    text-align: center;
  }


#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-27a852cd-d8d4-44c4-a728-535cb33ca1e4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-3ea7a16b-1064-44c1-92c1-f1b0aa43a34b {
  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-3ea7a16b-1064-44c1-92c1-f1b0aa43a34b {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-3ea7a16b-1064-44c1-92c1-f1b0aa43a34b {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-3ea7a16b-1064-44c1-92c1-f1b0aa43a34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ea7a16b-1064-44c1-92c1-f1b0aa43a34b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a68cdc4d-cf73-453d-b4bd-6d074540a20e {
  padding-bottom: 10px;
}

#s-a68cdc4d-cf73-453d-b4bd-6d074540a20e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-69deeebc-80fb-47aa-971f-a0bb7632435d {
  padding-bottom: 10px;
}

#s-69deeebc-80fb-47aa-971f-a0bb7632435d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-76378ba3-13c9-4058-ae3c-cfb1ffcd1d27 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-76378ba3-13c9-4058-ae3c-cfb1ffcd1d27 {
  
}
}
@media (min-width: 0px) {
[id="s-76378ba3-13c9-4058-ae3c-cfb1ffcd1d27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-76378ba3-13c9-4058-ae3c-cfb1ffcd1d27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-76378ba3-13c9-4058-ae3c-cfb1ffcd1d27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-76378ba3-13c9-4058-ae3c-cfb1ffcd1d27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-f61b08bf-2eaf-438b-a878-b25f32e9c28c {
  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-f61b08bf-2eaf-438b-a878-b25f32e9c28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f61b08bf-2eaf-438b-a878-b25f32e9c28c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7bfd94b1-24ab-4cc6-88bb-ca4fbd270d17 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-7bfd94b1-24ab-4cc6-88bb-ca4fbd270d17 {
  display: none;
}
#s-3edc84a3-e406-48dd-911c-da279b2c1607 {
  text-align: left;
}



.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3edc84a3-e406-48dd-911c-da279b2c1607 img.shogun-image {
  width: 100%;
}




#s-88539702-fff6-4238-9dfa-f194141e7e74 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-88539702-fff6-4238-9dfa-f194141e7e74 .shg-gallery-thumb-image-wrapper {
  

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

#s-88539702-fff6-4238-9dfa-f194141e7e74 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-88539702-fff6-4238-9dfa-f194141e7e74 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-88539702-fff6-4238-9dfa-f194141e7e74 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-88539702-fff6-4238-9dfa-f194141e7e74 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-88539702-fff6-4238-9dfa-f194141e7e74 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4d7e0579-02c8-472b-aa94-af91096d9c9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d7e0579-02c8-472b-aa94-af91096d9c9c .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-4d7e0579-02c8-472b-aa94-af91096d9c9c .shogun-heading-component h1 {
  color: #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-4d7e0579-02c8-472b-aa94-af91096d9c9c .shogun-heading-component h1 {
  color: #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-4d7e0579-02c8-472b-aa94-af91096d9c9c .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-4d7e0579-02c8-472b-aa94-af91096d9c9c .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-5f6d7127-e8a0-4bcd-99d8-dee031d36aa2 {
  margin-bottom: 10px;
text-align: center;
}

#s-5f6d7127-e8a0-4bcd-99d8-dee031d36aa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5f6d7127-e8a0-4bcd-99d8-dee031d36aa2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5f6d7127-e8a0-4bcd-99d8-dee031d36aa2 .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-181ecff8-a674-468b-8704-54e076bf3ea0 {
  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-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .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-181ecff8-a674-468b-8704-54e076bf3ea0 .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-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-181ecff8-a674-468b-8704-54e076bf3ea0-btn-wrapper {
    text-align: center;
  }


#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-variant-btn:hover {
  background: #252525;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-variant-btn:active, #s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-181ecff8-a674-468b-8704-54e076bf3ea0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-61e95c15-d8f5-476d-b09c-b257a1325f95 {
  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-61e95c15-d8f5-476d-b09c-b257a1325f95 .shg-product-quantity-wrapper {
  display: flex;
}

#s-61e95c15-d8f5-476d-b09c-b257a1325f95 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-d31556da-68c8-48c7-a688-717882cc1d96 {
  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-d31556da-68c8-48c7-a688-717882cc1d96:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d31556da-68c8-48c7-a688-717882cc1d96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d31556da-68c8-48c7-a688-717882cc1d96-atc-btn-wrapper {
    text-align: center;
  }


#s-d31556da-68c8-48c7-a688-717882cc1d96 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-d31556da-68c8-48c7-a688-717882cc1d96.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-d31556da-68c8-48c7-a688-717882cc1d96-atc-btn-wrapper {
    text-align: center;
  }


#s-d31556da-68c8-48c7-a688-717882cc1d96 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d31556da-68c8-48c7-a688-717882cc1d96.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-d31556da-68c8-48c7-a688-717882cc1d96-atc-btn-wrapper {
    text-align: center;
  }


#s-d31556da-68c8-48c7-a688-717882cc1d96 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-d31556da-68c8-48c7-a688-717882cc1d96.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-d31556da-68c8-48c7-a688-717882cc1d96.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-e0afb931-028a-4c83-a94b-d24d16aa5f36 {
  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-e0afb931-028a-4c83-a94b-d24d16aa5f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0afb931-028a-4c83-a94b-d24d16aa5f36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-44c6a5bb-f78f-4859-876c-2d1edd144255 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-44c6a5bb-f78f-4859-876c-2d1edd144255 {
  display: none;
}
#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 {
  text-align: left;
}



.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04fc8381-5b36-4625-824e-7ecbbd1381e6 img.shogun-image {
  width: 100%;
}




#s-09b2b0c5-6701-4409-99b6-1386e31a5e39 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-09b2b0c5-6701-4409-99b6-1386e31a5e39 .shg-gallery-thumb-image-wrapper {
  

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

#s-09b2b0c5-6701-4409-99b6-1386e31a5e39 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-09b2b0c5-6701-4409-99b6-1386e31a5e39 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-09b2b0c5-6701-4409-99b6-1386e31a5e39 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-09b2b0c5-6701-4409-99b6-1386e31a5e39 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-09b2b0c5-6701-4409-99b6-1386e31a5e39 .shg-gallery-dot {
  background-color: #FFF;
}

#s-06cdd51d-0f10-44ed-8031-f6c380f8c942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06cdd51d-0f10-44ed-8031-f6c380f8c942 .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-06cdd51d-0f10-44ed-8031-f6c380f8c942 .shogun-heading-component h1 {
  color: #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-06cdd51d-0f10-44ed-8031-f6c380f8c942 .shogun-heading-component h1 {
  color: #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-06cdd51d-0f10-44ed-8031-f6c380f8c942 .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-06cdd51d-0f10-44ed-8031-f6c380f8c942 .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-a646c4a8-0ae9-498b-a091-36b2964e0d44 {
  margin-bottom: 10px;
text-align: center;
}

#s-a646c4a8-0ae9-498b-a091-36b2964e0d44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a646c4a8-0ae9-498b-a091-36b2964e0d44 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a646c4a8-0ae9-498b-a091-36b2964e0d44 .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-48f65c70-079d-4347-beb0-577f85690d18 {
  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-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .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-48f65c70-079d-4347-beb0-577f85690d18 .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-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-48f65c70-079d-4347-beb0-577f85690d18-btn-wrapper {
    text-align: center;
  }


#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-variant-btn:hover {
  background: #252525;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-variant-btn:active, #s-48f65c70-079d-4347-beb0-577f85690d18 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-48f65c70-079d-4347-beb0-577f85690d18 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ac9faad7-d064-484f-a7df-206fd7ee55a2 {
  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-ac9faad7-d064-484f-a7df-206fd7ee55a2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ac9faad7-d064-484f-a7df-206fd7ee55a2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-16805d31-a34e-40bf-9ed4-9743938f6b5a {
  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-16805d31-a34e-40bf-9ed4-9743938f6b5a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16805d31-a34e-40bf-9ed4-9743938f6b5a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16805d31-a34e-40bf-9ed4-9743938f6b5a-atc-btn-wrapper {
    text-align: center;
  }


#s-16805d31-a34e-40bf-9ed4-9743938f6b5a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-16805d31-a34e-40bf-9ed4-9743938f6b5a.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-16805d31-a34e-40bf-9ed4-9743938f6b5a-atc-btn-wrapper {
    text-align: center;
  }


#s-16805d31-a34e-40bf-9ed4-9743938f6b5a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-16805d31-a34e-40bf-9ed4-9743938f6b5a.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-16805d31-a34e-40bf-9ed4-9743938f6b5a-atc-btn-wrapper {
    text-align: center;
  }


#s-16805d31-a34e-40bf-9ed4-9743938f6b5a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-16805d31-a34e-40bf-9ed4-9743938f6b5a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-82e2e20b-4a42-4953-a54f-44546aa70849 {
  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-82e2e20b-4a42-4953-a54f-44546aa70849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82e2e20b-4a42-4953-a54f-44546aa70849.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d8d6f0dc-cac4-4491-b1b1-c1d09aaf5ff0 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d8d6f0dc-cac4-4491-b1b1-c1d09aaf5ff0 {
  display: none;
}
#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf {
  text-align: left;
}



.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf img.shogun-image {
  width: 100%;
}



}

.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a3cb42-3bb9-4c16-bfea-1704cacf6baf img.shogun-image {
  width: 100%;
}




#s-f1de451c-e455-40f5-bd87-d5265e4236bd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f1de451c-e455-40f5-bd87-d5265e4236bd .shg-gallery-thumb-image-wrapper {
  

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

#s-f1de451c-e455-40f5-bd87-d5265e4236bd .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f1de451c-e455-40f5-bd87-d5265e4236bd .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f1de451c-e455-40f5-bd87-d5265e4236bd .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f1de451c-e455-40f5-bd87-d5265e4236bd .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f1de451c-e455-40f5-bd87-d5265e4236bd .shg-gallery-dot {
  background-color: #FFF;
}

#s-2a6178c8-2659-489c-927f-9e4e4616203e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a6178c8-2659-489c-927f-9e4e4616203e .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-2a6178c8-2659-489c-927f-9e4e4616203e .shogun-heading-component h1 {
  color: #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-2a6178c8-2659-489c-927f-9e4e4616203e .shogun-heading-component h1 {
  color: #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-2a6178c8-2659-489c-927f-9e4e4616203e .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-2a6178c8-2659-489c-927f-9e4e4616203e .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-77d79992-1cdb-4096-b873-f421a250af75 {
  margin-bottom: 10px;
text-align: center;
}

#s-77d79992-1cdb-4096-b873-f421a250af75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-77d79992-1cdb-4096-b873-f421a250af75 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-77d79992-1cdb-4096-b873-f421a250af75 .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-81813e98-7ced-45ac-9588-23963c1a03f7 {
  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-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .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-81813e98-7ced-45ac-9588-23963c1a03f7 .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-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-81813e98-7ced-45ac-9588-23963c1a03f7-btn-wrapper {
    text-align: center;
  }


#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-variant-btn:hover {
  background: #252525;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-variant-btn:active, #s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-81813e98-7ced-45ac-9588-23963c1a03f7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6e8a419f-ebfd-48e6-bbef-f8278fca1b07 {
  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-6e8a419f-ebfd-48e6-bbef-f8278fca1b07 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6e8a419f-ebfd-48e6-bbef-f8278fca1b07 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-6ec637d4-3976-46ce-8311-93f4ad931010 {
  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-6ec637d4-3976-46ce-8311-93f4ad931010:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ec637d4-3976-46ce-8311-93f4ad931010:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ec637d4-3976-46ce-8311-93f4ad931010-atc-btn-wrapper {
    text-align: center;
  }


#s-6ec637d4-3976-46ce-8311-93f4ad931010 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-6ec637d4-3976-46ce-8311-93f4ad931010.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-6ec637d4-3976-46ce-8311-93f4ad931010-atc-btn-wrapper {
    text-align: center;
  }


#s-6ec637d4-3976-46ce-8311-93f4ad931010 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6ec637d4-3976-46ce-8311-93f4ad931010.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-6ec637d4-3976-46ce-8311-93f4ad931010-atc-btn-wrapper {
    text-align: center;
  }


#s-6ec637d4-3976-46ce-8311-93f4ad931010 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6ec637d4-3976-46ce-8311-93f4ad931010.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-ec78c9da-b32b-4201-97c0-a7c194cb7bed {
  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-ec78c9da-b32b-4201-97c0-a7c194cb7bed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec78c9da-b32b-4201-97c0-a7c194cb7bed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-97127b0d-ab0e-472e-82b5-0a66e3dba656 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-97127b0d-ab0e-472e-82b5-0a66e3dba656 {
  display: none;
}
#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d {
  text-align: left;
}



.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c31e8867-6cdc-4659-80b5-3d8e0893c35d img.shogun-image {
  width: 100%;
}




#s-1be60c28-cf43-41d7-b67d-6cb033e45540 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-1be60c28-cf43-41d7-b67d-6cb033e45540 .shg-gallery-thumb-image-wrapper {
  

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

#s-1be60c28-cf43-41d7-b67d-6cb033e45540 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1be60c28-cf43-41d7-b67d-6cb033e45540 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1be60c28-cf43-41d7-b67d-6cb033e45540 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1be60c28-cf43-41d7-b67d-6cb033e45540 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1be60c28-cf43-41d7-b67d-6cb033e45540 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d716431c-bb37-4d4e-9644-73b97f99565f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d716431c-bb37-4d4e-9644-73b97f99565f .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-d716431c-bb37-4d4e-9644-73b97f99565f .shogun-heading-component h1 {
  color: #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-d716431c-bb37-4d4e-9644-73b97f99565f .shogun-heading-component h1 {
  color: #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-d716431c-bb37-4d4e-9644-73b97f99565f .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-d716431c-bb37-4d4e-9644-73b97f99565f .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-f88357ef-ce59-4618-af30-2bc3564bc9ab {
  margin-bottom: 10px;
text-align: center;
}

#s-f88357ef-ce59-4618-af30-2bc3564bc9ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-f88357ef-ce59-4618-af30-2bc3564bc9ab .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f88357ef-ce59-4618-af30-2bc3564bc9ab .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-a2d0abc6-061a-428c-b60a-926606587fb7 {
  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-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .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-a2d0abc6-061a-428c-b60a-926606587fb7 .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-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a2d0abc6-061a-428c-b60a-926606587fb7-btn-wrapper {
    text-align: center;
  }


#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-variant-btn:hover {
  background: #252525;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-variant-btn:active, #s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a2d0abc6-061a-428c-b60a-926606587fb7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-683795d0-9773-454d-8444-ba570f2bcb12 {
  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-683795d0-9773-454d-8444-ba570f2bcb12 .shg-product-quantity-wrapper {
  display: flex;
}

#s-683795d0-9773-454d-8444-ba570f2bcb12 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e930eef9-2930-4ef2-8c15-2216533c7459 {
  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-e930eef9-2930-4ef2-8c15-2216533c7459:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e930eef9-2930-4ef2-8c15-2216533c7459:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e930eef9-2930-4ef2-8c15-2216533c7459-atc-btn-wrapper {
    text-align: center;
  }


#s-e930eef9-2930-4ef2-8c15-2216533c7459 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e930eef9-2930-4ef2-8c15-2216533c7459.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-e930eef9-2930-4ef2-8c15-2216533c7459-atc-btn-wrapper {
    text-align: center;
  }


#s-e930eef9-2930-4ef2-8c15-2216533c7459 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e930eef9-2930-4ef2-8c15-2216533c7459.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-e930eef9-2930-4ef2-8c15-2216533c7459-atc-btn-wrapper {
    text-align: center;
  }


#s-e930eef9-2930-4ef2-8c15-2216533c7459 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e930eef9-2930-4ef2-8c15-2216533c7459.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b5f7e122-c6a9-4728-95d7-ddb3d9bfcabb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5f7e122-c6a9-4728-95d7-ddb3d9bfcabb {
  
}
}
@media (min-width: 0px) {
[id="s-b5f7e122-c6a9-4728-95d7-ddb3d9bfcabb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b5f7e122-c6a9-4728-95d7-ddb3d9bfcabb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b5f7e122-c6a9-4728-95d7-ddb3d9bfcabb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5f7e122-c6a9-4728-95d7-ddb3d9bfcabb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-041d786c-d0be-4c64-81ef-d13ecc0e61f7 {
  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-041d786c-d0be-4c64-81ef-d13ecc0e61f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-041d786c-d0be-4c64-81ef-d13ecc0e61f7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc50033b-5810-46f5-89e7-8d1e70bd1c46 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cc50033b-5810-46f5-89e7-8d1e70bd1c46 {
  display: none;
}
#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 {
  text-align: left;
}



.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71bb1ff-ed3c-446d-b7eb-bd5615f67719 img.shogun-image {
  width: 100%;
}




#s-1efc26f1-acc3-4bf7-90a8-eddd0923ae61 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-1efc26f1-acc3-4bf7-90a8-eddd0923ae61 .shg-gallery-thumb-image-wrapper {
  

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

#s-1efc26f1-acc3-4bf7-90a8-eddd0923ae61 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1efc26f1-acc3-4bf7-90a8-eddd0923ae61 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1efc26f1-acc3-4bf7-90a8-eddd0923ae61 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1efc26f1-acc3-4bf7-90a8-eddd0923ae61 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1efc26f1-acc3-4bf7-90a8-eddd0923ae61 .shg-gallery-dot {
  background-color: #FFF;
}

#s-e89659e9-c5e1-41e2-8e3e-b9324fffe73e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e89659e9-c5e1-41e2-8e3e-b9324fffe73e .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-e89659e9-c5e1-41e2-8e3e-b9324fffe73e .shogun-heading-component h1 {
  color: #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-e89659e9-c5e1-41e2-8e3e-b9324fffe73e .shogun-heading-component h1 {
  color: #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-e89659e9-c5e1-41e2-8e3e-b9324fffe73e .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-e89659e9-c5e1-41e2-8e3e-b9324fffe73e .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-0864cd3e-6e30-46f4-9169-74e8357279ef {
  margin-bottom: 10px;
text-align: center;
}

#s-0864cd3e-6e30-46f4-9169-74e8357279ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-0864cd3e-6e30-46f4-9169-74e8357279ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-0864cd3e-6e30-46f4-9169-74e8357279ef .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-f939faeb-0fec-4992-91d7-2d07d4adc886 {
  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-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .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-f939faeb-0fec-4992-91d7-2d07d4adc886 .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-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f939faeb-0fec-4992-91d7-2d07d4adc886-btn-wrapper {
    text-align: center;
  }


#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-variant-btn:hover {
  background: #252525;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-variant-btn:active, #s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f939faeb-0fec-4992-91d7-2d07d4adc886 .shg-variant-btn.disabled {
  background: #252525;
}

#s-51fd07b0-226e-4c30-9904-433024401df7 {
  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-51fd07b0-226e-4c30-9904-433024401df7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-51fd07b0-226e-4c30-9904-433024401df7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a3860626-c5d0-4155-9303-ba27d85e2884 {
  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-a3860626-c5d0-4155-9303-ba27d85e2884:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3860626-c5d0-4155-9303-ba27d85e2884:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3860626-c5d0-4155-9303-ba27d85e2884-atc-btn-wrapper {
    text-align: center;
  }


#s-a3860626-c5d0-4155-9303-ba27d85e2884 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a3860626-c5d0-4155-9303-ba27d85e2884.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-a3860626-c5d0-4155-9303-ba27d85e2884-atc-btn-wrapper {
    text-align: center;
  }


#s-a3860626-c5d0-4155-9303-ba27d85e2884 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a3860626-c5d0-4155-9303-ba27d85e2884.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-a3860626-c5d0-4155-9303-ba27d85e2884-atc-btn-wrapper {
    text-align: center;
  }


#s-a3860626-c5d0-4155-9303-ba27d85e2884 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a3860626-c5d0-4155-9303-ba27d85e2884.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7e16a2ae-e352-46c1-901d-c07bc4738811 {
  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-7e16a2ae-e352-46c1-901d-c07bc4738811 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7e16a2ae-e352-46c1-901d-c07bc4738811 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7e16a2ae-e352-46c1-901d-c07bc4738811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e16a2ae-e352-46c1-901d-c07bc4738811.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64947457-235b-4a88-bb0d-1262e6b77ecf {
  padding-bottom: 10px;
}

#s-64947457-235b-4a88-bb0d-1262e6b77ecf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d94cc6ac-1e78-4c6e-b92b-ea55b13d5739 {
  padding-bottom: 10px;
}

#s-d94cc6ac-1e78-4c6e-b92b-ea55b13d5739 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5978f07a-7346-4feb-94a9-a5a542655f35 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-5978f07a-7346-4feb-94a9-a5a542655f35 {
  
}
}
@media (min-width: 0px) {
[id="s-5978f07a-7346-4feb-94a9-a5a542655f35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5978f07a-7346-4feb-94a9-a5a542655f35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-5978f07a-7346-4feb-94a9-a5a542655f35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-5978f07a-7346-4feb-94a9-a5a542655f35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-d9246608-a8cf-4791-826b-4f017bcb2d9e {
  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-d9246608-a8cf-4791-826b-4f017bcb2d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9246608-a8cf-4791-826b-4f017bcb2d9e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-97d3b4a0-8093-4eb4-ae82-ad24547f73d6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-97d3b4a0-8093-4eb4-ae82-ad24547f73d6 {
  display: none;
}
#s-1009c717-4294-4b87-94ba-cae709834b56 {
  text-align: left;
}



.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1009c717-4294-4b87-94ba-cae709834b56 img.shogun-image {
  width: 100%;
}




#s-c9c603ca-e0f4-4512-9534-eb236f9803f9 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c9c603ca-e0f4-4512-9534-eb236f9803f9 .shg-gallery-thumb-image-wrapper {
  

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

#s-c9c603ca-e0f4-4512-9534-eb236f9803f9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c9c603ca-e0f4-4512-9534-eb236f9803f9 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c9c603ca-e0f4-4512-9534-eb236f9803f9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c9c603ca-e0f4-4512-9534-eb236f9803f9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c9c603ca-e0f4-4512-9534-eb236f9803f9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-f32cd8f9-7880-44c5-af94-703173773672 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f32cd8f9-7880-44c5-af94-703173773672 .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-f32cd8f9-7880-44c5-af94-703173773672 .shogun-heading-component h1 {
  color: #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-f32cd8f9-7880-44c5-af94-703173773672 .shogun-heading-component h1 {
  color: #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-f32cd8f9-7880-44c5-af94-703173773672 .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-f32cd8f9-7880-44c5-af94-703173773672 .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-c2584a38-9c1c-4f73-83a5-77dcebd82ea0 {
  margin-bottom: 10px;
text-align: center;
}

#s-c2584a38-9c1c-4f73-83a5-77dcebd82ea0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-c2584a38-9c1c-4f73-83a5-77dcebd82ea0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-c2584a38-9c1c-4f73-83a5-77dcebd82ea0 .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-83c316a3-a75f-485e-a7fe-eebf949bdb23 {
  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-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .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-83c316a3-a75f-485e-a7fe-eebf949bdb23 .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-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-83c316a3-a75f-485e-a7fe-eebf949bdb23-btn-wrapper {
    text-align: center;
  }


#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-variant-btn:hover {
  background: #252525;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-variant-btn:active, #s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-83c316a3-a75f-485e-a7fe-eebf949bdb23 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c6466708-015a-4b7a-9d13-aed474af580f {
  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-c6466708-015a-4b7a-9d13-aed474af580f .shg-product-quantity-wrapper {
  display: flex;
}

#s-c6466708-015a-4b7a-9d13-aed474af580f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e {
  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-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e-atc-btn-wrapper {
    text-align: center;
  }


#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.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-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e-atc-btn-wrapper {
    text-align: center;
  }


#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.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-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e-atc-btn-wrapper {
    text-align: center;
  }


#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4a49a2b9-306e-41f5-9ba2-1b56b4d2659e.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-bdc209bb-d140-4867-8f0e-bfb6cbbf5450 {
  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-bdc209bb-d140-4867-8f0e-bfb6cbbf5450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdc209bb-d140-4867-8f0e-bfb6cbbf5450.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2aff8d5c-8d30-40b8-84ef-0f8ac4f5bda3 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2aff8d5c-8d30-40b8-84ef-0f8ac4f5bda3 {
  display: none;
}
#s-fe497e50-e3f2-4e13-9877-97c4725d8753 {
  text-align: left;
}



.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe497e50-e3f2-4e13-9877-97c4725d8753 img.shogun-image {
  width: 100%;
}




#s-b049613a-62f3-4563-910e-3d38e886b409 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b049613a-62f3-4563-910e-3d38e886b409 .shg-gallery-thumb-image-wrapper {
  

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

#s-b049613a-62f3-4563-910e-3d38e886b409 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b049613a-62f3-4563-910e-3d38e886b409 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b049613a-62f3-4563-910e-3d38e886b409 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b049613a-62f3-4563-910e-3d38e886b409 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b049613a-62f3-4563-910e-3d38e886b409 .shg-gallery-dot {
  background-color: #FFF;
}

#s-b6019298-fb98-4c59-bfc8-ee9e6be656c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6019298-fb98-4c59-bfc8-ee9e6be656c8 .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-b6019298-fb98-4c59-bfc8-ee9e6be656c8 .shogun-heading-component h1 {
  color: #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-b6019298-fb98-4c59-bfc8-ee9e6be656c8 .shogun-heading-component h1 {
  color: #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-b6019298-fb98-4c59-bfc8-ee9e6be656c8 .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-b6019298-fb98-4c59-bfc8-ee9e6be656c8 .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-5ca0906e-3de4-4457-8493-ebe677c9e415 {
  margin-bottom: 10px;
text-align: center;
}

#s-5ca0906e-3de4-4457-8493-ebe677c9e415 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5ca0906e-3de4-4457-8493-ebe677c9e415 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5ca0906e-3de4-4457-8493-ebe677c9e415 .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-7302f037-46cf-43e0-b3c1-27cfdb5d952d {
  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-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .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-7302f037-46cf-43e0-b3c1-27cfdb5d952d .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-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7302f037-46cf-43e0-b3c1-27cfdb5d952d-btn-wrapper {
    text-align: center;
  }


#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-variant-btn:hover {
  background: #252525;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-variant-btn:active, #s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7302f037-46cf-43e0-b3c1-27cfdb5d952d .shg-variant-btn.disabled {
  background: #252525;
}

#s-7bc21c47-baac-48a9-84fb-d8011e0efb6b {
  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-7bc21c47-baac-48a9-84fb-d8011e0efb6b .shg-product-quantity-wrapper {
  display: flex;
}

#s-7bc21c47-baac-48a9-84fb-d8011e0efb6b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-aa711403-636e-4519-bc01-d9f51bf417bd {
  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-aa711403-636e-4519-bc01-d9f51bf417bd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa711403-636e-4519-bc01-d9f51bf417bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa711403-636e-4519-bc01-d9f51bf417bd-atc-btn-wrapper {
    text-align: center;
  }


#s-aa711403-636e-4519-bc01-d9f51bf417bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-aa711403-636e-4519-bc01-d9f51bf417bd.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-aa711403-636e-4519-bc01-d9f51bf417bd-atc-btn-wrapper {
    text-align: center;
  }


#s-aa711403-636e-4519-bc01-d9f51bf417bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-aa711403-636e-4519-bc01-d9f51bf417bd.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-aa711403-636e-4519-bc01-d9f51bf417bd-atc-btn-wrapper {
    text-align: center;
  }


#s-aa711403-636e-4519-bc01-d9f51bf417bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-aa711403-636e-4519-bc01-d9f51bf417bd.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-25058c5f-40a4-4a77-be61-ccb1aab60aba {
  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-25058c5f-40a4-4a77-be61-ccb1aab60aba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25058c5f-40a4-4a77-be61-ccb1aab60aba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-52bf7f3e-b58d-4b6b-8052-25cea64e0353 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-52bf7f3e-b58d-4b6b-8052-25cea64e0353 {
  display: none;
}
#s-c96e3d85-c461-424c-afda-857c4ee15fd4 {
  text-align: left;
}



.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96e3d85-c461-424c-afda-857c4ee15fd4 img.shogun-image {
  width: 100%;
}




#s-f05a4122-21d0-402a-8e6a-ea10853b3dc1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f05a4122-21d0-402a-8e6a-ea10853b3dc1 .shg-gallery-thumb-image-wrapper {
  

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

#s-f05a4122-21d0-402a-8e6a-ea10853b3dc1 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f05a4122-21d0-402a-8e6a-ea10853b3dc1 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f05a4122-21d0-402a-8e6a-ea10853b3dc1 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f05a4122-21d0-402a-8e6a-ea10853b3dc1 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f05a4122-21d0-402a-8e6a-ea10853b3dc1 .shg-gallery-dot {
  background-color: #FFF;
}

#s-5d35bc73-c2a7-4276-87f7-39382ec67db3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d35bc73-c2a7-4276-87f7-39382ec67db3 .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-5d35bc73-c2a7-4276-87f7-39382ec67db3 .shogun-heading-component h1 {
  color: #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-5d35bc73-c2a7-4276-87f7-39382ec67db3 .shogun-heading-component h1 {
  color: #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-5d35bc73-c2a7-4276-87f7-39382ec67db3 .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-5d35bc73-c2a7-4276-87f7-39382ec67db3 .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-95aba0db-fa59-4262-9c20-06bd04b7693d {
  margin-bottom: 10px;
text-align: center;
}

#s-95aba0db-fa59-4262-9c20-06bd04b7693d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-95aba0db-fa59-4262-9c20-06bd04b7693d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-95aba0db-fa59-4262-9c20-06bd04b7693d .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-66ceee66-cf22-4902-b987-42180b117362 {
  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-66ceee66-cf22-4902-b987-42180b117362 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .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-66ceee66-cf22-4902-b987-42180b117362 .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-66ceee66-cf22-4902-b987-42180b117362 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-66ceee66-cf22-4902-b987-42180b117362-btn-wrapper {
    text-align: center;
  }


#s-66ceee66-cf22-4902-b987-42180b117362 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-variant-btn:hover {
  background: #252525;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-variant-btn:active, #s-66ceee66-cf22-4902-b987-42180b117362 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-66ceee66-cf22-4902-b987-42180b117362 .shg-variant-btn.disabled {
  background: #252525;
}

#s-290bfcbf-4d77-4a07-a508-4edd7d56602c {
  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-290bfcbf-4d77-4a07-a508-4edd7d56602c .shg-product-quantity-wrapper {
  display: flex;
}

#s-290bfcbf-4d77-4a07-a508-4edd7d56602c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70 {
  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-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70-atc-btn-wrapper {
    text-align: center;
  }


#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.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-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70-atc-btn-wrapper {
    text-align: center;
  }


#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.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-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70-atc-btn-wrapper {
    text-align: center;
  }


#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-99ed9b0e-6ed0-4f59-a9b8-23af6d3ced70.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b83910ff-f59d-4e53-92f3-308b90390105 {
  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-b83910ff-f59d-4e53-92f3-308b90390105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83910ff-f59d-4e53-92f3-308b90390105.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7a0aa07-e34d-42b3-89c1-af34564181b0 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d7a0aa07-e34d-42b3-89c1-af34564181b0 {
  display: none;
}
#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 {
  text-align: left;
}



.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e589567-5f03-4c17-b6e4-7ab1612080e5 img.shogun-image {
  width: 100%;
}




#s-bc5a5361-4210-4bbc-a8e0-4e39d41b397b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-bc5a5361-4210-4bbc-a8e0-4e39d41b397b .shg-gallery-thumb-image-wrapper {
  

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

#s-bc5a5361-4210-4bbc-a8e0-4e39d41b397b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-bc5a5361-4210-4bbc-a8e0-4e39d41b397b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-bc5a5361-4210-4bbc-a8e0-4e39d41b397b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-bc5a5361-4210-4bbc-a8e0-4e39d41b397b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-bc5a5361-4210-4bbc-a8e0-4e39d41b397b .shg-gallery-dot {
  background-color: #FFF;
}

#s-a7a3f90e-e50f-495f-bb14-52ca63cd40fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7a3f90e-e50f-495f-bb14-52ca63cd40fc .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-a7a3f90e-e50f-495f-bb14-52ca63cd40fc .shogun-heading-component h1 {
  color: #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-a7a3f90e-e50f-495f-bb14-52ca63cd40fc .shogun-heading-component h1 {
  color: #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-a7a3f90e-e50f-495f-bb14-52ca63cd40fc .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-a7a3f90e-e50f-495f-bb14-52ca63cd40fc .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-1feb49b9-e6be-4a2f-9faa-0674b17f5e4e {
  margin-bottom: 10px;
text-align: center;
}

#s-1feb49b9-e6be-4a2f-9faa-0674b17f5e4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1feb49b9-e6be-4a2f-9faa-0674b17f5e4e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1feb49b9-e6be-4a2f-9faa-0674b17f5e4e .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-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 {
  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-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .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-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .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-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93-btn-wrapper {
    text-align: center;
  }


#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-variant-btn:hover {
  background: #252525;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-variant-btn:active, #s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-eafe6b82-edb7-430f-aa3a-35fa58d0bf93 .shg-variant-btn.disabled {
  background: #252525;
}

#s-986ba0c1-0678-4b9d-84e6-ae5b0c920dc7 {
  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-986ba0c1-0678-4b9d-84e6-ae5b0c920dc7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-986ba0c1-0678-4b9d-84e6-ae5b0c920dc7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b {
  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-9aa35320-70e1-4bb6-86b9-cc10b42d103b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9aa35320-70e1-4bb6-86b9-cc10b42d103b-atc-btn-wrapper {
    text-align: center;
  }


#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.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-9aa35320-70e1-4bb6-86b9-cc10b42d103b-atc-btn-wrapper {
    text-align: center;
  }


#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.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-9aa35320-70e1-4bb6-86b9-cc10b42d103b-atc-btn-wrapper {
    text-align: center;
  }


#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9aa35320-70e1-4bb6-86b9-cc10b42d103b.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-258ae3a8-639b-439c-9be5-f13bdefa2d57 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-258ae3a8-639b-439c-9be5-f13bdefa2d57 {
  
}
}
@media (min-width: 0px) {
[id="s-258ae3a8-639b-439c-9be5-f13bdefa2d57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-258ae3a8-639b-439c-9be5-f13bdefa2d57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-258ae3a8-639b-439c-9be5-f13bdefa2d57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-258ae3a8-639b-439c-9be5-f13bdefa2d57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-4ecc3027-c9ec-40df-a887-c1924d4cbbdf {
  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-4ecc3027-c9ec-40df-a887-c1924d4cbbdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ecc3027-c9ec-40df-a887-c1924d4cbbdf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8d4a8fd0-035a-4ae8-869a-f4962bb738bd {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-8d4a8fd0-035a-4ae8-869a-f4962bb738bd {
  display: none;
}
#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 {
  text-align: left;
}



.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1dc9c04-14c7-48d7-bbac-f73b25355bd9 img.shogun-image {
  width: 100%;
}




#s-e6ef7fe9-6fbd-438f-82f4-4a258fcb7373 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e6ef7fe9-6fbd-438f-82f4-4a258fcb7373 .shg-gallery-thumb-image-wrapper {
  

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

#s-e6ef7fe9-6fbd-438f-82f4-4a258fcb7373 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e6ef7fe9-6fbd-438f-82f4-4a258fcb7373 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e6ef7fe9-6fbd-438f-82f4-4a258fcb7373 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e6ef7fe9-6fbd-438f-82f4-4a258fcb7373 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e6ef7fe9-6fbd-438f-82f4-4a258fcb7373 .shg-gallery-dot {
  background-color: #FFF;
}

#s-e3c994f2-806d-4319-9299-ee46d7e745a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3c994f2-806d-4319-9299-ee46d7e745a4 .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-e3c994f2-806d-4319-9299-ee46d7e745a4 .shogun-heading-component h1 {
  color: #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-e3c994f2-806d-4319-9299-ee46d7e745a4 .shogun-heading-component h1 {
  color: #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-e3c994f2-806d-4319-9299-ee46d7e745a4 .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-e3c994f2-806d-4319-9299-ee46d7e745a4 .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-68efe3b8-4f47-4c49-b99b-944e6d5f18bd {
  margin-bottom: 10px;
text-align: center;
}

#s-68efe3b8-4f47-4c49-b99b-944e6d5f18bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-68efe3b8-4f47-4c49-b99b-944e6d5f18bd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-68efe3b8-4f47-4c49-b99b-944e6d5f18bd .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-39d0fd30-19c0-44cf-8e78-4e4feef98ecc {
  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-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .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-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .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-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc-btn-wrapper {
    text-align: center;
  }


#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-variant-btn:hover {
  background: #252525;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-variant-btn:active, #s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-39d0fd30-19c0-44cf-8e78-4e4feef98ecc .shg-variant-btn.disabled {
  background: #252525;
}

#s-ef82656f-4dba-4928-9780-0b41b620e08d {
  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-ef82656f-4dba-4928-9780-0b41b620e08d .shg-product-quantity-wrapper {
  display: flex;
}

#s-ef82656f-4dba-4928-9780-0b41b620e08d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f2dce691-085f-412a-b2de-16a0a0cfbe80 {
  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-f2dce691-085f-412a-b2de-16a0a0cfbe80:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2dce691-085f-412a-b2de-16a0a0cfbe80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2dce691-085f-412a-b2de-16a0a0cfbe80-atc-btn-wrapper {
    text-align: center;
  }


#s-f2dce691-085f-412a-b2de-16a0a0cfbe80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-f2dce691-085f-412a-b2de-16a0a0cfbe80.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-f2dce691-085f-412a-b2de-16a0a0cfbe80-atc-btn-wrapper {
    text-align: center;
  }


#s-f2dce691-085f-412a-b2de-16a0a0cfbe80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f2dce691-085f-412a-b2de-16a0a0cfbe80.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-f2dce691-085f-412a-b2de-16a0a0cfbe80-atc-btn-wrapper {
    text-align: center;
  }


#s-f2dce691-085f-412a-b2de-16a0a0cfbe80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f2dce691-085f-412a-b2de-16a0a0cfbe80.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-bec5db2e-48bc-4b03-b421-cfa89fb109e7 {
  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-bec5db2e-48bc-4b03-b421-cfa89fb109e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec5db2e-48bc-4b03-b421-cfa89fb109e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27994a4c-057f-436e-9145-d05e7dfe92a3 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-27994a4c-057f-436e-9145-d05e7dfe92a3 {
  display: none;
}
#s-99da817a-fbbc-42fc-8b26-1818f81308a9 {
  text-align: left;
}



.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99da817a-fbbc-42fc-8b26-1818f81308a9 img.shogun-image {
  width: 100%;
}




#s-b708e1ec-0de5-4b05-98be-11ad19df9468 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b708e1ec-0de5-4b05-98be-11ad19df9468 .shg-gallery-thumb-image-wrapper {
  

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

#s-b708e1ec-0de5-4b05-98be-11ad19df9468 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b708e1ec-0de5-4b05-98be-11ad19df9468 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b708e1ec-0de5-4b05-98be-11ad19df9468 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b708e1ec-0de5-4b05-98be-11ad19df9468 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b708e1ec-0de5-4b05-98be-11ad19df9468 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d7837aa2-da7d-4cbf-8811-6049aa9db2bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7837aa2-da7d-4cbf-8811-6049aa9db2bb .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-d7837aa2-da7d-4cbf-8811-6049aa9db2bb .shogun-heading-component h1 {
  color: #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-d7837aa2-da7d-4cbf-8811-6049aa9db2bb .shogun-heading-component h1 {
  color: #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-d7837aa2-da7d-4cbf-8811-6049aa9db2bb .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-d7837aa2-da7d-4cbf-8811-6049aa9db2bb .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-3d8b8e8a-2a73-4529-bfdb-e8040dc5fa43 {
  margin-bottom: 10px;
text-align: center;
}

#s-3d8b8e8a-2a73-4529-bfdb-e8040dc5fa43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3d8b8e8a-2a73-4529-bfdb-e8040dc5fa43 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3d8b8e8a-2a73-4529-bfdb-e8040dc5fa43 .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-a7c8a72b-85f9-41af-8862-d33a7cdfd66d {
  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-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .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-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .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-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d-btn-wrapper {
    text-align: center;
  }


#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-variant-btn:hover {
  background: #252525;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-variant-btn:active, #s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a7c8a72b-85f9-41af-8862-d33a7cdfd66d .shg-variant-btn.disabled {
  background: #252525;
}

#s-1d1dbae2-eccf-4fe7-a77a-159d03b0b039 {
  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-1d1dbae2-eccf-4fe7-a77a-159d03b0b039 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1d1dbae2-eccf-4fe7-a77a-159d03b0b039 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a3a30bcb-62af-4d75-b912-5d566ee00e04 {
  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-a3a30bcb-62af-4d75-b912-5d566ee00e04:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3a30bcb-62af-4d75-b912-5d566ee00e04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3a30bcb-62af-4d75-b912-5d566ee00e04-atc-btn-wrapper {
    text-align: center;
  }


#s-a3a30bcb-62af-4d75-b912-5d566ee00e04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a3a30bcb-62af-4d75-b912-5d566ee00e04.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-a3a30bcb-62af-4d75-b912-5d566ee00e04-atc-btn-wrapper {
    text-align: center;
  }


#s-a3a30bcb-62af-4d75-b912-5d566ee00e04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a3a30bcb-62af-4d75-b912-5d566ee00e04.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-a3a30bcb-62af-4d75-b912-5d566ee00e04-atc-btn-wrapper {
    text-align: center;
  }


#s-a3a30bcb-62af-4d75-b912-5d566ee00e04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a3a30bcb-62af-4d75-b912-5d566ee00e04.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-369a8c09-1b5a-46bc-a55f-0f7df980786d {
  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-369a8c09-1b5a-46bc-a55f-0f7df980786d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-369a8c09-1b5a-46bc-a55f-0f7df980786d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86c5af82-ef0f-4ab7-a153-89bc93f726ce {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-86c5af82-ef0f-4ab7-a153-89bc93f726ce {
  display: none;
}
#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 {
  text-align: left;
}



.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ba85f4a-aacc-475a-91e1-bf6882b6a878 img.shogun-image {
  width: 100%;
}




#s-6f5d0b06-939f-42ca-b600-7b14ff015cb1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6f5d0b06-939f-42ca-b600-7b14ff015cb1 .shg-gallery-thumb-image-wrapper {
  

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

#s-6f5d0b06-939f-42ca-b600-7b14ff015cb1 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6f5d0b06-939f-42ca-b600-7b14ff015cb1 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6f5d0b06-939f-42ca-b600-7b14ff015cb1 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6f5d0b06-939f-42ca-b600-7b14ff015cb1 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6f5d0b06-939f-42ca-b600-7b14ff015cb1 .shg-gallery-dot {
  background-color: #FFF;
}

#s-8ebb261f-e9ac-42a1-886d-1e6d44a35d79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ebb261f-e9ac-42a1-886d-1e6d44a35d79 .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-8ebb261f-e9ac-42a1-886d-1e6d44a35d79 .shogun-heading-component h1 {
  color: #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-8ebb261f-e9ac-42a1-886d-1e6d44a35d79 .shogun-heading-component h1 {
  color: #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-8ebb261f-e9ac-42a1-886d-1e6d44a35d79 .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-8ebb261f-e9ac-42a1-886d-1e6d44a35d79 .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-e4d7107c-57e9-4c70-8e15-f02bd0e9003e {
  margin-bottom: 10px;
text-align: center;
}

#s-e4d7107c-57e9-4c70-8e15-f02bd0e9003e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-e4d7107c-57e9-4c70-8e15-f02bd0e9003e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-e4d7107c-57e9-4c70-8e15-f02bd0e9003e .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-e938aec9-a072-4fa9-831c-1fe351c5d77d {
  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-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .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-e938aec9-a072-4fa9-831c-1fe351c5d77d .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-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e938aec9-a072-4fa9-831c-1fe351c5d77d-btn-wrapper {
    text-align: center;
  }


#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-variant-btn:hover {
  background: #252525;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-variant-btn:active, #s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e938aec9-a072-4fa9-831c-1fe351c5d77d .shg-variant-btn.disabled {
  background: #252525;
}

#s-49022ba3-4829-46da-9ffc-6176a701ffab {
  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-49022ba3-4829-46da-9ffc-6176a701ffab .shg-product-quantity-wrapper {
  display: flex;
}

#s-49022ba3-4829-46da-9ffc-6176a701ffab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-fb407c36-7efb-4376-af04-ff37047d4a85 {
  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-fb407c36-7efb-4376-af04-ff37047d4a85:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb407c36-7efb-4376-af04-ff37047d4a85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb407c36-7efb-4376-af04-ff37047d4a85-atc-btn-wrapper {
    text-align: center;
  }


#s-fb407c36-7efb-4376-af04-ff37047d4a85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-fb407c36-7efb-4376-af04-ff37047d4a85.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-fb407c36-7efb-4376-af04-ff37047d4a85-atc-btn-wrapper {
    text-align: center;
  }


#s-fb407c36-7efb-4376-af04-ff37047d4a85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fb407c36-7efb-4376-af04-ff37047d4a85.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-fb407c36-7efb-4376-af04-ff37047d4a85-atc-btn-wrapper {
    text-align: center;
  }


#s-fb407c36-7efb-4376-af04-ff37047d4a85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fb407c36-7efb-4376-af04-ff37047d4a85.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-555edae3-2197-4ff5-99ac-f328af9936b5 {
  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-555edae3-2197-4ff5-99ac-f328af9936b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-555edae3-2197-4ff5-99ac-f328af9936b5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f893eb55-d332-45ee-bb9b-82f71ccfe38e {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-f893eb55-d332-45ee-bb9b-82f71ccfe38e {
  display: none;
}
#s-f1909707-baa5-49aa-877a-3d3322b50849 {
  text-align: left;
}



.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1909707-baa5-49aa-877a-3d3322b50849 img.shogun-image {
  width: 100%;
}




#s-66b566a7-4df4-412c-ba00-04de65a0050b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-66b566a7-4df4-412c-ba00-04de65a0050b .shg-gallery-thumb-image-wrapper {
  

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

#s-66b566a7-4df4-412c-ba00-04de65a0050b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-66b566a7-4df4-412c-ba00-04de65a0050b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-66b566a7-4df4-412c-ba00-04de65a0050b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-66b566a7-4df4-412c-ba00-04de65a0050b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-66b566a7-4df4-412c-ba00-04de65a0050b .shg-gallery-dot {
  background-color: #FFF;
}

#s-fa3143f7-6a87-44fa-bc50-9dab96ceefed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa3143f7-6a87-44fa-bc50-9dab96ceefed .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-fa3143f7-6a87-44fa-bc50-9dab96ceefed .shogun-heading-component h1 {
  color: #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-fa3143f7-6a87-44fa-bc50-9dab96ceefed .shogun-heading-component h1 {
  color: #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-fa3143f7-6a87-44fa-bc50-9dab96ceefed .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-fa3143f7-6a87-44fa-bc50-9dab96ceefed .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-a237a215-dca2-4500-ad3a-ad9ef6acca06 {
  margin-bottom: 10px;
text-align: center;
}

#s-a237a215-dca2-4500-ad3a-ad9ef6acca06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a237a215-dca2-4500-ad3a-ad9ef6acca06 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a237a215-dca2-4500-ad3a-ad9ef6acca06 .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-0475356f-4c07-426b-aaac-6910e7cee2e7 {
  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-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .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-0475356f-4c07-426b-aaac-6910e7cee2e7 .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-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0475356f-4c07-426b-aaac-6910e7cee2e7-btn-wrapper {
    text-align: center;
  }


#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-variant-btn:hover {
  background: #252525;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-variant-btn:active, #s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0475356f-4c07-426b-aaac-6910e7cee2e7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f2d60b33-0190-4bcb-932b-3b54565ded4c {
  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-f2d60b33-0190-4bcb-932b-3b54565ded4c .shg-product-quantity-wrapper {
  display: flex;
}

#s-f2d60b33-0190-4bcb-932b-3b54565ded4c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a6047ba2-154a-4878-8340-3713f070e45c {
  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-a6047ba2-154a-4878-8340-3713f070e45c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6047ba2-154a-4878-8340-3713f070e45c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6047ba2-154a-4878-8340-3713f070e45c-atc-btn-wrapper {
    text-align: center;
  }


#s-a6047ba2-154a-4878-8340-3713f070e45c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a6047ba2-154a-4878-8340-3713f070e45c.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-a6047ba2-154a-4878-8340-3713f070e45c-atc-btn-wrapper {
    text-align: center;
  }


#s-a6047ba2-154a-4878-8340-3713f070e45c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a6047ba2-154a-4878-8340-3713f070e45c.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-a6047ba2-154a-4878-8340-3713f070e45c-atc-btn-wrapper {
    text-align: center;
  }


#s-a6047ba2-154a-4878-8340-3713f070e45c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a6047ba2-154a-4878-8340-3713f070e45c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a6047ba2-154a-4878-8340-3713f070e45c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-2da1a0df-e4e6-4def-99a9-30701060c200 {
  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-2da1a0df-e4e6-4def-99a9-30701060c200 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-2da1a0df-e4e6-4def-99a9-30701060c200 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-2da1a0df-e4e6-4def-99a9-30701060c200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2da1a0df-e4e6-4def-99a9-30701060c200.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9642e039-3c18-4830-9caa-168ecd935242 {
  padding-bottom: 10px;
}

#s-9642e039-3c18-4830-9caa-168ecd935242 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d8058714-1ca4-4609-9ea9-c61834249ff7 {
  padding-bottom: 10px;
}

#s-d8058714-1ca4-4609-9ea9-c61834249ff7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-a0490ed7-7d54-4bf6-9cfe-14a5f594c2dd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0490ed7-7d54-4bf6-9cfe-14a5f594c2dd {
  
}
}
@media (min-width: 0px) {
[id="s-a0490ed7-7d54-4bf6-9cfe-14a5f594c2dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a0490ed7-7d54-4bf6-9cfe-14a5f594c2dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-a0490ed7-7d54-4bf6-9cfe-14a5f594c2dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0490ed7-7d54-4bf6-9cfe-14a5f594c2dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-0907d867-885c-4fc4-860e-3f9c8acb90df {
  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-0907d867-885c-4fc4-860e-3f9c8acb90df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0907d867-885c-4fc4-860e-3f9c8acb90df.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6115a88a-6ff8-4c8d-9f6d-d9f0d618c89c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6115a88a-6ff8-4c8d-9f6d-d9f0d618c89c {
  display: none;
}
#s-c3034faa-bfeb-4772-8579-68452c502479 {
  text-align: left;
}



.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3034faa-bfeb-4772-8579-68452c502479 img.shogun-image {
  width: 100%;
}




#s-09e63153-924b-4a91-88d0-15aaa0b80d0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09e63153-924b-4a91-88d0-15aaa0b80d0a .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-09e63153-924b-4a91-88d0-15aaa0b80d0a .shogun-heading-component h1 {
  color: #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-09e63153-924b-4a91-88d0-15aaa0b80d0a .shogun-heading-component h1 {
  color: #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-09e63153-924b-4a91-88d0-15aaa0b80d0a .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-09e63153-924b-4a91-88d0-15aaa0b80d0a .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-249c1fcb-44d7-4939-acb7-091faf6c52f7 {
  margin-bottom: 10px;
text-align: center;
}

#s-249c1fcb-44d7-4939-acb7-091faf6c52f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-249c1fcb-44d7-4939-acb7-091faf6c52f7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-249c1fcb-44d7-4939-acb7-091faf6c52f7 .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-82fed42d-700d-445e-b6e7-50762dea3e9e {
  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-82fed42d-700d-445e-b6e7-50762dea3e9e .shg-product-quantity-wrapper {
  display: flex;
}

#s-82fed42d-700d-445e-b6e7-50762dea3e9e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250 {
  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-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250-atc-btn-wrapper {
    text-align: center;
  }


#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.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-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250-atc-btn-wrapper {
    text-align: center;
  }


#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.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-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250-atc-btn-wrapper {
    text-align: center;
  }


#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-035f4c5b-ef8e-4f36-8a8a-ea04e06ee250.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-9a4c6154-03f3-4622-9bcf-e92de3ba802a {
  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-9a4c6154-03f3-4622-9bcf-e92de3ba802a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a4c6154-03f3-4622-9bcf-e92de3ba802a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02cc3a0a-594e-4a14-87ae-87c63c400892 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-02cc3a0a-594e-4a14-87ae-87c63c400892 {
  display: none;
}
#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 {
  text-align: left;
}



.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da487292-4fb9-48f5-b768-fe0e45f8fa51 img.shogun-image {
  width: 100%;
}




#s-c5ee23fa-5c25-4197-9a87-e4f82fdd7aec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5ee23fa-5c25-4197-9a87-e4f82fdd7aec .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-c5ee23fa-5c25-4197-9a87-e4f82fdd7aec .shogun-heading-component h1 {
  color: #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-c5ee23fa-5c25-4197-9a87-e4f82fdd7aec .shogun-heading-component h1 {
  color: #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-c5ee23fa-5c25-4197-9a87-e4f82fdd7aec .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-c5ee23fa-5c25-4197-9a87-e4f82fdd7aec .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-6094fe85-d1db-46a9-bccf-5e20386a7f78 {
  margin-bottom: 10px;
text-align: center;
}

#s-6094fe85-d1db-46a9-bccf-5e20386a7f78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-6094fe85-d1db-46a9-bccf-5e20386a7f78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6094fe85-d1db-46a9-bccf-5e20386a7f78 .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-62612e0f-0a8e-4564-baf5-75590fa21bda {
  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-62612e0f-0a8e-4564-baf5-75590fa21bda .shg-product-quantity-wrapper {
  display: flex;
}

#s-62612e0f-0a8e-4564-baf5-75590fa21bda .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e7e261d2-6019-4882-aeea-3a5130ac5d75 {
  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-e7e261d2-6019-4882-aeea-3a5130ac5d75:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7e261d2-6019-4882-aeea-3a5130ac5d75:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7e261d2-6019-4882-aeea-3a5130ac5d75-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e261d2-6019-4882-aeea-3a5130ac5d75 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e7e261d2-6019-4882-aeea-3a5130ac5d75.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-e7e261d2-6019-4882-aeea-3a5130ac5d75-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e261d2-6019-4882-aeea-3a5130ac5d75 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e7e261d2-6019-4882-aeea-3a5130ac5d75.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-e7e261d2-6019-4882-aeea-3a5130ac5d75-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e261d2-6019-4882-aeea-3a5130ac5d75 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e7e261d2-6019-4882-aeea-3a5130ac5d75.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-500843b2-cf8c-4930-a662-e5ae522eeda8 {
  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-500843b2-cf8c-4930-a662-e5ae522eeda8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-500843b2-cf8c-4930-a662-e5ae522eeda8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da49ce4a-9098-44fc-bb64-ce651efd7648 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-da49ce4a-9098-44fc-bb64-ce651efd7648 {
  display: none;
}
#s-f0d37e39-39b6-4596-8804-76182b367a33 {
  text-align: left;
}



.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0d37e39-39b6-4596-8804-76182b367a33 img.shogun-image {
  width: 100%;
}




#s-52ad5792-da37-4582-b3a1-a4a049842a4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52ad5792-da37-4582-b3a1-a4a049842a4f .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-52ad5792-da37-4582-b3a1-a4a049842a4f .shogun-heading-component h1 {
  color: #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-52ad5792-da37-4582-b3a1-a4a049842a4f .shogun-heading-component h1 {
  color: #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-52ad5792-da37-4582-b3a1-a4a049842a4f .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-52ad5792-da37-4582-b3a1-a4a049842a4f .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-601250a3-c732-4029-8bab-51fd946897f7 {
  margin-bottom: 10px;
text-align: center;
}

#s-601250a3-c732-4029-8bab-51fd946897f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-601250a3-c732-4029-8bab-51fd946897f7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-601250a3-c732-4029-8bab-51fd946897f7 .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-4d2572cb-5574-4645-8f23-05cef432d94f {
  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-4d2572cb-5574-4645-8f23-05cef432d94f .shg-product-quantity-wrapper {
  display: flex;
}

#s-4d2572cb-5574-4645-8f23-05cef432d94f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72 {
  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-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72-atc-btn-wrapper {
    text-align: center;
  }


#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.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-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72-atc-btn-wrapper {
    text-align: center;
  }


#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.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-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72-atc-btn-wrapper {
    text-align: center;
  }


#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-dbd7e29a-fbcd-4d5b-bc64-5615b679bb72.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-821dc779-8d7e-412e-b092-cbc55c361c14 {
  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-821dc779-8d7e-412e-b092-cbc55c361c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-821dc779-8d7e-412e-b092-cbc55c361c14.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05f57d70-62b5-4e27-aede-ad1a3aa8245b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-05f57d70-62b5-4e27-aede-ad1a3aa8245b {
  display: none;
}
#s-f7747a7e-1705-47c5-9500-2e88b5a76386 {
  text-align: left;
}



.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7747a7e-1705-47c5-9500-2e88b5a76386 img.shogun-image {
  width: 100%;
}




#s-8a1971fd-8eae-49ba-8f42-31eca7487758 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a1971fd-8eae-49ba-8f42-31eca7487758 .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-8a1971fd-8eae-49ba-8f42-31eca7487758 .shogun-heading-component h1 {
  color: #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-8a1971fd-8eae-49ba-8f42-31eca7487758 .shogun-heading-component h1 {
  color: #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-8a1971fd-8eae-49ba-8f42-31eca7487758 .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-8a1971fd-8eae-49ba-8f42-31eca7487758 .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-5bc443ed-5d17-43d5-806f-b621c9dd3322 {
  margin-bottom: 10px;
text-align: center;
}

#s-5bc443ed-5d17-43d5-806f-b621c9dd3322 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5bc443ed-5d17-43d5-806f-b621c9dd3322 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5bc443ed-5d17-43d5-806f-b621c9dd3322 .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-e6d52765-84f8-4d6c-a717-8b54250897c4 {
  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-e6d52765-84f8-4d6c-a717-8b54250897c4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e6d52765-84f8-4d6c-a717-8b54250897c4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-7afd459c-270d-4f24-b3ff-745d40d12b29 {
  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-7afd459c-270d-4f24-b3ff-745d40d12b29:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7afd459c-270d-4f24-b3ff-745d40d12b29:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7afd459c-270d-4f24-b3ff-745d40d12b29-atc-btn-wrapper {
    text-align: center;
  }


#s-7afd459c-270d-4f24-b3ff-745d40d12b29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-7afd459c-270d-4f24-b3ff-745d40d12b29.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-7afd459c-270d-4f24-b3ff-745d40d12b29-atc-btn-wrapper {
    text-align: center;
  }


#s-7afd459c-270d-4f24-b3ff-745d40d12b29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-7afd459c-270d-4f24-b3ff-745d40d12b29.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-7afd459c-270d-4f24-b3ff-745d40d12b29-atc-btn-wrapper {
    text-align: center;
  }


#s-7afd459c-270d-4f24-b3ff-745d40d12b29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-7afd459c-270d-4f24-b3ff-745d40d12b29.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-3f43e839-7c21-4ffa-8543-7774a3705c26 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f43e839-7c21-4ffa-8543-7774a3705c26 {
  
}
}
@media (min-width: 0px) {
[id="s-3f43e839-7c21-4ffa-8543-7774a3705c26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3f43e839-7c21-4ffa-8543-7774a3705c26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-3f43e839-7c21-4ffa-8543-7774a3705c26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f43e839-7c21-4ffa-8543-7774a3705c26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-f2ecb044-5332-4dc0-a99a-c2d9d3351f87 {
  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-f2ecb044-5332-4dc0-a99a-c2d9d3351f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2ecb044-5332-4dc0-a99a-c2d9d3351f87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-411f2f9e-b6a8-4755-9e8f-dea05a092537 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-411f2f9e-b6a8-4755-9e8f-dea05a092537 {
  display: none;
}
#s-54c75c34-4716-42dd-ac8e-dc07a28629fd {
  text-align: left;
}



.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd img.shogun-image {
  width: 100%;
}



}

.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c75c34-4716-42dd-ac8e-dc07a28629fd img.shogun-image {
  width: 100%;
}




#s-913e4606-84d0-4107-a034-447370fcf180 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-913e4606-84d0-4107-a034-447370fcf180 .shg-gallery-thumb-image-wrapper {
  

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

#s-913e4606-84d0-4107-a034-447370fcf180 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-913e4606-84d0-4107-a034-447370fcf180 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-913e4606-84d0-4107-a034-447370fcf180 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-913e4606-84d0-4107-a034-447370fcf180 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-913e4606-84d0-4107-a034-447370fcf180 .shg-gallery-dot {
  background-color: #FFF;
}

#s-e6e80e2a-4cc9-44ca-ba0b-f9ae21f21eed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6e80e2a-4cc9-44ca-ba0b-f9ae21f21eed .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-e6e80e2a-4cc9-44ca-ba0b-f9ae21f21eed .shogun-heading-component h1 {
  color: #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-e6e80e2a-4cc9-44ca-ba0b-f9ae21f21eed .shogun-heading-component h1 {
  color: #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-e6e80e2a-4cc9-44ca-ba0b-f9ae21f21eed .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-e6e80e2a-4cc9-44ca-ba0b-f9ae21f21eed .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-211a4471-aefc-4295-bf60-c9102a49399f {
  margin-bottom: 10px;
text-align: center;
}

#s-211a4471-aefc-4295-bf60-c9102a49399f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-211a4471-aefc-4295-bf60-c9102a49399f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-211a4471-aefc-4295-bf60-c9102a49399f .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-90c398f0-3c5f-4ee6-b65c-5b152190a74e {
  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-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .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-90c398f0-3c5f-4ee6-b65c-5b152190a74e .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-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-90c398f0-3c5f-4ee6-b65c-5b152190a74e-btn-wrapper {
    text-align: center;
  }


#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-variant-btn:hover {
  background: #252525;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-variant-btn:active, #s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-90c398f0-3c5f-4ee6-b65c-5b152190a74e .shg-variant-btn.disabled {
  background: #252525;
}

#s-439da98a-6557-4813-a222-1011ce06209d {
  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-439da98a-6557-4813-a222-1011ce06209d .shg-product-quantity-wrapper {
  display: flex;
}

#s-439da98a-6557-4813-a222-1011ce06209d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-74569f99-cd36-4363-8ed8-930d89272e30 {
  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-74569f99-cd36-4363-8ed8-930d89272e30:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-74569f99-cd36-4363-8ed8-930d89272e30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74569f99-cd36-4363-8ed8-930d89272e30-atc-btn-wrapper {
    text-align: center;
  }


#s-74569f99-cd36-4363-8ed8-930d89272e30 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-74569f99-cd36-4363-8ed8-930d89272e30.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-74569f99-cd36-4363-8ed8-930d89272e30-atc-btn-wrapper {
    text-align: center;
  }


#s-74569f99-cd36-4363-8ed8-930d89272e30 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-74569f99-cd36-4363-8ed8-930d89272e30.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-74569f99-cd36-4363-8ed8-930d89272e30-atc-btn-wrapper {
    text-align: center;
  }


#s-74569f99-cd36-4363-8ed8-930d89272e30 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-74569f99-cd36-4363-8ed8-930d89272e30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-74569f99-cd36-4363-8ed8-930d89272e30.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-382962b3-e566-43f4-b582-5b9bfde7d696 {
  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-382962b3-e566-43f4-b582-5b9bfde7d696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-382962b3-e566-43f4-b582-5b9bfde7d696.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e3b1232-a4c5-43b4-8722-cb891c053802 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3e3b1232-a4c5-43b4-8722-cb891c053802 {
  display: none;
}
#s-f7f2d76c-f663-4694-8123-caae9e69f67a {
  text-align: left;
}



.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7f2d76c-f663-4694-8123-caae9e69f67a img.shogun-image {
  width: 100%;
}




#s-bb41433f-4f39-490a-94d8-788a1ea769bb {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-bb41433f-4f39-490a-94d8-788a1ea769bb .shg-gallery-thumb-image-wrapper {
  

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

#s-bb41433f-4f39-490a-94d8-788a1ea769bb .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-bb41433f-4f39-490a-94d8-788a1ea769bb .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-bb41433f-4f39-490a-94d8-788a1ea769bb .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-bb41433f-4f39-490a-94d8-788a1ea769bb .shg-gallery-scroll-button {
  color: #FFF;
}

#s-bb41433f-4f39-490a-94d8-788a1ea769bb .shg-gallery-dot {
  background-color: #FFF;
}

#s-990469fa-6c02-42b5-8794-c4e7d4703e27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-990469fa-6c02-42b5-8794-c4e7d4703e27 .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-990469fa-6c02-42b5-8794-c4e7d4703e27 .shogun-heading-component h1 {
  color: #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-990469fa-6c02-42b5-8794-c4e7d4703e27 .shogun-heading-component h1 {
  color: #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-990469fa-6c02-42b5-8794-c4e7d4703e27 .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-990469fa-6c02-42b5-8794-c4e7d4703e27 .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-4c33a634-1e44-48c6-b33a-ce7c30923a4b {
  margin-bottom: 10px;
text-align: center;
}

#s-4c33a634-1e44-48c6-b33a-ce7c30923a4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-4c33a634-1e44-48c6-b33a-ce7c30923a4b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4c33a634-1e44-48c6-b33a-ce7c30923a4b .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-23b27ad0-573d-4224-bd80-c622ca29e99b {
  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-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .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-23b27ad0-573d-4224-bd80-c622ca29e99b .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-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-23b27ad0-573d-4224-bd80-c622ca29e99b-btn-wrapper {
    text-align: center;
  }


#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-variant-btn:hover {
  background: #252525;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-variant-btn:active, #s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-23b27ad0-573d-4224-bd80-c622ca29e99b .shg-variant-btn.disabled {
  background: #252525;
}

#s-0177f388-e8e7-4829-b2d2-efb9c61a07a3 {
  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-0177f388-e8e7-4829-b2d2-efb9c61a07a3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0177f388-e8e7-4829-b2d2-efb9c61a07a3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632 {
  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-4992221b-cd0e-4f86-a7fa-ba0b75f0c632:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632-atc-btn-wrapper {
    text-align: center;
  }


#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.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-4992221b-cd0e-4f86-a7fa-ba0b75f0c632-atc-btn-wrapper {
    text-align: center;
  }


#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.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-4992221b-cd0e-4f86-a7fa-ba0b75f0c632-atc-btn-wrapper {
    text-align: center;
  }


#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-4992221b-cd0e-4f86-a7fa-ba0b75f0c632.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-14f5125a-41d8-47ef-a489-dccaa6e41eaf {
  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-14f5125a-41d8-47ef-a489-dccaa6e41eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f5125a-41d8-47ef-a489-dccaa6e41eaf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca301d3a-5c77-46ee-bb37-66f6f3371623 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ca301d3a-5c77-46ee-bb37-66f6f3371623 {
  display: none;
}
#s-491c0f59-a30f-4dce-8493-58790803313a {
  text-align: left;
}



.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491c0f59-a30f-4dce-8493-58790803313a img.shogun-image {
  width: 100%;
}




#s-5142e03b-7954-47e1-979d-eb012abcdd85 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5142e03b-7954-47e1-979d-eb012abcdd85 .shg-gallery-thumb-image-wrapper {
  

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

#s-5142e03b-7954-47e1-979d-eb012abcdd85 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5142e03b-7954-47e1-979d-eb012abcdd85 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5142e03b-7954-47e1-979d-eb012abcdd85 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-5142e03b-7954-47e1-979d-eb012abcdd85 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-5142e03b-7954-47e1-979d-eb012abcdd85 .shg-gallery-dot {
  background-color: #FFF;
}

#s-31e44b2d-29fe-48e1-8676-d03a6f119e85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31e44b2d-29fe-48e1-8676-d03a6f119e85 .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-31e44b2d-29fe-48e1-8676-d03a6f119e85 .shogun-heading-component h1 {
  color: #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-31e44b2d-29fe-48e1-8676-d03a6f119e85 .shogun-heading-component h1 {
  color: #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-31e44b2d-29fe-48e1-8676-d03a6f119e85 .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-31e44b2d-29fe-48e1-8676-d03a6f119e85 .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-d9eb95db-9926-4e67-9078-1ef81eb63c77 {
  margin-bottom: 10px;
text-align: center;
}

#s-d9eb95db-9926-4e67-9078-1ef81eb63c77 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d9eb95db-9926-4e67-9078-1ef81eb63c77 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d9eb95db-9926-4e67-9078-1ef81eb63c77 .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-5acd68f3-fb17-4a2d-a046-4b182fe59a2a {
  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-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a-btn-wrapper {
    text-align: center;
  }


#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-variant-btn:hover {
  background: #252525;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-variant-btn:active, #s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5acd68f3-fb17-4a2d-a046-4b182fe59a2a .shg-variant-btn.disabled {
  background: #252525;
}

#s-cc14ae84-5b7e-4a35-af5f-68996fd25609 {
  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-cc14ae84-5b7e-4a35-af5f-68996fd25609 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cc14ae84-5b7e-4a35-af5f-68996fd25609 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8 {
  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-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8-atc-btn-wrapper {
    text-align: center;
  }


#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.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-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8-atc-btn-wrapper {
    text-align: center;
  }


#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.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-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8-atc-btn-wrapper {
    text-align: center;
  }


#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-76c6d3bd-c1fa-4777-92e8-7dc99cf9e5d8.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b68d1d72-3004-48cf-9b20-389c1e144063 {
  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-b68d1d72-3004-48cf-9b20-389c1e144063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b68d1d72-3004-48cf-9b20-389c1e144063.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-47f4687b-ba5e-433f-9083-bce04e735d34 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-47f4687b-ba5e-433f-9083-bce04e735d34 {
  display: none;
}
#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 {
  text-align: left;
}



.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5cf6bbe-91c7-4f70-ace2-6f38a43df218 img.shogun-image {
  width: 100%;
}




#s-a205b266-a588-4856-9c8f-3ef96d67ed7a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a205b266-a588-4856-9c8f-3ef96d67ed7a .shg-gallery-thumb-image-wrapper {
  

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

#s-a205b266-a588-4856-9c8f-3ef96d67ed7a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a205b266-a588-4856-9c8f-3ef96d67ed7a .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a205b266-a588-4856-9c8f-3ef96d67ed7a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a205b266-a588-4856-9c8f-3ef96d67ed7a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a205b266-a588-4856-9c8f-3ef96d67ed7a .shg-gallery-dot {
  background-color: #FFF;
}

#s-1bc26065-799b-4031-a5a8-355d3658710e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bc26065-799b-4031-a5a8-355d3658710e .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-1bc26065-799b-4031-a5a8-355d3658710e .shogun-heading-component h1 {
  color: #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-1bc26065-799b-4031-a5a8-355d3658710e .shogun-heading-component h1 {
  color: #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-1bc26065-799b-4031-a5a8-355d3658710e .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-1bc26065-799b-4031-a5a8-355d3658710e .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-eab9fd56-317b-4ae9-8446-1c0c3acced48 {
  margin-bottom: 10px;
text-align: center;
}

#s-eab9fd56-317b-4ae9-8446-1c0c3acced48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-eab9fd56-317b-4ae9-8446-1c0c3acced48 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-eab9fd56-317b-4ae9-8446-1c0c3acced48 .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-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 {
  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-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .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-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .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-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9-btn-wrapper {
    text-align: center;
  }


#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-variant-btn:hover {
  background: #252525;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-variant-btn:active, #s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3c1ccedb-08a5-4c18-a68a-cfae38534cd9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-8b23746a-0a02-4cdc-b935-ba63f0a5201a {
  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-8b23746a-0a02-4cdc-b935-ba63f0a5201a .shg-product-quantity-wrapper {
  display: flex;
}

#s-8b23746a-0a02-4cdc-b935-ba63f0a5201a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459 {
  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-a18dbb75-eb55-47bd-8dae-20ae7ff13459:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a18dbb75-eb55-47bd-8dae-20ae7ff13459-atc-btn-wrapper {
    text-align: center;
  }


#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.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-a18dbb75-eb55-47bd-8dae-20ae7ff13459-atc-btn-wrapper {
    text-align: center;
  }


#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.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-a18dbb75-eb55-47bd-8dae-20ae7ff13459-atc-btn-wrapper {
    text-align: center;
  }


#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a18dbb75-eb55-47bd-8dae-20ae7ff13459.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#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: left 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}
